@charset "utf-8";
/* ============================================================ *\

	layout

\* ============================================================ */

/* ============================================================ *\
    $common
\* ============================================================ */

#contents, #pagetop, #footer p.address {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}

/* SP */

@media screen and (max-width: 767px) {
    #contents {
        display: block;
    }
}

/* TB */

@media screen and (min-width: 768px) {
    #contents {
        display: block;
    }
}

/* PC */

@media screen and (min-width: 1025px) {
    #contents {
        max-width: 1366px;
    }
}

/* ============================================================ *\
    $header
\* ============================================================ */

#header {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px 21px 0;
    width: auto;
    height: auto;
    background: transparent url(./000061767.png) 135px 0 no-repeat;
    text-align: right;
    line-height: 1.2;
}

/* 英語 */

html[lang="en"] #header {
    padding-bottom: 14px;
}

#header a {
    text-decoration: none;
}

#logo-mofa {
    position: absolute;
    left: 10px;
    top: 20px;
}

#logo-mofa a {
    background-color: transparent;
}

#header-right {
    display: block;
    padding-top: 20px;
}

/* 英語 */

html[lang="en"] #header-right {
    padding-top: 8px;
}

/* SP */

@media screen and (max-width: 767px) {}

/* TB */

@media screen and (min-width: 768px) {}

/* PC */

@media screen and (min-width: 1025px) {}

/* $function */

#cse-search-box, dl#textchanger {
    margin-top: 17px;
}

/* $cse-search-box */

#cse-search-box #searchbox {
    display: block;
    float: left;
    margin: 0;
    width: 280px;
    border: 1px solid #036 !important;
    border-image-width: 0 !important;
    font-size: 1.3em !important;
    border-radius: 0;
}

#cse-search-box #searchbutton {
    display: block;
    float: right;
    margin: 0 0 0 3px;
    width: 4.1em;
    height: 20px;
    background-color: #036;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #036 !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    cursor: pointer;
    font-size: 1.3em;
    overflow: hidden !important;
    white-space: nowrap;
}

#cse-search-box #searchbutton span {
    display: block;
    line-height: 1.0;
}

#cse-search-box #searchbutton, x:-moz-any-link, x:default {
    padding-top: 1px;
    padding-bottom: 2px;
}

#cse-search-box #searchbutton:hover {
    background-color: #fff;
    color: #036;
}

#cse-search-box #searchbutton * {
    border-width: 0 !important;
}

/* ============================================================ *\
    $contents
\* ============================================================ */

#contents {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.7;
}

html[lang="en"] #contents {
    font-size: 1.5em;
    line-height: 1.3;
}

/* contents-header */

#contents-header {
    width: 100%;
}

/* contents-body */

#contents-body {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
}

/* SP */

@media screen and (max-width: 320px) {
    body:not(#page-topindex) #contents {
        padding: 0;
    }
    body:not(#page-topindex) #contents #contents-header>*:not(h2):not(.video-section), body:not(#page-topindex) #contents #main>*:not(.video-section):not(.video-title):not(.photo-section):not(.main-section):not(.menu-section), body:not(#page-topindex) #contents #main .main-section>*:not(h2):not(h3):not(.video-section):not(.section-block), body:not(#page-topindex) #contents #main .menu-section .menu-box>*:not(h2):not(.photo-section), body:not(#page-topindex) #contents #sub {
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    body:not(#page-topindex) #contents {
        background-color: #ffffff;
        margin-top: 0;
        padding-top: 15px;
    }
    #contents-body {
        flex-wrap: wrap
    }
}

/* ============================================================ *\
    $main
\* ============================================================ */

/* SP */

@media screen and (max-width: 767px) {
    div#main {
        width: 100%;
    }
}

/* TB */

@media screen and (min-width: 768px) {
    div#main {
        width: 100%;
    }
}

/* PC */

@media screen and (min-width: 1025px) {}

/* ============================================================ *\
    $sub
\* ============================================================ */

#sub {
    width: 230px;
}

#sub .section {
    border: 1px solid #cccccc;
    margin: 0 0 15px 0;
    padding: 1px;
    background-color: #ffffff;
}

/* SP */

@media screen and (max-width: 767px) {
    #sub {
        width: 100%;
    }
}

/* TB */

@media screen and (min-width: 768px) {
    #sub {
        width: 170px;
        min-width: 170px;
        margin-left: 15px;
    }
}

/* PC */

@media screen and (min-width: 1025px) {
    #sub {
        width: 225px;
        min-width: 225px;
    }
}

/* ============================================================ *\
    $pagetop
\* ============================================================ */

div#pagetop {
    margin-top: 28px;
    margin-bottom: 6px;
    font-size: 1.5em;
    text-align: right;
}

html[lang="en"] div#pagetop {
    margin-top: 13px;
    margin-bottom: 10px;
}

body#page-topindex div#pagetop {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

/* SP */

