@charset "utf-8";
/* ============================================================ *\
    $layout
\* ============================================================ */

/* SP */

@media screen and (max-width: 767px) {
    div#sub ul:first-child {
        margin-top: 10px;
    }
}

/* TB */

@media screen and (min-width: 768px) {
    #contents-body {
        flex-wrap: wrap;
    }
    div#main {
        width: 100%;
    }
    div#sub {
        width: 100%;
    }
    .link-banner {
        text-align: center;
    }
    div#sub ul:first-child {
        margin-top: 10px;
    }
    .link-banner li {
        display: inline-block;
    }
	.sp-only-block .link-banner li {
		vertical-align: top;
		margin-top: 0px;
		margin-bottom: 5px;
    }
}

/* PC */

@media screen and (min-width: 1025px) {
    #contents-body {
        flex-wrap: nowrap;
    }
    div#main {
        width: calc(100% - 225px);
    }
    div#sub {
        width: 225px;
    }
    #mobile {
        display: block;
    }
}

/* ============================================================ *\
    $common
\* ============================================================ */

/* ============================================================ *\
    $header
\* ============================================================ */

/* SP */

@media screen and (max-width: 767px) {
    #func {
        display: block;
        left: 0;
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    #cse-search-box {
        min-width: 300px;
        width: 100% !important;
    }
    #cse-search-box #searchbox {
        height: 25px !important;
        width: calc(100% - 72px);
        box-sizing: border-box;
        font-size: 1.3em !important;
    }
    #cse-search-box #searchbutton {
        text-align: left;
        width: 72px;
        height: 25px !important;
        box-sizing: border-box;
        background: #036 url(/mofaj/files/100000025.png) 5px center no-repeat;
        background-size: 15px;
        border-radius: 0;
        float: left;
        padding-left: 25px;
        margin: 0;
        font-size: 95%;
    }
}

/* ============================================================ *\
    $contents
\* ============================================================ */

#contents {
    line-height: 1.2;
}

#contents h2, #contents ul {
    margin-bottom: 0;
}

.alert {
    margin: 0 0 10px 0!important;
    font-weight: bold;
    font-size: 1.5em;
}

div#main h2/*, div#main .list-tab h2 a*/ {
    display: block;
    margin-top: 26px;
    padding: 2px 2px 2px;
    width: 100%;
    border: 1px solid #1756bd;
    background-color: transparent;
    color: #fff;
    font-size: 1.2857em;
    box-sizing: border-box;
    position: relative;
}

#page-topindex div#main h2/*, div#main .list-tab h2 a*/ {
    background-color: #1756bd;
}

#page-topindex div#main .emergency h2 {
    background-color: #d20000;
    border-color: #d20000;
}

html[lang="en"] div#main h2 {
    margin-top: 20px;
}

div#main h2 span, /*div#main .list-tab h2 span*/ {
    display: block;
    padding-top: 2px;
    padding-left: 13px;
    border-left: 2px solid #fff;
}

html[lang="en"] div#main h2 span {
    padding-top: 0;
}

div#main p {
    margin-top: 12px;
}

html[lang="en"] div#main p {
    margin-top: 17px;
}

/*
div#main .list-tab {
    position: relative;
    margin-top: 26px;
    padding-top: 28px;
    width: 100%;
}

div#main .list-tab h2 {
    position: absolute;
    top: 0;
    left: 70%;
    margin-top: 0;
    padding: 0;
    width: 30%;
    border-width: 0;
    background-color: transparent;
    cursor: pointer;
}

div#main .list-tab h2:first-child {
    left: 0;
    width: calc(70% - 5px);
}

div#main .list-tab h2 a {
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom-width: 0;
    background: url(/mofaj/files/100000024.png) no-repeat right center;
    background-color: #f0f0f0;
    color: #333;
    font-size: 1em;
}
div#main .list-tab h2 a:hover, div#main .list-tab h2 a:focus {
    border-top-color: #1756bd;
    border-right-color: #1756bd;
    border-left-color: #1756bd;
    background: url(/mofaj/files/100000021.png) no-repeat right center;
    background-color: #1756bd;
    color: #fff;
}

div#main .list-tab h2:first-child a {
    width: 100%;
}

div#main .list-tab h2.current a {
    border-top-color: #1756bd;
    border-right-color: #1756bd;
    border-left-color: #1756bd;
    background-color: #1756bd;
    background-image: none;
    color: #fff;
}

div#main .list-tab h2 a span {
    width: 100%;
    cursor: pointer;
}

div#main .list-tab h2:first-child a span {
    width: 100%;
}
*/

