@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    overflow-y: scroll;
}

body {
    background-color: #fcfcfc;
    min-width: 1000px;
}

article {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    line-height: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.f75p {
    font-size: 75%;
}

.f90p {
    font-size: 90%;
}

.m5px {
    margin: 5px 0;
}

.m8px {
    margin: 8px 0;
}

.m10px {
    margin: 10px 0;
}

.m15px {
    margin: 15px 0;
}

.m1em {
    margin: 1em 0;
}

.mt1em {
    margin-top: 1em;
}

.mb3px {
    margin-bottom: 3px;
}

.mb1em {
    margin-bottom: 1em;
}

.mb3em {
    margin-bottom: 3em;
}

.relative {
    position: relative;
}

.caution {
    font-size: 80%;
    line-height: 1.3;
    display: inline-block;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.caution:before {
    content: "※";
    margin-right: 0.3em;
}

.over_scroll {
    overflow: auto;
}

.bold {
    font-weight: bold;
}

a.od {
    word-wrap: break-word;
    white-space: normal;
}

a.od:link, a.od:visited {
    color: #0000ff;
}

a.od:hover {
    color: #ad0000;
}

a.od.pdf:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 22px;
    background-image: url(./images/icn_sprite.png);
    background-size: 130px auto;
    background-repeat: no-repeat;
    background-position: 0 -50px;
    margin-left: 4px;
}

#index .btn_area {
    text-align: center;
    margin: 50px auto 0;
    width: 350px;
    position: relative;
}

#index a.btn {
    display: block;
    width: 100%;
    padding: 20px 0 20px 20px;
    background: #129dca;
    color: #fff;
    font-family: inherit;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    font-family: inherit;
}

#index a.btn:before {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    background: url(./images/icn_sprite.png) no-repeat;
    background-size: 130px auto;
    background-position: -50px -40px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

#index a.btn:hover {
    background: #1b4d6d;
}

body {
    color: #444;
}

h1 {
    font-size: 220%;
    color: #019ec7;
    padding: 0 8px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2.od {
    font-size: 150%;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 15px 1.7em;
    background-position: center left;
    line-height: 1;
    height: auto;
    background-image: url(./images/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center left;
}

h2 .sub {
    font-size: 70%;
    font-weight: normal;
    padding-left: 0.5em;
    vertical-align: middle;
}

header {
    background-color: #ffffff;
    background: url(./images/header_bg.png) top repeat-x;
}

header h1.od {
    height: 60px;
    margin-bottom: 25px;
}

.header {
    width: 1000px;
    margin: 0 auto;
    padding: 23px 0 6px;
    box-sizing: border-box;
    position: relative;
}

.header .leftbox:before, .header .rightbox:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.header h1 a {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.header h1 a img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.header .rightbox {
    text-align: right;
}

.header h1 .title_area {
    display: inline-block;
    vertical-align: middle;
}

.header h1 .main_title {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #1b4d6d;
    margin-top: 16px;
    letter-spacing: 0.4px;
}

.header h1 .sub_title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 60px;
    background-image: url(./images/mofa_logo.png);
    margin-right: 8px;
}

.header h1 .sub_title {
    font-size: 10px;
    font-weight: bold;
    color: #129dca;
}

#header_nav {
    position: relative;
}

#header_nav li {
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
}

#header_nav li a {
    display: block;
    height: 100%;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
}

#header_nav li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#header_nav li a, #header_nav li a:hover, #header_nav li a:active {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

#header_nav li.current a {
    border-bottom: solid 3px #1b4d6d;
}

#header_nav li a:hover {
    border-bottom-color: #019ec7;
}

.header .link_data-mikata {
    font-size: 90%;
    height: 1.6em;
    font-weight: bold;
    color: #019ec7;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .link_data-mikata:before {
    font-size: 1.4em;
    content: "?";
    color: #019ec7;
    vertical-align: middle;
}

.header .link_data-mikata a {
    padding-left: 0.5em;
    font-weight: normal;
    text-decoration: none;
    color: #444;
}

.header .link_data-mikata a:hover {
    text-decoration: underline;
}

#toggle, #close {
    display: none;
}

.breadcrumbsOd {
    background-color: #1b4d6d;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.breadcrumbs_innerOd {
    width: 980px;
    margin: 0 auto;
    padding: 7px 0 4px 12px;
    box-sizing: border-box;
}

.breadcrumbs_innerOd li {
    display: inline;
    padding-right: 0.5em;
    white-space: nowrap;
    font-size: 90%;
    color: #fff;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.breadcrumbs_innerOd li:before {
    content: ">";
    padding-right: 0.5em;
}

.breadcrumbs_innerOd li:first-child:before {
    content: "";
    padding-right: 0;
}

.breadcrumbs_innerOd li a {
    color: #fff;
}

.announce {
    background-color: #019ec7;
}

.announce_inner {
    width: 980px;
    height: 280px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    background-image: url(./images/kaian_dl_img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}

.announce_inner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

#index .announce_inner h2.od {
    font-size: 250%;
    font-weight: bold;
    background-image: none;
    line-height: 1;
    margin: 0;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.announce_inner p {
    font-size: 115%;
    line-height: 1.8;
}

.contentsOd {
    width: 970px;
    margin: 0 auto;
    padding: 0 0 80px;
    /*background-color:#ffffff;*/
    box-sizing: border-box;
}

.site_description p {
    font-size: 16px;
    line-height: 1.5;
}

.format_description {
    list-style-type: disc;
    line-height: 1.5;
    margin-left: 40px;
    margin-top: 10px;
}

.site_description span {
    margin-top: 6px;
}

/* スクロールボックス */
.mail_list {
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: 395px;
    padding: 10px 0 0;
    border: solid 2px #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-color: #ffffff;
}

.mail_list li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    position: relative;
    border-bottom: solid 1px #CCCCCC;
}

.mail_list li:nth-child(even) {
    background: #eeeeee;
}

.mail_list li:after {
    content: " ";
    display: block;
    clear: both;
}

.leftbox {
    float: left;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rightbox {
    float: right;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#index .mail_list .rightbox {
    width: 75%;
}

article .leftbox {
    width: 21%;
    margin-right: 1%;
}

#list article .rightbox {
    width: 78%;
}

.type {
    font-size: 75%;
    margin-bottom: 15px;
}

.type .danger, .type .wide, .type .infection, .type .spot, .type .consul {
    width: 50%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    border-right: none;
    text-align: center;
    padding: 6px 0;
}