@media screen and (max-width: 767px) {
    #pagetop a {
        padding: 1px 0 1px 15px;
        line-height: 2;
        background: url(./000003450.png) center left no-repeat;
        background-size: 13px 13px;
    }
}

/* ============================================================ *\
    $footer-sitemaps
\* ============================================================ */

div#footer-sitemaps {
    border-top: 2px solid #036;
    background: #f0f0f0;
    text-align: left;
}

div#footer-sitemaps .wrapper {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: -2px auto 10px;
    padding-top: 16px;
    padding-bottom: 10px;
    border-top: 2px solid #036;
    background-color: #f0f0f0;
}

div#footer-sitemaps .wrapper::last-of-type, div#footer-sitemaps .wrapper:after {
    display: block;
    content: "";
}

html[lang="en"] div#footer-sitemaps .wrapper {
    padding-top: 20px;
    padding-bottom: 0;
}

div#footer-sitemaps dt {
    padding: 4px 8px 1px 0;
    border-top: 2px solid #1756bd;
    border-right: 1px solid #1756bd;
    border-left: 1px solid #1756bd;
    background-color: #fff;
    font-size: 1.5em;
    line-height: 1.2;
}

html[lang="en"] div#footer-sitemaps dt {
    padding-top: 3px;
    padding-bottom: 2px;
}

div#footer-sitemaps dd dt {
    margin-top: 8px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    background-color: transparent;
    color: #192a7f;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1;
}

div#footer-sitemaps .link-arrow a {
    background-image: url(./000061751.png);
    background-position: -2px -6px;
}

div#footer-sitemaps .link-arrow dt a {
    padding-left: 18px;
    background-image: url(./000061748.png);
    background-position: 0 -7px;
}

html[lang="en"] div#footer-sitemaps .link-arrow dt a {
    background-position: 0 -5px;
}

div#footer-sitemaps dd {
    padding-bottom: 20px;
    padding-left: 18px;
    font-size: 1.2em;
    line-height: 1.1;
}

html[lang="en"] div#footer-sitemaps dd {
    padding-bottom: 26px;
}

div#footer-sitemaps dd dd, html[lang="en"] div#footer-sitemaps dd dd {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1em;
}

div#footer-sitemaps dd ul li {
    margin-top: 8px;
}

div#footer-sitemaps dd ul ul {
    margin-left: 10px;
}

html[lang="en"] div#footer-sitemaps .wrapper:after {
    display: block;
    width: 33%;
}

div#footer-sitemaps+.bg-navy, div#footer-sitemaps+.bg-navy+.address {
    text-align: left;
}

/* ============================================================ *\
    $footer
\* ============================================================ */

#footer {
    margin: 2px 0 0;
    width: 100%;
}

#footer .bg-navy, #footer .bg-navy a {
    color: #fff;
}

#footer .bg-navy .wrapper {
    padding-top: 3px;
    padding-bottom: 6px;
    margin: 0 auto;
    background-color: #036;
}

#footer .menu-sub li {
    border-right: 1px solid #fff;
}

#footer .menu-sub li a:hover {
    background-color: #fff;
    color: #192a80;
}

html[lang="en"] #footer .menu-sub li {
    vertical-align: bottom;
}

#footer .menu-sub li:first-child {
    border-left: 1px solid #fff;
}

#footer .bg-navy p {
    margin-top: -1.5em;
    margin-bottom: 0;
    font-size: 1.2em;
    text-align: right;
    line-height: 1.2;
}

html[lang="en"] #footer .bg-navy p {
    margin-top: -1.1em;
    line-height: 1.1;
}

body.large #footer .bg-navy p {
    margin-top: 0;
}

#footer p.address {
    width: calc(100% - 20px);
    padding-top: 7px;
    padding-bottom: 14px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: content-box;
}

html[lang="en"] #footer p.address {
    padding-top: 13px;
    padding-bottom: 12px;
}

#footer .link-warrow a {
    margin-left: 10px;
    margin-right: 15px;
    padding: 1px 3px 0 18px;
    border: 1px solid #666;
    background: #666 url(./000061801.png) 3px center no-repeat;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.0;
}

html[lang="en"] #footer .link-warrow a {
    margin-right: 16px;
    margin-left: 6px;
    padding-right: 8px;
    padding-left: 23px;
    background-position: 8px center;
}

#footer .link-warrow a:hover {
    background-color: #fff;
    background-image: url(./000061798.png);
    color: #666;
}

#footer .houjinNo {
    display: inline-block;
}

#footer .phoneNo {
    display: inline-block;
}

/* SP */

@media screen and (max-width: 767px) {
    div#footer-sitemaps .wrapper>dl {
        width: 100%;
    }
}

/* TB */