div#main .list-setTop .tabbody {
    width: 100%;
/*    border-top: 2px solid #1756bd;*/
}
/*
div#main .list-setTop .tabbody.current {
    display: block;
}
*/
/* ============================================================ *\
    $emergencyinfo
\* ============================================================ */

.emergency a:link {
    color: #ff0000;
}

.emergency a:hover, .emergency a:focus {
    color: #fff;
    background-color: #ff0000;
}

.emergency a:visited {
    color: #ff0000;
}

.emergency a:visited:hover, .emergency a:visited:focus {
    color: #fff;
}

div#main #emergencyinfo h2 {
    background-color: #d20000;
    border: 1px solid #d20000;
}

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;
}

/* ============================================================ *\
    $other
\* ============================================================ */

/* $position ---------------- */

#page-topindex .left {
    text-align: left !important;
}

#page-topindex .center {
    text-align: center !important;
}

#page-topindex .right {
    text-align: right !important;
}

/* $background ---------------- */

.bg-navy {
    background-color: #036;
}

/* $layout ---------------- */

.box-navy {
    margin-top: 10px;
    padding: 0 12px 16px;
    border: 1px solid #1756bd;
}

html[lang="en"] .box-navy {
    padding-bottom: 12px;
}

#sub .box-navy h2 {
    margin: 0 -12px 2px;
    padding: 3px 12px 2px;
    background-color: #1756bd;
    color: #fff;
    font-size: 1.1428em;
}

#sub .box-navy h3, .box-navy dt {
    margin: 22px 5px 0;
    border-bottom: 2px solid #1756bd;
    font-size: 1.1428em;
}

#sub .box-navy dt {
    font-weight: bold;
}

#sub .box-navy .link-warrow {
    margin-top: 8px;
}

#sub .box-navy dd {
    margin-top: 11px;
}

#sub .box-navy dd a {
    padding-left: 12px;
    background-image: url(/mofaj/files/100000009.png);
    background-position: -2px -5px;
    background-repeat: no-repeat;
}

dd.link-warrow a {
    padding-left: 15px;
    background-image: url(/mofaj/files/100000035.png);
    background-position: 0 -5px;
    background-repeat: no-repeat;
}

html[lang="en"] .box-navy dd a {
    background-position: -2px -3px;
}

#sub img {
    max-width: 225px;
}

/* SP */