.type .danger {
    background: #c03;
    background-image: url(./images/icon_danger.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #900225;
}

.type .danger+dd, .type .danger+dd+dd {
    border-color: rgba(144, 2, 37, 0.5);
}

.type .wide {
    background: #248400;
    background-image: url(./images/icon_wide.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #1a5d01;
}

.type .wide+dd, .type .wide+dd+dd {
    border-color: rgba(23, 93, 1, 0.5);
}

.type .infection {
    background: #939;
    background-image: url(./images/icon_infection.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #732573;
}

.type .infection+dd, .type .infection+dd+dd {
    border-color: rgba(115, 37, 115, 0.5);
}

.type .spot {
    background: #ff7e00;
    background-image: url(./images/icon_spot.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #bf5f01;
}

.type .spot+dd, .type .spot+dd+dd {
    border-color: rgba(191, 95, 1, 0.5);
}

.type .consul {
    background: #834e00;
    background-image: url(./images/icon_consul.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #633b00;
}

.type .consul+dd, .type .consul+dd+dd {
    border-color: rgba(99, 59, 0, 0.5);
}

.type .danger, .type .wide, .type .infection, .type .spot, .type .consul {
    background-image: none;
} /* 一時非表示 */
.type .on, .type .off {
    color: #999;
    width: 19%;
    float: left;
    background: #e5e5e5;
    border: solid 1px #999;
    box-sizing: border-box;
    text-align: center;
    padding: 6px 0;
}

#index .type .on {
    border-left: none;
}

.danger dt {
    background: #c03;
    background-image: url(./images/icon_danger.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #900225;
}

.danger dd {
    border: solid 1px #900225;
}

.wide dt {
    background: #248400;
    background-image: url(./images/icon_wide.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #1a5d01;
}

.wide dd {
    border: solid 1px #1a5d01;
}

.infection dt {
    background: #939;
    background-image: url(./images/icon_infection.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #732573;
}

.infection dd {
    border: solid 1px #732573;
}

.spot dt {
    background: #205976;
    background-image: url(./images/icon_spot.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #163f54;
}

.spot dd {
    border: solid 1px #163f54;
}

.consul dt {
    background: #834e00;
    background-image: url(./images/icon_consul.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #633b00;
}

.consul dd {
    border: solid 1px #633b00;
}

.type .on {
    border-right: dotted 1px #666;
}

.type .off {
    border-left: none;
}

.type .on.active, .type .off.active {
    color: #444;
    font-weight: bold;
    background: #fff;
}

.occurrence {
    font-size: 87%;
    font-weight: bold;
}

.occurrence dt {
    width: 100%;
    padding-bottom: 5px;
}

.occurrence .date, .occurrence .koukan {
    width: 100%;
}

.link {
    float: left;
    /*    width: 52%; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    line-height: 1.3;
    /*    height: 1.3em; */
    padding-top: 3px;
}

.region {
    width: 100%;
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.region_inner {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.region_inner+.region_inner {
    margin-left: 24px;
}

.region .area {
    font-size: 95%;
    font-weight: bold;
}

.region .area:after {
    content: "|";
    font-weight: normal;
    margin: 0 5px;
}

.region .country {
    font-size: 90%;
}

.region .country span:not (:last-child ):after, .list_region_all .area span:not (:last-child ):after, .list_region_all .country span:not
    (:last-child ):after {
    content: "、";
}

.region dd.country:last-child:after, .region .country span:last-child:after, .list_region_all .country span:last-child:after
    {
    content: "";
    padding-right: 0;
}

.txt {
    font-size: 86%;
    padding: 15px 0 0;
    width: 100%;
/*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.travel_attention, #list .rightbox .travel_attention {
    width: 317px;
    float: right;
    box-sizing: border-box;
}

#list .rightbox .travel_attention {
    width: 45%;
}

.travel_attention .level1, .travel_attention .level2, .travel_attention .level3, .travel_attention .level4 {
    font-size: 50%;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin-right: 4px;
    color: #9d9d9d;
    background: #ccc !important;
    text-align: center;
    padding: 3px 0 !important;
    box-sizing: border-box;
    border: solid 1px #aaa;
}

.travel_attention .level1.on {
    color: #000;
    background: #fff45c !important;
    border: solid 1px #ada533;
}

.travel_attention .level2.on {
    color: #000;
    background: #fc0 !important;
    border: solid 1px #c29a10;
}

.travel_attention .level3.on {
    color: #000;
    background: #f90 !important;
    border: solid 1px #b6641d;
}

.travel_attention .level4.on {
    color: #000;
    background: #f00 !important;
    border: solid 1px #8f292a;
}

.travel_attention li:last-child {
    /*border-bottom: solid 1px #aaa !important;*/

}

.travel_attention.none {
    display: none;
}

.download_wrap {
    width: 100%;
    position: relative;
    top: -55px;
}

.download_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.download_area {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.download {
    position: absolute;
    top: 5px;
    right: 0;
    box-sizing: border-box;
}

.download li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.download .xml {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.download .xml p {
    display: inline-block;
    vertical-align: middle;
    color: #444;
    font-size: 75%;
    text-decoration: none;
    padding: 0 0 0 35px;
    width: 125px;
    height: 100%;
    text-align: left;
    background-image: url(./images/icon_xml.png);
    background-repeat: no-repeat;
    background-position: center left;
    box-sizing: border-box;
}

.download .btn {
    display: inline-block;
    margin-right: 9px;
}

.download .btn:last-child {
    margin-right: 0;
}

.download .btn a {
    display: inline-block;
    vertical-align: middle;
    font-size: 95%;
    text-decoration: none;
    width: 80px;
    height: 36px;
    line-height: 2.6;
    color: #fff;
    background: #129dca;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 10px;
    position: relative;
}

.download .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 20px;
    background: url(./images/icn_sprite.png) no-repeat;
    background-size: 130px auto;
    background-position: -50px -40px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.download .btn a:hover {
    background-color: #1b4d6d;
}

/* ローディング */
#loading {
    display: none;
    position: fixed;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #dddddd;
    z-index: 1000;
}

#loading.active {
    display: block;
}

#loading img {
    padding: 20px;
    width: 50px;
    height: 50px;
}

/* input */
input, textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    font-family: inherit;
}

input[type="textOd"] {
    font-size: 18px;
    height: 2em;
}

input[type="submitOd"] {
    background: #129dca;
    color: #fff;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 0;
    box-sizing: border-box;
    border: none;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    cursor: pointer;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="submitOd"]:hover {
    background-color: #1b4d6d;
}

input:not ([type="submitOd"] ):focus, textarea:focus {
    outline: none;
    border: 2px solid #67c5dd;
}

:invalid {
    outline: none;
    box-shadow: none;
}

input:invalid:before {
    content: "rrrr";
}
/* タブ */
.tab-box {
    margin: 0 0 40px;
}

.tabmenu {
    margin: 0;
    padding: 0;
}

.menu {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 18px;
    font-size: 120%;
    border: solid 1px #129dca;
    border-bottom: none;
    background-color: #ffffff;
}

.menu a {
    color: #666666;
    line-height: 2em;
    display: inline-block;
    width: 305px;
    text-align: center;
    outline: none;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.menu.area_select {
    pointer-events: none;
    cursor: default;
}

.menu
:hover
:not

(
.active

)
{
background-color
:

#c4e6f3

!
important
;


border-color
:

#129dca
;


color
:

#333333
;


}
.menu:hover a {
    color: #333333;
    font-weight: bold;
}

.menu.active {
    color: #fff;
    font-weight: bold;
    background: #1b4d6d;
    border-color: #1b4d6d;
}

.menu a.active {
    color: #fff;
    font-weight: bold;
}

.menu a img.icon_area {
    position: absolute;
    left: 15px;
    top: -8px;
}

.menu a img.icon_free {
    position: absolute;
    left: 15px;
    top: -5px;
}

.panel-box {
    background: #ffffff;
    border: solid #cccccc 2px;
    padding: 15px;
    margin-bottom: 10px;
}

/* 半年ごとの選択タブ */
.select_tabmenu {
    width: 100%;
    border-bottom: 4px solid #cccccc;
    margin-bottom: 20px;
}

.select_tabmenu a {
    text-decoration: none;
    color: #444444;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #129dca;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
}

.select_tabmenu a:hover {
    background-color: #c4e6f3;
    text-decoration: none;
}

.select_tabmenu a:visited {
    background-color: #c4e6f3;
    text-decoration: none;
}

.select_tabmenu a:link {
    color: #000000;
    text-decoration: none;
}

.select_tabmenu a.active {
    background-color: #1b4d6d;
    border-color: #1b4d6d;
    color: #ffffff;
    text-decoration: none;
}

.select_tabmenu a+a {
    margin-left: 4px;
    text-decoration: none;
}

/* タブの中のタブ */
.tab-box2 .tabmenu {
    font-size: 80%;
}

.tab-box2 .menu {
    display: block;
    float: left;
    *display: block;
    width: 127px;
    height: 35px;
    margin-right: 12px;
    border: solid 1px #129dca;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
}

.tab-box2 .menu:last-child {
    margin-right: 0px;
}

.tab-box2 .menu a {
    line-height: 33px;
    padding: 0;
    width: 100%;
}

.tab-box2 .menu a.euro {
    line-height: 0.8em;
    top: 7px;
    position: relative;
}

.tab-box2 .menu.active {
    position: relative;
    background: #1b4d6d;
    border-color: #1b4d6d;
}

.tab-box2 .menu.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tab-box2 .menu.active:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #1b4d6d;
    border-width: 11px;
    margin-left: -11px;
}

.tab-box2 .menu a.active {
    color: #fff;
}

.tab-box2 .menu a.active:hover {
    background-color: #1b4d6d;
    color: #ffffff;
    border: none;
}

.tab-box2 .panel-box {
    padding: 15px;
    border: none;
    margin: 10px 0;
}

.link_to_allarea {
    margin-bottom: 15px;
    font-size: 90%;
    padding: 0;
}

.link_to_country {
    font-size: 90%;
}

.link_to_country dt {
    margin-bottom: 15px;
}

.link_to_country dd {
    margin-left: 15px;
}

.link_to_country li {
    display: inline;
    padding-right: 1.5em;
    white-space: nowrap;
    line-height: 2em;
}

.link_to_allarea p, .link_to_country dt p, .link_to_country li {
    background-image: url(./images/icon_link_arrw02.png);
    background-repeat: no-repeat;
    background-position: -7px center;
}

.link_to_allarea p a, .link_to_country dt p a, .link_to_country li a {
    padding-left: 1.5em;
    color: #444;
    text-decoration: none;
}

.link_to_allarea p a:hover, .link_to_country a:hover, .link_to_country li a:hover {
    text-decoration: underline;
}

.search {
    width: 100%;
}

.search .search-input, .search .search-btn, .search .search-txt {
    display: inline-block;
    vertical-align: middle;
}

.search .search-input {
    width: 68%;
}

.search .search-input input[type="text"] {
    height: 1.6em;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search .search-btn {
    width: 12%;
    text-align: center;
}

.search .search-txt {
    width: 32%;
    float: right;
    margin-top: 15px;
}

.search .search-txt p {
    content: "※";
    font-size: 80%;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
}

.acodi-conts {
    display: none;
}

.column3 {
    width: 100%;
    margin-right: 77px;
    margin-top: 10px;
    float: left;
}

.column3:last-child {
    margin-right: 0;
}

.column3 .left {
    width: 30%;
    float: left;
    margin-top: 40px;
}

.column3 .right {
    width: 70%;
    float: right;
}

.column3 h3 {
    font-size: 160%;
    color: #1b4d6d;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 30px;
    padding-left: 0;
}

.column3 h5 {
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 5px;
    margin-top: 20px;
}

.column3 img {
    margin: 10px auto 20px;
    display: block;
    text-align: center;
}

ul.note {
    margin: 0 auto;
    display: block;
    width: 100%;
}

ul.note li {
    /*	padding-left:1em;
	text-indent:-1em;*/
    font-size: 95%;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

aside {
    background-color: #eee;
    padding: 0;
    margin: 0;
    border-top: solid 1px #cccccc;
}

.aside_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 25px 0;
    box-sizing: border-box;
    position: relative;
}

.aside_inner h2.od {
    width: 6.5em;
    font-size: 100%;
    font-weight: bold;
    background-image: url(./images/icon_another.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    margin: 0 0 10px;
    padding-left: 0;
}

.aside_inner .column4 {
    width: 225px;
    margin-right: 33px;
    float: left;
    text-align: center;
}

.aside_inner .column4:last-child {
    margin-right: 0;
}

.aside_inner .column4 p {
    text-align: left;
    font-size: 78%;
    line-height: 1.3;
    padding-top: 5px;
}

footer {
    background-color: #019ec7;
}

.footer_inner_Od {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.footer_inner_Od li {
    display: inline-block;
    box-sizing: border-box;
}

.footer_inner_Od li a {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 20px;
}

.footer_inner_Od li a, .footer_inner_Od li a:hover, .footer_inner_Od li a:active {
    color: #fff;
    text-decoration: none;
}

.footer_inner_Od .link_to_top {
    display: block;
    position: fixed;
    bottom: 80px;
    width: 80px;
    height: 80px;
    right: 20px;
    background: rgba(27, 77, 109, 0.84);
    padding-top: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

.footer_inner_Od .link_to_top:before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url(./images/icn_sprite.png) no-repeat;
    background-size: 130px auto;
    background-position: -50px 0;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer_inner_Od .link_to_mofaj {
    display: block;
    position: absolute;
    bottom: -38px;
    right: 0;
    width: 95px;
    background: #036;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer_inner_Od .footer_logo {
    font-size: 140%;
    color: #019ec7;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.copy_Od {
    background-color: #fff;
    text-align: center;
    font-size: 80%;
    padding: 1.3em 0;
}

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

topページ

================================================== */
#index h2.od {
    margin: 25px 0 0;
}

#index .link a {
    font-size: 110%;
    white-space: nowrap;
}

#tab-container>.tabmenu .menu {
    position: relative;
}

#tab-container>.tabmenu .menu:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: -8px;
    background: url(./images/icn_sprite.png) no-repeat;
    z-index: 1;
}

#tab-container>.tabmenu .menu:nth-of-type(2):before {
    background-position: -46px 0px;
}

#tab-container>.tabmenu .menu.active:before {
    background-position: 0 -57px;
}

#tab-container>.tabmenu .menu.active:nth-of-type(2):before {
    background-position: -46px -57px;
}

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

一覧ページ

================================================== */
#list .contentsOd {
    padding: 0 0 30px;
}

#list .title_wrap {
    margin-bottom: 54px;
}

.title_wrap {
    background-color: #f5f5f5;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 3px #019ec7;
}

.title_wrap_inner_od {
    width: auto;
    margin: 0 auto;
}

#list .anzen_info {
    width: 100%;
    background-color: #f7f7f7;
    border: solid 1px #cecece;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#list .anzen_info h3 {
    background: #1b4d6d;
    color: #ffffff;
    padding: 13px 15px;
    font-size: 130%;
    font-weight: bold;
    border-bottom: solid 4px #0a83a9;
}

#list .anzen_info_left, #list .anzen_info_right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#list .anzen_info_left {
    border-right: 1px dashed #aaaaaa;
}

#list .anzen_info_left .link_info a {
    line-height: 1.5;
    padding-left: 1.2em;
    background-image: url(./images/icon_info.png);
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 120%;
}

#list .anzen_info_left .txt_info {
    font-size: 90%;
    padding: 10px 0 10px 2.5em;
    line-height: 1.5em;
}