@media screen and (min-width: 768px) {
    div#footer-sitemaps .wrapper>dl {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    div#footer-sitemaps .wrapper>dl:nth-of-type(3n) {
        margin-right: 0;
    }
    #footer .bg-navy .wrapper .menu-sub {
        margin-left: 10px;
    }
    #footer .bg-navy .wrapper .menu-sub+p {
        margin-right: 10px;
    }
}

/* PC */

@media screen and (min-width: 1025px) {
    #footer-sitemaps .wrapper, #footer .bg-navy .wrapper, #footer p.address {
        width: 940px;
    }
    #footer .bg-navy .wrapper .menu-sub {
        margin-left: 0;
    }
    #footer .bg-navy .wrapper .menu-sub+p {
        margin-right: 0;
    }
}

/* ============================================================ *\
    $other
\* ============================================================ */

/* $icon ---------------- */

/* $link-arrow */

.link-arrow {
    margin-top: 12px;
}

html[lang="en"] .link-arrow {
    margin-top: 10px;
}

.link-arrow li {
    margin-top: 11px;
}

html[lang="en"] .link-arrow li {
    margin-top: 7px;
}

.link-arrow li:first-child {
    margin-top: 0;
}

.link-arrow a {
    padding-left: 12px;
    background-image: url(./000061749.png);
    background-position: -2px -5px;
    background-repeat: no-repeat;
}

html[lang="en"] .link-arrow a {
    background-position: -2px -3px;
}

/* SP */

@media screen and (max-width: 767px) {
    div#footer-sitemaps .link-arrow li {
        border-bottom: 0;
    }
    div#footer-sitemaps .link-arrow a {
        background-repeat: no-repeat;
        padding: 0 0 0 10px;
    }
    div#footer-sitemaps .link-arrow a:after {
        content: none;
    }
}

/* Tablet */

@media screen and (min-width: 1025px) {
    #pagetop.link-arrow a {
        background-position: -2px -2px;
    }
}

/* PC */

@media screen and (min-width: 1025px) {
    .link-arrow a:hover {
        color: #fff;
    }
}

/* $link-warrow */

ul.link-warrow {
    margin-top: 12px;
}

.link-warrow li {
    margin-top: 11px;
}

.link-warrow li:first-child {
    margin-top: 0;
}

.link-warrow a {
    padding-left: 15px;
    background-image: url(./000061799.png);
    background-position: 0 -5px;
    background-repeat: no-repeat;
}

html[lang="en"] .link-warrow a {
    background-position: 0 -3px;
}

html[lang="en"] #box-highlights .link-warrow a {
    margin: 0 0 0 15px;
}

html[lang="en"] #box-linkabout .link-warrow a {
    margin: 0 0 0 15px;
}

#sub .box-navy .link-warrow a {
    margin: 0 0 0 15px;
}

/* $list ---------------- */

/* $list-inline */

.list-inline {
    margin-top: 0 !important;
}

.list-inline li {
    margin-top: 15px!important;
    margin-right: 8px;
}

html[lang="en"] .list-inline li {
    margin-top: 10px;
}

/* $list-date */

.list-date dt {
    margin-top: 13px;
    padding-top: 15px;
    border-top: 1px dotted #036;
    font-weight: bold;
}

html[lang="en"] .list-date dt {
    margin-top: 14px;
    padding-top: 11px;
}

.list-date dt:first-child, html[lang="en"] .list-date dt:first-child {
    margin-top: 0;
    border-top-width: 0;
}

.list-date dd {
    padding-left: 30px;
}

.list-date dd.emergencyNews {
    padding-left: 0;
}

/* $link-banner */

.link-banner {
    margin-top: 10px;
}

.link-banner li {
    margin-top: 5px;
}

.link-banner li:first-child {
    margin-top: 0;
}

.link-banner a {
    display: block;
}

#link-sp-banner {
    display: none;
}

/* $menu-sub */

.menu-sub li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
    line-height: normal;
}

.menu-sub li a {
    font-size: 1.3em;
    vertical-align: middle;
    text-decoration: none;
}

/* $text ---------------- */

.textsize-m {
    font-size: 1.1428em;
}

div#main ul.textsize-m {
    margin-top: 15px;
}

.text-bold {
    font-weight: bold;
}

/* $background ---------------- */

.bg-navy {
    background-color: #036;
}

div#slideshow {
    margin-bottom: 10px;
}

/* ============================================================ *\
    $hack
\* ============================================================ */

#cse-search-box, .list-inline li, .link-arrow a, .link-warrow a {
    display: inline-block;
}

/* ============================================================ *\
    $for sp
\* ============================================================ */

#emergencyinfo .sp-only-inline, #emergencyinfo .sp-only-block {
    display: none;
}

/* ============================================================ *\
    $emergencyinfo
\* ============================================================ */

html[lang=en] .earthquake_l {
    width: 504px;
    float: left;
}

html[lang=en] .earthquake_r {
    width: 196px;
    float: right;
    text-align: right;
}

html[lang=en] .earthquake_b {
    clear: both;
    margin-bottom: 10px;
}