@media screen and (max-width: 767px) {
    /* $global navigation */
    div#gnavi_area {
        color: #000;
        background-color: transparent;
        border: none;
    }
    div#gnavi_area ul {
        width: 100%;
        background-color: transparent;
        border: none;
        position: static;
        margin: 0;
        padding: 0;
    }
    div#gnavi_area ul li {
        width: 50% !important;
        height: 53px;
        box-sizing: border-box;
        background-color: #bbeefd !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#bbeefd), to(#fff)) !important;
        background: -webkit-linear-gradient(top, #bbeefd, #fff) !important;
        background: linear-gradient(to bottom, #bbeefd, #fff) !important;
        border-right: 1px solid #fff;
        float: left;
        padding: 0 !important;
    }
    html[lang="en"] div#gnavi_area ul li {
        width: auto !important;
        float: none;
    }
    div#gnavi_area ul li a {
        color: #000 !important;
        line-height: 53px;
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: bold;
        background-image: url(/mofaj/files/100000012.png) !important;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 50px 318px;
    }
    div#gnavi_area ul li a:hover, div#gnavi_area ul li a:focus {
        background-color: inherit;
    }
    div#gnavi_area ul li.about a {
        background-position: 0 0px
    }
    div#gnavi_area ul li.press a {
        background-position: 0 -53px
    }
    div#gnavi_area ul li.foreign a {
        background-position: 0 -106px
    }
    div#gnavi_area ul li.region a {
        background-position: 0 -159px
    }
    div#gnavi_area ul li.stay a {
        background-position: 0 -212px
    }
    div#gnavi_area ul li.procedure a {
        background-position: 0 -265px
    }
    div#gnavi_area ul a span, html[lang="en"] div#gnavi_area ul a span {
        text-align: left;
        line-height: 53px;
        background-image: none !important;
        border-radius: 0;
        padding: 0 0 0 40px;
    }
    div#gnavi_area ul li.current a, div#gnavi_area ul .current a span {
        background: none;
    }
    #contents {
        display: block;
        padding: 44px 0 0;
        background-color: #ffffff;
        margin-top: 0;
        line-height: 1.2;
    }
    div#main h2, html[lang="en"] div#main h2, div#sub h2, div#sub .box-navy h2, html[lang="en"] div#sub h2, html[lang="en"] div#sub .box-navy h2 {
        display: block;
        font-size: 1.14em;
        width: auto !Important;
        background-color: #1756bd;
        color: #fff;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        position: relative !important;
        border: 1px solid #1756bd;
        margin: 10px 2% 0;
        padding: 6px 4px;
    }
    div#main h2 span/*, div#main .list-tab h2 span*/, div#sub h2 span, div#sub .list-tab h2 span {
        display: block;
        padding: 4px 13px 3px !Important;
        width: auto !Important;
        border-left: 3px solid #fff;
    }
    html[lang="en"] div#main h2 span, html[lang="en"] div#sub h2 span {
        padding: 4px 13px 1px;
    }
    div#main .section>h2+.any-area {
        padding: 0 10px;
    }
	/*
    div#main .list-tab, div#sub .list-tab {
        margin: 0;
        padding: 0 !important;
    }
	*/
    div#main #gnavi_area h2, div#sub #gnavi_area h2 {
        font-size: 1.2857em;
        background-color: #043465;
        border: 1px solid #043465;
        margin: 0;
    }
	/*
    div#main .list-tab h2, div#sub .list-tab h2 {
        width: auto;
        box-sizing: border-box;
        background-color: #1756bd;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        top: auto;
        left: auto;
        cursor: default;
        border: 1px solid #1756bd;
        padding: 6px 4px;
        margin: 10px 2% 0;
    }
    div#main .list-tab h2:first-child, div#sub .list-tab h2:first-child {
        width: auto;
        left: auto;
    }
    div#main .list-tab h2 a, div#sub .list-tab h2 a {
        color: #fff;
        background-color: transparent;
        display: inline;
        cursor: default;
        border: none;
        padding: 0;
    }
    div#main .list-tab h2:first-child a, div#sub .list-tab h2:first-child a {
        width: auto;
    }
    div#main .list-tab h2.tabhead a {
        display:inline-block;
        text-decoration:none;
    }
    div#main .list-tab h2.tabhead a:focus {
        outline-color: #e59700;
        outline-style: solid;
        outline-width: 2px;
    }
    div#main .list-tab h2 a span, div#sub .list-tab h2 a span {
        width: auto;
        cursor: default;
    }
    div#main .list-tab h2:first-child a span, div#sub .list-tab h2:first-child a span {
        width: auto;
    }
 	*/   
    div#main .list-setTop .tabbody, div#sub .list-setTop .tabbody, html[lang="en"] #news-whatsnew .tabbody {
        width: auto;
        display: block;
        border: none;
        margin: 0 2%;
    }
    div#main .list-setTop .tabbody p.link-warrow, div#main .list-setTop .tabbody div.right, div#main p.link-warrow {
        display: none;
    }
    div#main .list-setTop .tabbody div.right {
        padding: 0 10px 10px;
        background: #fff;
        border-top: 1px solid #7f7f7f;
        text-align: right;
    }
    div#main .list-setTop .list-date {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    div#main h2 a.index-link, div#main .sp-only-block h2 a.open-link, div#main .sp-only-block h2 a.close-link, div#sub h2 a.index-link, div#sub .sp-only-block h2 a.open-link, div#sub .sp-only-block h2 a.close-link {
        color: #fff;
        text-decoration: underline;
        width: 80px !important;
        box-sizing: border-box;
        background-color: #043465 !important;
        display: block;
        cursor: pointer !important;
        position: absolute;
        top: -1px;
        right: -1px;
        border: 1px solid #043465;
        padding: 12px 8px 11px 12px !Important;
        font-size: 80% !Important;
        background-image: none !important;
        line-height: 1.2;
    }
    div#main h2 a.index-link:before, div#main .sp-only-block h2 a.open-link:before, div#main .sp-only-block h2 a.close-link:before, div#main #news-recruit ul.link-warrow a:before, div#main .btn-grad1 a:before, div#sub h2 a.index-link:before, div#sub .sp-only-block h2 a.open-link:before, div#sub .sp-only-block h2 a.close-link:before, div#sub #news-recruit ul.link-warrow a:before, div#sub .btn-grad1 a:before, div#footer .link-warrow a.link-map:before {
        width: 15px;
        height: 15px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -7px;
    }
    div#main h2 a.index-link:before, div#main .sp-only-block h2 a.open-link:before, div#main .sp-only-block h2 a.close-link:before, div#sub h2 a.index-link:before, div#sub .sp-only-block h2 a.open-link:before, div#sub .sp-only-block h2 a.close-link:before {
        background-color: #fff;
    }
    div#main #news-recruit ul.link-warrow a:before, div#main .btn-grad1 a:before, div#sub #news-recruit ul.link-warrow a:before, div#sub .btn-grad1 a:before, div#footer .link-warrow a:before {
        background-color: #043465;
    }
    div#main h2 a.index-link:after, div#main .sp-only-block h2 a.open-link:after, div#main .sp-only-block h2 a.close-link:after, div#main #news-recruit ul.link-warrow a:after, div#main .btn-grad1 a:after, div#sub h2 a.index-link:after, div#sub .sp-only-block h2 a.open-link:after, div#sub .sp-only-block h2 a.close-link:after, div#sub #news-recruit ul.link-warrow a:after, div#sub .btn-grad1 a:after, div#footer .link-warrow a.link-map:after {
        width: 6px;
        height: 6px;
        content: "";
        border: solid #000;
        display: block;
        position: absolute;
        top: 50%;
    }
    div#main .btn-grad1 a:after, div#main #news-recruit ul.link-warrow a:after, div#sub .btn-grad1 a:after, div#sub #news-recruit ul.link-warrow a:after, div#footer .link-warrow a.link-map:after {
        border: solid #fff;
    }
    div#main h2 a.index-link:after, div#main #news-recruit ul.link-warrow a:after, div#main a.arrow-r:after, div#sub h2 a.index-link:after, div#sub #news-recruit ul.link-warrow a:after, div#sub a.arrow-r:after, div#footer .link-warrow a.link-map:after {
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 14px;
        margin-top: -3px;
    }
    div#main a.arrow-r:after, div#sub a.arrow-r:after {
        right: 14px !Important;
        margin-top: -3px !Important;
        border-width: 1px 0 0 1px !Important;
    }
    div#main .sp-only-block h2 a.open-link:after, div#main .sp-only-block h2 a.open-link:after, div#main .btn-grad1 a:after, div#sub .sp-only-block h2 a.open-link:after, div#sub .sp-only-block h2 a.open-link:after, div#sub .btn-grad1 a:after {
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 13px;
        margin-top: -5px;
    }
    div#main .sp-only-block h2 a.close-link:after, div#main .sp-only-block h2 a.close-link:after, div#main .btn-grad1 a.arrow-t:after, div#sub .sp-only-block h2 a.close-link:after, div#sub .sp-only-block h2 a.close-link:after, div#sub .btn-grad1 a.arrow-t:after {
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 13px;
        margin-top: -1px;
    }
    div#main #news-recruit ul.link-warrow li {
        position: relative;
        padding-right: 20px;
    }
    div#main #news-recruit ul.link-warrow li a {
        background: none;
    }
    div#main #news-recruit ul.link-warrow li a:before {
        right: 0;
    }
    div#main #news-recruit ul.link-warrow li a:after {
        right: 5px;
    }
    div#main .btn-grad1, div#sub .btn-grad1 {
        text-align: center;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        margin: 10px 0 10px;
        border: 1px solid #036 !important;
    }
    div#main #notice-topic .btn-grad1, div#sub #notice-topic .btn-grad1 {
        border-top: 1px solid #043465;
        margin: 0;
    }
    div#main .btn-grad1 a, div#sub .btn-grad1 a {
        color: #192a80;
        width: auto;
        background-color: #fff;
        display: block;
        position: relative;
        padding: 10px 25px 10px 10px;
    }
    html[lang="en"] div#sub {
        font-size: 1em;
        line-height: 1.3;
    }
    div#sub .box-navy {
        margin-bottom: 10px;
        padding: 0;
        border: none;
    }
    div#sub .box-navy h3, div#sub .box-navy dt {
        margin: 0;
        padding: 10px;
        background-color: #c0f8ff;
        border: none;
        font-size: 1em;
    }
    div#sub .box-navy ul.link-arrow:first-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    div#sub .box-navy p.link-arrow {
        margin: 0 2%;
        background-color: #fff;
    }
    div#sub .box-navy .link-warrow {
        margin-top: 0;
    }
    div#main #pc-link-area {
        margin: 0 2%;
        padding-bottom: 2px;
    }
    div#pagetop {
        margin: 10px auto;
    }
    #pagetop a {
        padding: 1px 0 1px 15px;
        line-height: 2;
        background: url(/mofaj/files/100000022.png) 0 2px no-repeat!important;
        background-size: 13px 13px!important;
    }
    /* 髱櫁｡ｨ遉ｺ縺ｫ縺吶ｋ鬆�岼 */
    /*#emergencyinfo>* {
        display: none !important;
    }*/
    /* 陦ｨ遉ｺ縺吶ｋ鬆�岼 */
    #emergencyinfo {
        margin-bottom: 0px;
    }
    #emergencyinfo .sp-only-block {
        display: block !important;
    }
    #emergencyinfo .sp-only-block img {
        max-width: 100%;
    }
	/*
    div#main .list-tab h2 {
        position: static;
    }
    div#main .list-tab .tabbody {
        position: static;
        display: block;
    }
	*/
    /* $link-arrow */
    ul.link-arrow, html[lang="en"] .link-arrow, #pickup_box-content {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        margin: 0 2%;
    }
    #pickup_box-content ul.link-arrow {
        background-color: transparent;
        box-shadow: none;
        margin: 0;
    }
    .link-arrow li, html[lang="en"] .link-arrow li, .box-navy dd {
        border-bottom: 1px solid #7f7f7f;
        margin: 0;
    }
    .link-arrow li:last-child {
        border: none;
    }
    .link-arrow a, .box-navy dd a {
        background: none;
        display: block !important;
        position: relative;
        padding: 10px 25px 10px 10px;
        height: 100%;
        box-sizing: border-box;
    }
    .link-arrow .noarrow span {
        display: block;
        padding: 10px 25px 10px 10px;
        height: 100%;
        box-sizing: border-box;
    }
    .link-arrow .noarrow span.supp {
        display: inline;
        padding-left: 0;
    }
    .link-arrow a:after, ul#socialmedia li.link-arrow a:after, .box-navy dd a:after {
        width: 10px;
        height: 10px;
        content: "";
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -6px;
    }
    .link-arrow a:hover, .box-navy dd a:hover, .link-arrow a:focus, .box-navy dd a:focus {
        color: #192a80;
    }
    div#main ul.textsize-m {
        font-size: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    /* $list-inline */
    ul.list-inline {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        background-size: 4px 4px;
    }
    ul.list-inline li {
        display: flex;
        width: 50%;
        min-height: 4em;
        box-sizing: border-box;
        background-color: #fff;
        margin-top: 0!important;
    }
    ul.list-inline li:nth-child(odd) {
        border-right: 1px solid #7f7f7f;
    }
    ul.list-inline li a {
        display: flex;
        width: 100%;
        align-items: center;
    }
    html[lang="en"] .list-inline li {
        margin: 0;
    }
    ul.link-arrow p {
        display: none;
    }
    ul.link-arrow li a img {
        display: inline-block;
        margin-left: 5px;
    }
    /* $list-date */
    html[lang="en"] dl.list-date {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    dl.list-date dt, html[lang="en"] dl.list-date dt {
        background-color: #c0f8ff;
        margin: 0;
        padding: 10px;
        border-top: none;
    }
    dl.list-date dd {
        padding-left: 0;
    }
    dl.list-date dd ul.link-arrow {
        box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0 !important;
    }
    ul.link-arrow p {
        display: none;
    }
    ul.link-arrow li img {
        display: inline-block;
        margin-left: 5px;
    }
    ul.link-arrow li a+div {
        padding-left: 10px;
    }
    dl.list-date .close {
        display: none;
    }
    /* $link-banner */
    #notice-topic ul.link-banner {
        background-color: #fff;
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    #notice-topic-content {
        padding: 10px 0 0;
        margin: 0 2%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    #notice-topic #box-linkabout h2 {
        display: none;
    }
    #notice-topic #box-linkabout h3 {
        margin: 0 2%;
        padding: 10px;
        background-color: #c0f8ff;
        border: none;
        font-size: 1em;
    }
    #notice-topic>h2+ul.link-banner {
        padding-top: 10px;
    }
    #notice-topic ul.link-banner li {
        text-align: center;
        padding-bottom: 8px;
        margin: 0;
        display: inline-block;
        width: 49%;
		vertical-align: top;
    }
    .link-banner a {
        display: inline-block;
    }
    .link-banner a img {
        width: 100%;
    }
    
    /* $social media */
    ul#socialmedia {
        width: auto;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        border: none;
        padding: 10px 0 0 0;
        margin: 0 2%;
    }
    ul#socialmedia li {
        text-align: center;
        width: 25%;
        margin: 0;
    }
  
    ul#socialmedia li.link-arrow {
        text-align: left;
        width: auto;
        position: static;
        margin: 0;
    }
    ul#socialmedia li a {
        display: block;
        width: 58px;
        height: 58px;
        text-indent: -9999px;
        background: #fff url(/mofaj/files/100571488.png) no-repeat;
        background-size: 232px 50px;
        margin: 10px auto;
    }
    ul#socialmedia li:nth-child(1) a {
        background-position: 0px 0px;
    }
    ul#socialmedia li:nth-child(2) a {
        background-position: -55px 0px;
    }
    ul#socialmedia li:nth-child(3) a {
        background-position: -115px 0px;
    }
    ul#socialmedia li:nth-child(4) a {
        background-position: -178px 0px;
    }
    ul#socialmedia li.link-arrow a {
        font-size: 100%;
        width: auto;
        height: auto;
        background: none;
        text-indent: inherit;
        position: relative;
        border-top: 1px solid #7f7f7f;
        padding: 10px 25px 10px 10px;
        margin: 0;
    }
    /*#sub-rightbuttom-bunner {
        display: none;
    }*/
    #pc-link-area {
        margin-left: 2%;
        margin-right: 2%;
    }
    html[lang="en"] #footer p.address {
        padding-top: 8px;
        padding-bottom: 12px;
    }
    /* $clearfix ----------------*/
    /*蜍滄寔荳隕ｧ縺ｸ*/
    #news-recruit .link-warrow > a{
        background: none;
        position: relative;
        margin-right: 10px;
        padding-right: 1.5em;
    }
    #news-recruit .link-warrow > a:before{
        width: 15px;
        height: 15px;
        content: "";
        border-radius: 50%;
        background-color: #043465;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px;
    }
    #news-recruit .link-warrow > a:after{
        width: 6px;
        height: 6px;
        content: "";
        border: solid #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        margin-top: -3px;
    }
}