#list .anzen_info_right dl:first-child {
    margin-bottom: 10px;
}

#list .anzen_info_right dt {
    width: 25%;
    float: left;
    font-weight: bold;
    font-size: 90%;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
}

#list .anzen_info_right dd {
    width: 75%;
    float: left;
}

#list .anzen_info_right dd .travel_attention {
    float: none;
}

#list .travel_attention {
    position: static;
}

#list .tab-box2 .menu {
    width: 155px;
    margin-right: 8px;
}

#list .tab-box2 .menu:last-child {
    margin-right: 0;
}

#list .tab-box2 .menu a {
    width: 155px;
    text-indent: 1.3em;
    position: relative;
    font-weight: normal;
    text-decoration: none;
}

#list .tab-box2 .menu.inactive {
    border: solid 1px #ccc;
    background: #f6f6f6;
    text-decoration: none;
}

.tab-box2 .menu a:before {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url(./images/icn_sprite.png) no-repeat;
    background-size: 80px auto;
    background-position: -55px -25px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.tab-box2 .menu.active a:before {
    background-position: -30px -25px;
}

.tab-box2 .menu.inactive a:before {
    background-position: -68px -25px;
}

#list .tab-box2 .menu.inactive a {
    color: #bbb;
    pointer-events: none;
    width: 152px;
    line-height: 2.2em;
}

#list .tab-box2 .panel-box {
    padding: 0;
    margin-top: 25px;
}

#list .mail_list {
    background-color: transparent;
    /*	height: 1012px; */
    height: 465px;
    border: solid #999999 1px;
}

#list .mail_list li {
    padding: 15px;
}

#list article .leftbox {
    width: 19%;
    float: left;
    padding: 0;
    padding-right: 2%;
    margin-right: 0;
}

#list article .rightbox {
    border-left: solid 1px #aaaaaa;
    width: 81%;
    padding-left: 2%;
}

#list .type {
    font-size: 80%;
}

#list .type dt {
    width: 100%;
    border-right: solid 1px;
    border-bottom: none;
}

#list .type .danger {
    border-color: #900225;
}

#list .type .wide {
    border-color: #1a5d01;
}

#list .type .infection {
    border-color: #732573;
}

#list .type .spot {
    border-color: #bf5f01;
}

#list .type .consul {
    border-color: #633b00;
}

#list .type .on, #list .type .off {
    color: #bbb;
    width: 50%;
}

#list .type .on {
    border-right: dashed 1px #999;
}

#list .type .off {
    border-left: none;
}

#list .type .on.active, #list .type .off.active {
    color: #444;
    background: #fff;
    font-weight: bold;
}

#list .occurrence {
    font-size: 82%;
    font-weight: bold;
    margin-bottom: 15px;
}

#list .occurrence dt {
    margin: 15px 0 8px;
}

#list .link a {
    font-size: 110%;
    /*    white-space: nowrap; */
}

#list .link a:visited {
    color: #0000ff;
}

#list .link a:hover {
    color: #ad0000;
    background: #ffffff;
}

#list .link a {
    font-size: 110%;
    /*    white-space: nowrap; */
}

#list .txt {
    padding: 15px 0 4px;
}

#list table.list_region_all {
    width: 100%;
    margin-top: 15px;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    box-sizing: border-box;
    font-size: 86%;
}

#list table.list_region_all th {
    width: 5%;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    box-sizing: border-box;
    background: #dddddd;
    text-align: center;
    vertical-align: middle;
}

#list table.list_region_all td {
    width: 85%;
    border-top: dashed 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    box-sizing: border-box;
    background: #fff;
    padding: 7px;
    line-height: 1.5;
}

#list table.list_region_all tr:first-of-type td {
    border-top-style: solid;
}

#list .rightbox .travel_attention {
    top: 0;
}

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

詳細ページ

================================================== */
#detail .contentsOd {
    padding: 0 0 30px;
}

#detail h2.od {
    clear: both;
    line-height: 1.4;
}

#detail .contentsOd h3, #faq .contentsOd h3 {
    margin: 15px 0 25px;
    border-left: solid 4px #1b4d6d;
    padding: 8px 0 8px 0.7em;
    font-weight: bold;
    font-size: 130%;
    text-align: left;
}

#detail .title_wrap {
    margin-bottom: 10px;
}

#detail .label_wrap {
    width: 1000px;
    margin: 0 auto;
}

#detail .label_wrap .facility_label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 22px;
    background-image: url(./images/icon_consul.png);
    background-repeat: no-repeat;
    margin-right: 4px;
}

#detail .label_area {
    width: 580px;
}

#detail .download_wrap {
    width: auto;
    top: 0;
}

#detail .download_area {
    width: auto;
}

#detail .download {
    position: static;
}

#detail .type {
    float: left;
    width: 20%;
    position: static;
    margin: 10px 0 0 0;
}

#detail .expire {
    float: left;
    font-size: 87%;
    width: 30%;
    position: static;
    margin: 18px 0 0 1%;
}

#detail .expire.off {
    visibility: hidden;
}

#detail .expire dt {
    width: 22%;
    float: left;
}

#detail .expire .date {
    width: 60%;
    float: left;
}

#detail .occurrence {
    float: left;
    width: 33%;
    font-size: 87%;
    font-weight: normal;
    position: static;
    margin: 18px 0 0 15%;
}

#detail .occurrence dt {
    width: 22%;
    float: left;
    margin: 0;
}

#detail .occurrence .date {
    width: 60%;
    float: left;
    padding: 0;
}
/*
#detail .label_area {
	position:absolute;
    left: 0;
    bottom: -40px;
    top: auto;
}
*/
#detail .travel_attention {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#detail .facility_label {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    border: 1px solid #b09c7f;
    background-color: #f0e7d9;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

#detail .scroll_box {
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: 300px;
    border: solid 1px #ccc;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 90%;
}

#detail table.list_region_all {
    width: 100%;
    margin: 15px 0 30px;
    border: solid 3px #1b4d6d;
    box-sizing: border-box;
    font-size: 95%;
}

#detail table.list_region_all th {
    width: 15%;
    border-bottom: solid 1px #85a5b9;
    border-right: solid 1px #85a5b9;
    box-sizing: border-box;
    background: #e3f0f5;
    text-align: left;
    vertical-align: top;
    line-height: 1.3;
    font-size: 100%;
    padding: 10px;
    line-height: 1.6;
}

#detail table.list_region_all td {
    width: 85%;
    border-bottom: solid 1px #85a5b9;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    line-height: 1.6;
    font-size: 90%;
}

#detail table.list_region_all .btm {
    border-bottom: solid 3px #1b4d6d;
}

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

お問い合わせページ

================================================== */
#inquiry .contentsOd {
    padding: 15px 13px 50px;
}

#inquiry h2.od {
    margin: 0;
    padding: 15px 0 15px 1.7em;
    background-position: center left;
    line-height: 1;
}

#inquiry .contentsOd h3 {
    font-size: 100%;
    margin-bottom: 1.4em;
    font-weight: bold;
}

#inquiry .contentsOd p, #faq .contentsOd .comment p {
    font-size: 95%;
    margin-bottom: 1.4em;
    line-height: 1.6em;
}

#inquiry .contentsOd p.small {
    margin-bottom: 0em;
}

#inquiry .contentsOd .comment, #faq .contentsOd .comment {
    border: solid 5px #d7d7d7;
    background-color: #ffffff;
    padding: 20px 20px 0;
}

.inquiry_zone, .detail_zone {
    width: 87%;
    margin: 50px auto;
}

.inquiry_zone.buttonflex {
    display: flex;
}

.inquiry_zone .clearfix {
    min-height: 34px;
    margin-bottom: 25px;
    position: relative;
}