/* TB */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div#sub h2, html[lang="en"] div#sub h2 {
        display: block;
        font-size: 1.14em;
        width: auto !Important;
        background-color: #1756bd;
        color: #fff;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
        position: relative !important;
        border: 1px solid #1756bd;
        margin: 10px 2% 0;
        padding: 6px 4px;
    }
    #sub>.link-banner {
        display: none;
    }
    #sub>.box-navy {
        padding-left: 0;
        padding-right: 0;
        margin-right: 14px;
        margin-left: 14px;
        margin-top: 20px;
    }
    #sub>.box-navy>h2, html[lang="en"] #sub>.box-navy>h2 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #sub>.box-navy>h3, #sub>.box-navy>#pickup_box-content>ul, #sub>.box-navy>#pickup_box-content>dl, #sub>.box-navy>#box-linkabout-content>ul, #sub>.box-navy>#box-highlights-content {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* $social media */
    ul#socialmedia {
        width: auto;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        border: none;
        padding: 10px 0 0 0;
        margin: 0 2%;
    }
    ul#socialmedia li {
        text-align: center;
        width: 25%;
        margin: 0;
    }
    ul#socialmedia li:nth-child(3) {
        width: 25%;
        margin: 0;
    }
    ul#socialmedia li.link-arrow {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        position: static;
        margin: 0;
        text-indent: 0;
    }
    ul#socialmedia li a {
        display: block;
        width: 58px;
        height: 58px;
        text-indent: -9999px;
        background: #fff url(/mofaj/files/100571488.png) no-repeat;
        background-size: 232px 50px;
        margin: 10px auto;
    }
    ul#socialmedia li:nth-child(1) a {
        background-position: 0px 0px;
    }
    ul#socialmedia li:nth-child(2) a {
        background-position: -55px 0px;
    }
    ul#socialmedia li:nth-child(3) a {
        background-position: -115px 0px;
    }
    ul#socialmedia li:nth-child(4) a {
        background-position: -178px 0px;
    }
    ul#socialmedia li.link-arrow a {
        margin-top: 5px;
        background-image: none;
        font-size: 1.0714em;
        text-indent: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    #sns-official {
        margin-top: 20px;
    }
    #sub-rightbuttom-bunner .link-banner a:hover, #sub-rightbuttom-bunner .link-banner a:focus {
        background-color: transparent;
    }
    /*譁ｰ逹諠��ｱ縲荳隕ｧ繝懊ち繝ｳ*/
	div#main h2 a.index-link {
        color: #fff;
        text-decoration: underline;
        width: auto !important;
        height: 100%;
        box-sizing: border-box;
        background-color: #043465 !important;
        display: flex;
        align-items: center;
        cursor: pointer !important;
        position: absolute;
        top: -1px;
        right: -1px;
        border: 1px solid #043465;
        padding: 0 2.5em 0 12px;
        font-size: 80% !Important;
        background-image: none !important;
        line-height: 1.2;
    }
    div#main h2 a.index-link:before {
        width: 15px;
        height: 15px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -7px;
    }
    div#main h2 a.index-link:before {
        background-color: #fff;
    }
    div#main h2 a.index-link:after {
        width: 6px;
        height: 6px;
        content: "";
        border: solid #000;
        display: block;
        position: absolute;
        top: 50%;
    }
    div#main h2 a.index-link:after {
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 14px;
        margin-top: -3px;
    }
    /*TB譎ゅ�譁ｰ逹諠��ｱ縺ｮ荳隕ｧ縺ｸ縲髱櫁｡ｨ遉ｺ*/
    #news-whatsnew .link-warrow.right{display:none !important;}
    /*TB譎ゅ�蜍滄寔荳隕ｧ縺ｸ縲髱櫁｡ｨ遉ｺ*/
    #news-recruit .link-warrow.right{display:none !important;}
}

/* PC */

@media screen and (min-width: 1025px) {
    body#page-topindex div#pagetop {
        max-width: 1366px;
    }
    /*譁ｰ逹諠��ｱ縲荳隕ｧ繝懊ち繝ｳ*/
	div#main h2 a.index-link {
        color: #fff;
        text-decoration: underline;
        width: auto !important;
        height: 100%;
        box-sizing: border-box;
        background-color: #043465 !important;
        display: flex;
        align-items: center;
        cursor: pointer !important;
        position: absolute;
        top: -1px;
        right: -1px;
        border: 1px solid #043465;
        padding: 0 2.5em 0 12px;
        font-size: 80% !Important;
        background-image: none !important;
        line-height: 1.2;
    }
    div#main h2 a.index-link:before {
        width: 15px;
        height: 15px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -7px;
    }
    div#main h2 a.index-link:before {
        background-color: #fff;
    }
    div#main h2 a.index-link:after {
        width: 6px;
        height: 6px;
        content: "";
        border: solid #000;
        display: block;
        position: absolute;
        top: 50%;
    }
    div#main h2 a.index-link:after {
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 14px;
        margin-top: -3px;
    }
    /*PC譎ゅ�譁ｰ逹諠��ｱ縺ｮ荳隕ｧ縺ｸ縲髱櫁｡ｨ遉ｺ*/
    #news-whatsnew .link-warrow.right{display:none !important;}
    /*PC譎ゅ�蜍滄寔荳隕ｧ縺ｸ縲髱櫁｡ｨ遉ｺ*/
    #news-recruit .link-warrow.right{display:none !important;}
}

/* 繧ｯ繝ｭ繝ｼ繧ｺ繧｢繝��荳隕ｧ(In Focus)鬆�岼 add��20210323 */
#contents .section .font01 a:link {
color: #e00000;
}
#contents .section .font01 a:visited {
color: #e00000;
}
#contents .section .font01 a:hover,
#contents .section .font01 a:focus {
color: #fff;
background-color: #e00000;
}

#contents .section .link-arrow a.addLink {
background-image: none;
display: inline;
}

/*讓ｪ蜷代″陦ｨ遉ｺ縺ｮ蝣ｴ蜷医�險ｭ螳�*/
@media (orientation: landscape) and (min-width: 768px){
	div#gnavi_area { display: none; }
	/*div#main h2 a[title="譁ｰ逹諠��ｱ縺ｮ荳隕ｧ縺ｸ"],*/
	div#main h2 a[title="譁ｰ逹縺ｮ謗｡逕ｨ繝ｻ蜍滄寔繧ｨ繝ｪ繧｢繧帝幕縺�"] { display: none; }
}