.inquiry_zone .clearfix .item, .inquiry_zone .clearfix .required, .inquiry_zone .clearfix .box {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.inquiry_zone .clearfix .item {
    position: relative;
    width: 28%;
    font-weight: bold;
    font-size: 16px;
    background-color: #129dca;
    color: #fff;
    padding: 0 50px 0 20px;
    height: 50px;
    margin-right: 2%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inquiry_zone .clearfix .item:before, .inquiry_zone .clearfix .required_inner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.inquiry_zone .clearfix .required_inner {
    font-size: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    padding: 0 8px;
    text-align: center;
    color: #ffffff;
    background: #1b4d6d;
    font-weight: bold;
}

.inquiry_zone .clearfix .box {
    width: 70%;
}

.inquiry_zone .clearfix .box input, .inquiry_zone .clearfix .box textarea {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.inquiry_zone .txt_area .item, .inquiry_zone .txt_area .box {
    vertical-align: top;
    height: 220px;
}
/* 申請フォーム追加 */
.inquiry_zone .app_form .item {
    height: 102px;
}

/* 申請フォーム追加 */
.inquiry_zone .app_form .box {
    text-align: left;
    color: #383838;
    font-size: 14px;
    padding: 10px 10px 7px;
    width: 67%;
}

/* 申請フォーム追加 */
.inquiry_zone .app_form .box input {
    margin-right: 10px;
    border: 1px solid silver;
    width: inherit;
    height: 13px;
}

/* 申請フォーム追加 */
.inquiry_zone .app_form .box .gaiyo {
    display: block;
    margin-top: 10px;
}

.inquiry_zone .clearfix .box textarea {
    height: 100%;
    width: 100%;
}

/* 申請フォーム追加 */
.inquiry_zone .clearfix.txt_area .item, .inquiry_zone .clearfix.app_form .item {
    padding-top: 16px;
}

.inquiry_zone .clearfix.txt_area .item:before, .inquiry_zone .clearfix.app_form .item:before {
    vertical-align: top;
}

.inquiry_zone .clearfix.txt_area .required_inner, .inquiry_zone .clearfix.app_form .required_inner {
    top: 10px;
    margin: 0;
}

.inquiry_zone .btn, .detail_zone .btn {
    text-align: center;
    margin: 50px auto 0;
    width: 220px;
    position: relative;
}

.inquiry_zone .btn:before, .detail_zone .btn:before {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    background: url(./images/icn_sprite.png) no-repeat;
    background-size: 130px auto;
    background-position: -50px -40px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

.btn input[type="submit"] {
    width: 100%;
    padding: 15px 0 15px 20px;
}

/* バリデーションポップアップ */
.inquiry_zone .valid_popup {
    display: none;
    border: 1px solid #ff6e6e;
    color: #7C0000;
    position: absolute;
    top: 52px;
    padding: 10px;
    background-color: #ffd6d6;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.inquiry_zone #txtarea.valid_popup {
    top: auto;
    bottom: -40px;
}

.required_txt, .pattern_txt {
    display: block;
}

#email .required_txt, #email .pattern_txt {
    display: none;
}

.valid_popup:before, .valid_popup:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 8px 6px;
    border-style: solid;
    border-color: transparent transparent #ff6e6e;
}

.valid_popup:after {
    top: -14px;
    border-bottom-color: #ffd6d6;
}

/* 注意事項 */
.caution_area {
    border: 4px solid #f69980;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 300px;
    padding: 20px;
}

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

FAQページ

================================================== */
#faq .contentsOd {
    padding: 15px 13px 50px;
}

#faq h2.od {
    margin: 0;
    padding: 15px 0 15px 1.7em;
    background-position: center left;
    line-height: 1;
}

#faq .acodi-conts {
    display: block;
    margin: 50px 0px;
    border-top: solid 1px #7fabbc;
}

.q_index {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-top: 10px;
}

.index_box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index_box:nth-of-type(1), .index_box:nth-of-type(2) {
    margin-bottom: 10px;
}

.index_box:nth-of-type(odd) {
    padding-right: 10px;
}

.index_box .index_txt {
    margin-top: 10px;
}

.q_btn {
    display: block;
    width: 100%;
    min-height: 50px;
    height: auto;
    background: #c4e6f3;
    border: solid 1px #7fabbc;
    border-top: none;
    box-sizing: border-box;
    cursor: pointer;
}

.acodi-conts li:last-of-type .q_btn.active {
    border-bottom: 1px solid #7fabbc;
}

.q_btn a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #333333;
    padding-right: 34px;
}

.q_btn:before {
    content: "";
    width: 0;
    height: 100%;
    min-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.q_btn a:before, .q_btn a:after {
    content: "";
    background-color: #0099cc;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    bottom: 0;
    margin: auto;
}

.q_btn a:after {
    width: 2px;
    height: 20px;
    right: 19px;
}

.q_btn.active a:after {
    display: none;
}

.answer {
    width: 100%;
    display: none;
    z-index: 9999;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}

#faq .acodi-conts li:last-of-type .answer .answer_box {
    border-bottom-color: #dddddd;
}

.answer_box h4 {
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
    line-height: 1.4;
    margin: 5px 0 10px;
    border-left: 6px solid #019ec7;
    padding-left: 8px;
}

.answer_box h5 {
    font-size: 1em;
    color: #333333;
    font-weight: bold;
    line-height: 1.4;
    margin: 3px 0;
}

.answer .answer_box {
    padding: 20px;
    line-height: 1.5;
    word-break: break-all;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #7fabbc;
    background-color: #ffffff;
}

.answer_box .ans_lead {
    font-size: 16px;
}

.answer li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.answer_box ul {
    padding-left: 1.4em;
}

.answer_box ol {
    padding-left: 1.8em;
}

.answer_box ul li {
    display: list-item;
    list-style: disc;
}

.answer .answer_box ol>li {
    margin-top: 10px;
    list-style: none;
    text-indent: -1.5em;
}

.answer_box ol>li:before {
    counter-increment: sample;
    content: counter(sample) "）";
}

.answer_box ol {
    counter-reset: sample;
}

.answer_box .leftbox {
    width: auto;
    margin: 0;
}

.answer_box .leftbox:first-of-type {
    width: 15em;
    padding-right: 4px;
}

/* 説明用アイコン */
.answer_inner {
    position: relative;
    margin-bottom: 18px;
}

.answer_inner:last-of-type {
    margin-bottom: 0;
}

#faq .download_wrap {
    top: 0;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

#faq .download_area {
    width: 100%;
}

#faq .download {
    position: static;
    padding: 0;
}

#faq .answer .download li {
    width: auto;
}

#faq .answer .download li a:hover {
    background-color: #129dca;
    cursor: default;
}

#faq .travel_attention {
    float: none;
    width: 100%;
    padding-top: 6px;
    padding-left: 0;
}

#faq .travel_attention li {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 10px;
}

#faq .travel_attention li.title_area {
    width: 90%;
    padding-left: 1%;
    font-size: 16px;
}

#faq .travel_attention li.label_description {
    font-size: 14px;
    width: 90%;
    padding-left: 1%;
    position: relative;
    top: -1em;
    left: 10%;
}

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

レシポンシブ

=============================================================
============================================================= */
@media screen and (max-width: 768px) {
    body {
        width: 100%;
        margin: 0;
        padding: 0;
        min-width: 100%;
        /* overflow:hidden; */
    }
    .contentsOd section {
        margin-bottom: 40px;
    }
    #index .contentsOd section:first-of-type {
        margin-bottom: 20px;
    }
    .header {
        width: 100%;
        margin: 0;
        height: 54px;
        padding: 0;
    }
    .announce_inner {
        height: 140px;
        width: 100%;
        margin: 0;
        padding: 20px;
        background-size: auto 100%;
        padding-right: 200px;
    }
    #index .announce_inner h2.od {
        font-size: 200%;
        background-image: none;
        padding: 0 !important;
        border: none !important;
    }
    .announce_inner h2 .h2_inner {
        display: block;
        line-height: 1.2;
    }
    .announce_inner p {
        font-size: 14px;
        line-height: 1.2;
    }
    .contentsOd {
        width: 100%;
        margin: 0;
        font-family: 'メイリオ', 'Meiryo', sans-serif;
        font-size: normal;
    }
    .contentsOd a {
        word-break: break-all;
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
    .aside_inner {
        width: 100%;
        margin: 0;
        padding: 10px 2% 15px;
    }
    .footer_inner_Od {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #faq .title_wrap_inner, #list .title_wrap_inner, #detail .title_wrap_inner, #inquiry .title_wrap_inner, #reference .title_wrap_inner
        {
        width: 100%;
        margin: 0;
    }
    header h1.od {
        height: 100%;
        padding-right: 45px;
        padding-left: 0;
        z-index: 9999;
        height: 100%;
    }
    .header .leftbox, .header .rightbox {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .header .leftbox {
        padding-left: 5px;
    }
    .header h1 .main_title {
        font-size: 18px;
        margin-top: 3px;
    }
    .header h1 .sub_title {
        position: relative;
        padding-left: 60px;
    }
    .header h1 .sub_title:before {
        position: absolute;
        left: 0;
        height: 18px;
        width: 53px;
        background-size: 100% auto;
    }
    .header h1.od a {
        margin: 0 3px;
    }
    .header h1.od a img {
        max-width: 100%;
        max-height: 100%;
    }
    .header .rightbox {
        text-align: center;
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        display: none;
    }
    #header_nav {
        background: #019ec7;
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
        z-index: 9990;
        font-size: 110%;
        padding-bottom: 3em;
    }
    #header_nav li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #99d8e9;
    }
    #header_nav li:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    #header_nav li a {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto;
    }
    #header_nav li a, #header_nav li a:hover {
        width: 100%;
        color: #fff;
        line-height: 2em;
        font-size: 16px;
        padding-left: 35px;
        box-sizing: border-box;
        position: relative;
        border-bottom: none;
    }
    #header_nav li a:before {
        content: "";
        display: block;
        width: 12px;
        height: 20px;
        background: url(./images/icn_sprite.png) no-repeat;
        background-size: 80px auto;
        background-position: -30px -20px;
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
    }
    #header_nav li.current a {
        border-bottom: none;
    }
    .header p.link_data-mikata {
        line-height: 1.6;
        background-size: 11%;
        bottom: 14px;
        right: 14px;
        top: auto;
    }
    .header .link_data-mikata a {
        color: #fff;
        text-decoration: underline;
    }
    .header .link_data-mikata:before {
        color: #1b4d6d;
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        line-height: 1;
    }
    #toggle {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 44px;
        height: 54px;
    }
    #toggle a, #toggle a:before, #toggle a:after {
        display: block;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #019ec7;
        transition: transform 0.5s ease;
    }
    #toggle a {
        top: 0;
        bottom: 0;
    }
    #toggle a:before {
        content: "";
        top: 10px;
    }
    #toggle a:after {
        content: "";
        bottom: 10px;
    }
    #toggle.active {
        background-color: #019ec7;
    }
    #toggle.active a {
        background-color: transparent;
    }
    #toggle.active a:before, #toggle.active a:after {
        background-color: #ffffff;
        top: 0;
        bottom: 0;
    }
    #toggle.active a:before {
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #toggle.active a:after {
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .breadcrumbs_innerOd {
        width: 100%;
        padding-left: 12px;
    }
    .breadcrumbs_innerOd li {
        white-space: normal;
        font-size: 110%;
    }
    h2.od {
        font-size: 110%;
        font-weight: bold;
        line-height: 1.2;
        margin: 0 0 10px;
        padding: 15px 3% 0;
        background-image: none;
        box-sizing: border-box;
    }
    #detail .title_wrap {
        margin-bottom: 0;
    }
    #detail .title_wrap_inner {
        padding-bottom: 40px;
    }
    .expire dt, .expire .date, .occurrence dt, .occurrence .date, .occurrence .koukan {
        float: none;
        display: inline;
    }
    .download_wrap {
        display: none;
    }
    .travel_attention {
        position: absolute;
        top: 0px;
        width: 94%;
        margin: 0 auto;
    }
    .travel_attention .level1, .travel_attention .level2, .travel_attention .level3, .travel_attention .level4 {
        font-size: 70%;
        width: 23%;
        margin-right: 2%;
    }
    .travel_attention .level3 {
        width: 25%;
    }
    .travel_attention .level4 {
        margin-right: 0;
    }
    .contentsOd h3.mb3px {
        margin-bottom: 3px;
    }
    .scroll_box {
        overflow-y: visible;
        width: 100%;
        border: none;
        padding: 0;
        font-size: 90%;
    }
    footer {
        width: 100%;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footer_inner_Od .link_to_top {
        bottom: 40px;
    }
    .footer_inner_Od ul {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #019ec7;
    }
    .footer_inner_Od li {
        display: block;
        border-bottom: 1px solid #99d8e9;
        text-align: center;
        position: relative;
    }
    .footer_inner_Od li:before {
        content: "";
        display: block;
        width: 12px;
        height: 20px;
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(./images/icn_sprite.png) no-repeat;
        background-size: 80px auto;
        background-position: -30px -20px;
    }
    .footer_inner_Od li:last-of-type {
        border-bottom: none;
    }
    .copy_Od {
        color: #fff;
        padding: 10px 0;
        background: #1b4d6d;
    }
    .footer_inner_Od li a {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .footer_inner_Od .link_to_mofaj, .footer_inner_Od .footer_logo {
        display: none;
    }

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

	topページ（レシポンシブ）

	================================================== */
    #index .contentsOd {
        padding-bottom: 0;
    }
    #index .contentsOd h2.od {
        width: 110%;
        margin: 10px 0;
        border-left: none;
        background: #1b4d6d;
        color: #fff;
        padding: 10px !important;
        font-size: 130%;
        font-weight: bold;
        box-sizing: border-box;
        background-image: none;
    }
    #index .site_description {
        width: 96%;
        margin: 0 2%;
    }
    #index .mail_list, #list .mail_list {
        width: 100%;
        padding: 0;
    }
    #index .mail_list li {
        padding: 14px 8px 8px;
    }
    #index .contentsOd .leftbox {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        border-right: none;
    }
    #index .contentsOd .rightbox {
        width: 100%;
        padding: 0;
        float: none;
    }
    #index .rightbox .travel_attention {
        width: 100%;
        position: static;
        margin-bottom: 10px;
    }
    #index .type {
        width: 60%;
    }
    #index .type .on, #index .type .off {
        width: 19%;
    }
    #index .occurrence dt {
        margin: 8px 0;
    }
    #index .link {
        width: 100%;
    }
    #index .region .area, #index .region .country {
        vertical-align: top;
        padding: 0;
        margin: 0;
    }
    .region {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        line-height: 1.3;;
        border-bottom: dotted 1px #999;
        padding-bottom: 10px;
    }
    .region_inner {
        width: 100%;
    }
    .region_inner+.region_inner {
        margin-left: 0;
    }
    .txt {
        width: 99%;
        line-height: 1.3;
        padding-top: 10px;
    }
    #index .tab-box {
        margin: 10px 3%;
        width: 94%;
    }
    #index .menu {
        display: inline-block;
        width: 49%;
        font-size: 100%;
        margin-right: 0;
        background: #cccccc;
        border: none;
        box-sizing: border-box;
    }
    #index .menu.active {
        color: #fff;
        width: 49%;
        border: none;
        background: #129dca;
        box-sizing: border-box;
    }
    #index .menu+.menu {
        margin-left: 2%;
    }
    #index .menu a {
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 3;
    }
    #index .menu a span {
        display: none;
    }
    #index .panel-box {
        border: none;
        padding: 15px 0 0;
    }
    .column3 {
        width: 100%;
        margin: 10px 0;
        padding: 0 13px;
        clear: both;
        box-sizing: border-box;
        position: relative;
    }
    .column3 .left {
        width: 15%;
        height: 50px;
        margin: 110px auto;
        padding-left: 3%;
    }
    .column3 .right {
        width: 80%;
    }
    .column3 h3 {
        font-size: 130%;
        text-align: left;
        margin: 0 0 10px 0;
        padding: 15px 4px;
        padding-left: 80px;
    }
    .column3 img {
        width: 60px;
        height: auto;
        margin: 0;
        display: block;
        text-align: center;
        /*		position: absolute; */
        top: 0;
    }
    ul.note {
        width: 100%;
    }
    ul.note li {
        line-height: 1.2;
        margin: 0;
    }
    .aside_inner {
        width: 100%;
        margin: 0;
        padding: 13px;
    }
    .aside_inner h2.od {
        width: 100%;
        background-image: none;
        border: none;
        margin: 10px 0 20px !important;
        padding: 0 13px !important;
    }
    .aside_inner .column4 {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
    }
    .aside_inner .column4 img {
        text-align: center;
        max-width: 100%;
        height: auto;
    }
    .aside_inner .column4 p {
        display: none;
    }
    #index .link_to_allarea, #index #tab-container2 {
        display: none;
    }
    .search .search-input {
        width: 100%;
        padding-right: 5px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search .search-btn {
        width: 30%;
    }
    .search .search-btn input[type="submit"] {
        padding: 0;
        width: 100%;
        line-height: 2.3;
    }
    .search .search-txt {
        width: 100%;
        float: none;
        clear: left;
    }
    #index .acodi-conts {
        display: block;
    }
    .country_list_btn {
        display: block;
        width: 100%;
        background: #c4e6f3;
        box-sizing: border-box;
        border: solid 1px #7fabbc;
        border-bottom: none;
        position: relative;
    }
    .acodi-conts li:last-of-type .country_list_btn {
        border-bottom: solid 1px #7fabbc;
    }
    .country_list_btn:before, .country_list_btn:after {
        content: "";
        background-color: #0099cc;
        display: block;
        width: 20px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 10;
        bottom: 0;
        margin: auto;
    }
    .country_list_btn:after {
        width: 2px;
        height: 20px;
        right: 19px;
    }
    .country_list_btn.active:after {
        display: none;
    }
    .country_list_btn a {
        display: block;
        width: 100%;
        height: 46px;
        text-decoration: none;
        padding-left: 10px;
        box-sizing: border-box;
        color: #333;
        font-weight: bold;
    }
    .country_list_btn a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    .country_list_btn#all_country {
        margin-bottom: 10px;
        border-bottom: solid 1px #7fabbc;
    }
    .country_list_btn#all_country a {
        padding-left: 35px;
    }
    .country_list_btn#all_country:after {
        display: none;
    }
    .country_list_btn#all_country:before {
        display: block;
        width: 12px;
        height: 20px;
        background: url(./images/icn_sprite.png) no-repeat;
        background-size: 130px auto;
        background-position: -90px -40px;
        position: absolute;
        top: 0;
        left: 10px;
        right: inherit;
        bottom: 0;
    }
    .country_list_area {
        width: 100%;
        display: none;
        z-index: 9999;
        border-top: solid 1px #7fabbc;
    }
    .acodi-conts li:last-of-type .country_list_area {
        border-top: none;
    }
    .country_list_area li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .country_list_area li a {
        width: 100%;
        border: solid 1px #999;
        border-top: none;
        background: #fff;
        display: block;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        padding: 13px 0 10px 35px;
        border-color: #cccccc #7fabbc;
    }
    .country_list_area li a:before {
        content: "";
        display: block;
        width: 12px;
        height: 20px;
        background: url(./images/icn_sprite.png) no-repeat;
        background-size: 130px auto;
        background-position: -90px -40px;
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
    }
    .country_list_area li a:hover, .country_list_area li a:active {
        color: #00f;
        background: #dddddd;
        text-decoration: none;
    }
    .acodi-conts li:not (:last-child ) .country_list_area li:last-of-type a {
        border-bottom: none;
    }

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

	一覧ページ（レシポンシブ）

	================================================== */
    #list .contentsOd {
        width: 100%;
        margin: 0;
        padding: 3% 3% 7%;
    }
    #list .title_wrap {
        margin-bottom: 0;
    }
    #list .anzen_info h3 {
        text-align: center;
    }
    #list .anzen_info {
        padding: 0;
        margin-bottom: 15px;
    }
    #list .anzen_info_left {
        width: 100%;
        float: none;
        border-right: none;
    }
    #list .anzen_info_right {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 5px;
    }
    #list .anzen_info_left .link_info {
        text-align: center;
    }
    #list .anzen_info_left .txt_info {
        display: none;
    }
    #list .anzen_info_right dl {
        margin-bottom: 10px;
    }
    #list .anzen_info_right dt {
        width: 100%;
        float: none;
        text-align: left;
        padding: 0 3%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #list .anzen_info_right dd {
        width: 100%;
        float: none;
    }
    #list .mail_list li {
        padding: 10px 3% 15px;
    }
    #list .tab-box2 .tabmenu {
        border-right: solid 1px #129dca;
        width: 100%;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #list .tab-box2 .menu {
        width: 50%;
        margin-right: 0;
        border-left: solid 1px #129dca;
        border-top: solid 1px #129dca;
        border-bottom: none;
        border-right: none;
    }
    #list .tab-box2 .menu a, #list .tab-box2 .menu.inactive a {
        width: 100%;
        text-align: left;
        text-indent: 1.6em;
        line-height: 1;
        font-size: 85%;
        padding: 10px 8px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #list .tab-box2 .menu.inactive {
        border-left: solid 1px #129dca;
        border-top: solid 1px #129dca;
        border-bottom: none;
        border-right: none;
    }
    #list .tab-box2 .panel-box {
        padding: 0 0 15px;
        margin: 0 0 10px;
    }
    #list .tab-box2 .menu.active:after, #list .tab-box2 .menu.active:before {
        border-color: none;
        border-top-color: none;
        border-width: 0;
        margin-left: 0;
    }
    #list .txt {
        line-height: 1.6;
    }
    #list article .leftbox {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: none;
    }
    #list article .rightbox {
        width: 100%;
        padding: 0;
        float: none;
        border-left: none;
    }
    #list article .rightbox .travel_attention {
        width: 100%;
        margin-bottom: 10px;
    }
    #list .link {
        width: 100%;
        margin-bottom: 10px;
    }
    #list .txt {
        padding: 0 0 4px;
    }
    #list .type {
        width: 60%;
    }
    #list .type dt {
        width: 62%;
        border-bottom: 1px solid;
    }
    .type .danger {
        border-color: #900225;
    }
    .type .wide {
        border-color: #1a5d01;
    }
    .type .infection {
        border-color: #732573;
    }
    .type .spot {
        border-color: #bf5f01;
    }
    .type .consul {
        border-color: #633b00;
    }
    .type .on {
        border-left: none;
    }
    #list .type .on, #list .type .off {
        width: 19%;
    }
    #list .occurrence dt {
        margin: 8px 0;
    }
    #list .link {
        float: none;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        line-height: 1.3;
        padding-top: 0px;
    }
    #list table.list_region_all {
        width: 100%;
        padding: 0;
        margin: 15px auto;
    }
    #list table.list_region_all th {
        width: 100%;
        display: block;
        font-size: 110%;
        vertical-align: bottom;
        padding: 5px 0;
        line-height: 1.2;
    }
    #list table.list_region_all td {
        width: 100%;
        display: block;
        font-size: 90%;
    }

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

	詳細ページ（レシポンシブ）

	================================================== */
    #detail .contentsOd {
        width: 100%;
        margin: 0;
        padding: 0 3% 7%;
    }
    #detail .contentsOd h3 {
        width: 100%;
        margin: 20px 0 10px;
        border-left: none;
        background: #1b4d6d;
        color: #fff;
        padding: 10px;
        font-size: 130%;
        font-weight: bold;
        box-sizing: border-box;
    }
    #detail .type {
        width: 60%;
        margin: 10px 3% 0;
    }
    #detail .expire, #detail .occurrence {
        clear: both;
        padding: 10px 3% 0;
        margin: 0;
        width: 100%;
        font-size: 12px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #detail .expire.off {
        visibility: hidden;
    }
    #detail .expire dt, #detail .occurrence dt {
        width: auto;
    }
    #detail .occurrence {
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        border-top: solid 1px #e2e2e2;
    }
    #detail .occurrence dt {
        padding-bottom: 0;
    }
    #detail h2.od {
        padding-top: 10px;
    }
    #detail .label_wrap {
        width: 100%;
        margin: 0;
        padding: 0 3%;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
    #detail .label_area {
        width: 100%;
        bottom: 40px;
        left: 12px;
        right: 12px;
    }
    #detail .travel_attention {
        width: 100%;
        position: static;
    }
    #detail table.list_region_all {
        width: 97%;
        border: none;
        padding: 0;
        margin: 15px auto;
    }
    #detail .facility_label {
        /*		position: absolute;
		top: 0;
		left: 0;*/
        padding: 8px 10px;
    }
    #detail table.list_region_all th {
        width: 100%;
        display: block;
        font-size: 110%;
        background: #fff;
        border-bottom: solid 3px #cccccc;
        border-right: none;
        vertical-align: bottom;
        padding: 5px 0;
        line-height: 1.2;
    }
    #detail table.list_region_all td {
        width: 100%;
        display: block;
        font-size: 90%;
        padding-top: 6px;
        padding-bottom: 15px;
        border: none;
    }
    #detail table.list_region_all th.btm {
        border-bottom: solid 3px #019ec7;
    }
    #detail table.list_region_all td.btm {
        border-bottom: none;
    }

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

	タブ（レシポンシブ）

	================================================== */
    .select_tabmenu {
        border-bottom: none;
        margin-bottom: 10px;
    }
    .select_tabmenu a {
        width: 49%;
        background-color: #cccccc;
        border: none;
        padding: 20px 5px;
    }
    .select_tabmenu a+a {
        margin-left: 2%;
    }
    .select_tabmenu a.active {
        background-color: #129dca;
    }
    #tab-container>.tabmenu .menu:before {
        display: none;
    }

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

	FAQ（レシポンシブ）

	================================================== */
    #faq .acodi-conts {
        margin-top: 20px;
    }
    .answer .answer_box {
        padding: 10px;
    }
    .answer_box .leftbox:first-of-type {
        width: 40%;
    }
    .answer_box .leftbox:last-of-type {
        width: 60%;
    }
    #faq .download_wrap {
        display: block;
    }
    #faq .download, #faq .travel_attention {
        position: static;
    }
    #faq .answer .download {
        width: 100%;
    }
    #faq .travel_attention li {
        width: 25%;
    }
    #faq .travel_attention li.title_area {
        width: 75%;
        padding-left: 8px;
    }
    #faq .travel_attention li.label_description {
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 16px;
    }
    #faq .travel_attention li.label_description:last-of-type {
        margin-bottom: 0;
    }

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

	お問い合わせページ（レシポンシブ）

	================================================== */
    .inquiry_zone, .detail_zone {
        width: 100%;
        margin-top: 20px;
    }
    .inquiry_zone.buttonflex {
        display: block;
    }
    .inquiry_zone .clearfix .item, .inquiry_zone .clearfix .required, .inquiry_zone .clearfix .box {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .inquiry_zone .clearfix .box {
        padding: 10px 20px 0;
    }
    .inquiry_zone .clearfix .required_inner {
        padding: 0 20px;
    }
    .inquiry_zone .clearfix .required .required_inner {
        width: 100%;
        font-size: 0.8em;
        line-height: 22px;
    }
    .inquiry_zone .clearfix .box textarea {
        height: 100%;
        width: 100%;
    }
    .inquiry_zone .clearfix.txt_area .item:before {
        vertical-align: middle;
    }
    .inquiry_zone .clearfix.txt_area .required_inner {
        top: 0;
        margin: auto;
    }
    .inquiry_zone .clearfix.txt_area .item {
        padding-top: 0;
        height: 50px;
        vertical-align: middle;
    }
    .inquiry_zone .clearfix.txt_area .item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    .inquiry_zone .btn, .detail_zone .btn {
        text-align: center;
    }

    /* バリデーションポップアップ */
    .inquiry_zone .valid_popup {
        top: 112px;
    }
}

@media screen and (max-width: 480px) {
    .announce_inner {
        padding-right: 20px;
        height: 120px;
        background-size: 50% auto;
    }
    .announce_inner h2 .h2_inner {
        font-size: 28px;
    }
    .announce_inner p {
        padding-right: 50px;
        font-weight: bold;
    }
    #index .type dt {
        width: 62%;
    }
    .answer_box .leftbox:first-of-type, .answer_box .leftbox:last-of-type {
        width: 100%;
        padding: 0;
    }
    #faq .answer .download li {
        width: 22%;
        margin: 0;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #faq .answer .download .xml span {
        padding-top: 3px;
        display: inline-block;
    }
    #faq .answer .download .xml {
        margin: 0;
        padding-right: 5px;
        width: 32%;
    }
    #faq .download .xml p {
        padding-left: 20px;
        width: 100%;
        background-size: 16px auto;
        font-size: 10px;
    }
    #faq .answer .download li a {
        width: auto;
    }
    #faq .answer .download li.btn {
        padding-right: 6px;
    }
    #faq .answer .download li.btn:last-of-type {
        padding-right: 0;
    }
    #faq .answer .download li.btn a {
        width: 100%;
    }
    #faq .answer .download li.btn a:before {
        width: 12px;
        height: 20px;
        background-size: 80px auto;
        background-position: -30px -20px;
        left: 5px;
    }
}

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

出典ページ

================================================== */
#reference .contentsOd {
    width: 100%;
    margin: 0;
    padding: 3% 3% 7%;
}

#reference table {
    margin: 0 auto;
    border: solid 1px #129dca;
    border-collapse: collapse;
}

#reference table.list_region_all th {
    box-sizing: border-box;
    border: solid 1px #129dca;
    background: #97d5eb;
    text-align: left;
    line-height: 2.0;
}

#reference table.list_region_all td {
    box-sizing: border-box;
    border: solid 1px #129dca;
    background: #fff;
    padding: 7px;
    line-height: 1.5;
}

#reference table.list_region_all td.no {
    width: 3%;
}

#reference table.list_region_all td.sitename {
    width: 45%;
}

#reference table.list_region_all td.siteurl {
    width: 50%;
}

.btn_box {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 15px;
    text-align: center;
}

.btn_box input.btn {
    width: 200px;
    margin: 0px 15px 0px 15px;
    font-size: 95%;
    text-decoration: none;
    line-height: 2.6;
    color: #fff;
    background: #1b4d6d;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center left;
}

.btn_box input.btn:hover {
    cursor: pointer;
}