@charset "utf-8";
/* ============================================================ *\
    $base
\* ============================================================ */

/* ============================================================ *\
    $common
\* ============================================================ */

/* ============================================================ *\
    $header
\* ============================================================ */

/* ============================================================ *\
    $contents
\* ============================================================ */

@media print, screen and (min-width: 768px) {
    #contents {
        padding: 0 20px;
    }
    #contents-body {
        display: block;
    }
}

@media print, screen and (min-width: 1025px) {
    #contents {
        padding: 0 10px;
    }
    #contents-body {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        position: relative;
    }
}

div#contents-main {
    /* 親要素にoverflowを指定して回避 */
    display: block;
    width: 100%;
}

.menu-wrapper.pickup-group-first h2.title2 {
    display: block;
    width: 100%;
    background-color: #1756bd;
    border: 1px solid #1756bd;
    margin: 0;
    padding: 2px;
    color: #fff;
    font-size: 1.2857em;
    font-weight: bold;
}

.menu-wrapper.pickup-group-first h2.title2 span {
    display: block;
    width: auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    margin: 0;
    padding: 4px 22px 4px 8px;
    text-decoration: none;
}

.menu-wrapper.pickup-group-first .sub-accordion {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
}
.menu-wrapper.pickup-group-first .sub-accordion p {
    padding: 0 20px;
}
/* notification */

div#notification {
    border: 1px solid #1756bd;
    padding: 10px 20px 5px 10px;
    margin-bottom: 20px;
}

div#notification ul li {
    padding-left: 13px;
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
}

div#notification ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/files/000019664.gif) no-repeat left top;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    div#contents-main {
        /* 親要素にoverflowを指定して回避 */
        overflow: hidden;
    }
    div#notification {
        width: calc(100% - 225px);
        float: right;
        margin: 0 auto 20px auto;
        padding: 0 0 0 15px;
        box-sizing: border-box;
        text-align: center;
        border: none;
    }
    .side-menu-off div#notification {
        width: 100%;
    }
    div#notification ul li {
        background: none;
        padding: 0;
    }
    div#notification a {
        font-weight: bold;
        font-size: 1.6em;
        width: 100%;
        max-width: 886px;
    }
    div#notification a img {
        display: none;
    }
}

/* main */

/* top-menu */

div#contents-main #top-menu {
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px 10px 40px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 767px) {
    div#contents-main #top-menu {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 768px) {
    div#contents-main #top-menu {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 1025px) {
    div#contents-main #top-menu {
        overflow: visible;
    }
}

div#contents-main #top-menu .menu-group {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    box-sizing: border-box;
}

div#contents-main #top-menu.is-hide {
    height: 185px;
}

@media screen and (max-width: 767px) {
    div#contents-main #top-menu.is-hide {
        height: 190px;
    }
}

div#contents-main #top-menu .menu-box {
    margin-bottom: 15px;
    width: 25%;
    padding-right: 8px;
    box-sizing: border-box;
}

div#contents-main #top-menu .menu-box:nth-of-type(4n) {
    padding: 0;
}

div#contents-main #top-menu .menu-box .title2 {
    display: block;
    background-color: #1756bd;
    border: 1px solid #1756bd;
    padding: 2px;
    color: #fff;
    font-size: 1.2857em;
    font-weight: bold;
}

div#contents-main #top-menu .menu-box .title2 p ,
div#contents-main #top-menu .menu-box .title2 > span {
    display: block;
    width: auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    margin: 0;
    padding: 8px 22px 8px 8px;
    text-decoration: none;
}

div#contents-main #top-menu .menu-box .left-menu {
    background: #f0f0f0;
    margin: 3px 0;
}

div#contents-main #top-menu .menu-box .left-menu a {
    display: block;
    padding: 3px 0 3px 18px;
    text-decoration: none;
    position: relative;
}

div#contents-main #top-menu .menu-box .left-menu a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 22px;
    background: url(/files/000061751.png) no-repeat;
}

div#contents-main #top-menu .menu-box.image-list .left-menu {
    border: 0;
    margin: 0 0 6px;
    background: none;
    text-align: center;
}

div#contents-main #top-menu .menu-box.image-list .left-menu a {
    padding: 3px 0;
}

div#contents-main #top-menu .menu-box.image-list .left-menu a:after {
    content: none;
}

div#contents-main #top-menu .menu-box.image-list .left-menu a img {
    max-width: 100%;
}

div#contents-main #top-menu .menu-box.image-list .left-menu a img+span {
    display: inline-block;
}

div#contents-main #top-menu .menu-box .left-menu a:hover:after,
div#contents-main #top-menu .menu-box .left-menu a:focus:after {
    background: url(/files/100000952.png) no-repeat #192a80;
}

div#contents-main #top-menu .photo-section {
    margin-top: 20px;
    display: none;
}

div#contents-main #top-menu .photo-section .photo-link {
    display: block;
    padding: 3px 0;
}

div#contents-main #top-menu .photo-section .photo-image img {
    max-width: 200px;
}

div#contents-main #top-menu .photo-section .photo-caption {
    font-size: 0.9em;
}

.menu-wrapper .column-two {
    display: block;
}

div#contents-main #top-menu .menu-box .title2 p ,
div#contents-main #top-menu .menu-box .title2 > span {
    padding: 2px 0 2px 8px;
}

.more-menu {
    position: absolute;
    width: 100%;
    background-color: #f0f0f0 !important;
    text-align: center;
    padding: 15px 0;
    bottom: 0;
    font-weight: bold;
    left: 0;
    z-index: 1;
}

.more-menu:hover, .more-menu:visited:hover, .more-menu:focus, .more-menu:visited:focus {
    background-color: #f0f0f0;
    color: #192a80;
}

.more-menu span {
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.more-menu span:before {
    position: absolute;
    display: block;
    content: '';
    top: 49%;
    left: 6px;
    width: 10px;
    height: 2px;
    background-color: #333;
    transform: rotate(315deg);
}

.more-menu span:after {
    position: absolute;
    display: block;
    content: '';
    top: 49%;
    left: 0px;
    width: 10px;
    height: 2px;
    background-color: #333;
    transform: rotate(45deg);
}

.more-menu span.is-show:before {
    left: 0px;
}

.more-menu span.is-show:after {
    left: 6px;
}

@media print, screen and (min-width: 768px) {
    .menu-wrapper.whatsnew .menu-box {
        /*padding-bottom: 3em;*/
    }
    .menu-wrapper .menu-box h2.title2 span.all-link, .menu-wrapper .menu-box div.under-link span.all-link {
        position: absolute;
        bottom: 0;
        right: 0;
        border: none;
        padding: 0 10px 10px 20px;
    }
    .menu-wrapper .menu-box h2.title2 a:link, .menu-wrapper .menu-box div.under-link a:link {
        color: #192a80;
        padding: 0;
        list-style-type: none;
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 0.78em;
        text-decoration: underline;
        margin: 0;
        background: none;
    }
    .menu-wrapper .menu-box h2.title2 span.all-link:after, .menu-wrapper .menu-box div.under-link span.all-link:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 19px;
        background: url(/files/000019664.gif) no-repeat left 50%;
    }
    .menu-wrapper .menu-box h2.title2 a:visited, .menu-wrapper .menu-box div.under-link a:visited {
        color: #53c;
    }
    .menu-wrapper .menu-box h2.title2 a:hover, .menu-wrapper .menu-box h2.title2 a:focus,
    .menu-wrapper .menu-box div.under-link a:hover, .menu-wrapper .menu-box div.under-link a:focus {
        color: #fff;
        background-color: #192a80;
    }
}

@media print, screen and (min-width: 1025px) {
    div#main {
        float: right;
        box-sizing: border-box;
    }
    div#top-menu+div#main {
        margin: 0 0 0 -240px;
        padding: 0 0 0 240px;
    }
    div#contents-main #sub {
        float: left;
    }
    div#contents-main #top-menu {
        width: 225px;
        min-width: 225px;
        z-index: 100;
        float: left;
        display: block;
        background: none;
        height: auto!important;
        padding: 0;
    }
    div#contents-main #top-menu .more-menu {
        display: none;
    }
    div#contents-main #top-menu .menu-group {
        padding-bottom: 0;
    }
    div#contents-main #top-menu .menu-box {
        width: 100%;
        padding: 0;
    }
    div#contents-main #top-menu .menu-box .left-menu {
        border: 1px solid #cccccc;
    }
    div#contents-main #top-menu .menu-box .left-menu a {
        padding: 6px 0 6px 18px;
    }
    div#contents-main #top-menu .photo-section {
        display: block;
        text-align: center;
    }
    .menu-wrapper.twocolumn {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
    }
    div#contents-main #top-menu .menu-box.image-list .left-menu a {
        padding: 3px 0;
    }
    div#contents-main #top-menu .menu-box.image-list .left-menu a img {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    div#contents-main #top-menu .menu-box {
        width: 50%;
    }
    div#contents-main #top-menu .menu-box:nth-of-type(even) {
        padding: 0;
    }
    div#main {
        float: none;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    div#contents-main #sub {
        float: none;
    }
    div#contents-main #top-menu {
        float: none;
    }
    div#contents-main #top-menu #side_left {
        display: none;
    }
    div#contents-main #top-menu .menu-group+.any-area {
        display: none;
    }
    div#contents-main #top-menu .menu-box .title2 p ,
    div#contents-main #top-menu .menu-box .title2 > span {
        padding: 0 0 0 8px;
        border-left: 3px solid #fff;
        margin: 6px 2px;
    }
}

/* ============================================================ *\
    $top-section
\* ============================================================ */

#main .top-section {
    background-color: #ededed;
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
}

#main .top-section img {
    width: 100%;
    max-width: 640px;
}

#main .top-section ul.top-news {
    background-color: #FFFFFF;
    padding: 15px;
    text-align: left;
    overflow: auto;
    height: 105px;
}

#main .top-section ul.top-news li {
    margin-bottom: 5px;
}

#main .top-section ul.top-news li a {
    color: #333;
    font-weight: bold;
}

#main .top-section ul.top-news li a:hover, #main .top-section ul.top-news li a:focus {
    color: #333;
    background-color: #fff;
}

/* SP */

@media screen and (max-width: 767px) {
    #main .top-section {
        margin-bottom: 20px;
    }
}

/* ============================================================ *\
    $emegacy
\* ============================================================ */

.menu-wrapper.emergency .menu-box h2.title2 {
    background: #D80000;
    border: 1px solid #bfbfbf;
    padding: 0 0 0 5px;
    font-size: 100%;
    margin: 0 0 15px 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
}

.menu-wrapper.emergency .menu-box h2.title2 span {
    border-left: 5px solid #fff;
    padding: 6px 22px 6px 8px;
    display: block;
}

.menu-wrapper .menu-box ul.link-list, .menu-wrapper.pickup-group-first ul.link-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.menu-wrapper .menu-box ul.link-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    display: block;
}

/* SP */

@media screen and (max-width: 767px) {
    .menu-wrapper.emergency .menu-box ul.link-list {
        padding-left: 0;
    }
}

/* ============================================================ *\
    $pickup-group-first
\* ============================================================ */

.menu-wrapper.pickup-group-first h2.title2 .title-main a {
    color: #ffffff;
}

.menu-wrapper.pickup-group-first h2.title2 .title-main a+img {
    vertical-align: baseline;
}

/* ============================================================ *\
    $linklist_date
\* ============================================================ */

dl.linklist_date {
    padding-left: 20px;
    margin-bottom: 20px;
}

dl.linklist_date dt.date {
    margin-bottom: 2px;
    font-weight: bold;
}

dl.linklist_date dd.linktext {
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    position: relative;
}

dl.linklist_date dd.linktext:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    background: url(/files/000019664.gif) left no-repeat;
}

dl.linklist_date dd.linktext.no-arrow {
    padding-left: 0;
}

dl.linklist_date dd.linktext.no-arrow:after {
    content: none;
}

dl.linklist_date dd.linktext a+img {
    vertical-align: middle;
}

.menu-wrapper .menu-box {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.menu-wrapper.emergency .menu-box {
    box-shadow: none;
    border: none;
}

.menu-wrapper .menu-box .more-link, .menu-wrapper.pickup-group-first .more-link {
    text-align: right;
}

.menu-wrapper .menu-box .more-link p, .menu-wrapper.pickup-group-first .more-link p {
    overflow: hidden;
    display: inline-block;
    margin: 5px 0 10px;
    padding: 0 10px 0 20px;
    position: relative;
}

.menu-wrapper .menu-box .more-link p:after, .menu-wrapper.pickup-group-first .more-link p:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    background: url(/files/000019664.gif) left no-repeat;
}

.menu-wrapper .menu-box .more-link.no-arrow p:after, .menu-wrapper.pickup-group-first .more-link.no-arrow p:after {
    content: none;
}

.menu-wrapper .menu-box.column-two ul.link-list {
    padding: 0 10px 10px;
}

/* TAB */

@media print, screen and (min-width: 768px) {
    .close-button {
        display: none!important;
    }
}

/* SP */

@media screen and (max-width: 767px) {
    dl.linklist_date {
        padding: 0 10px;
    }
    .menu-wrapper.whatsnew dl.linklist_date dt.date {
        background: #c0f8ff;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .menu-wrapper.whatsnew dl.linklist_date {
        padding: 0;
    }
    .menu-wrapper.whatsnew .menu-box h2.title2,
    .menu-wrapper.whatsnew .menu-box div.under-link {
        margin: 0;
    }
    .menu-wrapper.whatsnew dl.linklist_date dd.linktext {
        margin: 15px 10px;
        padding: 0 20px 0 20px;
    }
    .menu-wrapper.whatsnew dl.linklist_date dd.linktext:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 19px;
        background: url(/files/100000949.gif) right no-repeat;
    }
    .menu-wrapper.whatsnew dl.linklist_date dd.linktext a img {
        display: none;
    }
    .menu-wrapper .menu-box ul.link-list {
        padding: 0 10px 10px;
    }
}

/* PC */

@media print, screen and (min-width: 1025px) {
    .menu-wrapper .menu-box {
        box-shadow: none;
    }
    .menu-wrapper .menu-box.column-two {
        box-shadow: none;
        width: calc(50% - 10px);
    }
}

/* ============================================================ *\
    $banner-section
\* ============================================================ */

.banner-section {
    display: none;
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.banner-section li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    .banner-section {
        display: block;
    }
}

/* ============================================================ *\
    sub-section
\* ============================================================ */

#sub {
    width: 100%;
}

#sub .section {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

@media print, screen and (min-width: 768px) {
    .off_accordion .subbody.sub-accordion {
        display: block!important;
    }
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #sub .section {
        box-shadow: none;
    }
}

/* トピックスリンク */

#sub #sub-topics.section .subbody {
    border-top: 1px solid #bfbfbf;
    padding: 10px;
    text-align: center;
}

#sub #sub-topics.section .subbody .photo-section {
    margin: 0;
    display: inline-block;
    padding: 10px 11px 10px 12px;
    border: 1px solid #dfdfdf;
    text-align: center;
    background: linear-gradient(to bottom, #e3e3e3, #ffffff 30%);
}

#sub #sub-topics.section .subbody .photo-section .photo-box {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

#sub #sub-topics.section .subbody .photo-section .photo-box a .photo-caption {
    display: none;
}

#sub #sub-topics.section .subbody .text-box {
    background: 0;
    border: none;
    padding: 10px 0 0;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #sub #sub-topics.section h2.title2 {
        display: none;
    }
    #sub #sub-topics.section .subbody {
        padding: 0;
    }
    #sub #sub-topics.section .subbody .photo-section {
        border: none;
        display: block;
    }
    #sub #sub-topics.section .subbody .text-box {
        border-top: 1px solid #bfbfbf;
        background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
        padding: 10px;
    }
}

/* 大使紹介 基本情報 共通 */

#embassy-info {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
}

/* 大使紹介 */

#sub #sub-ambassador.section .subbody {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

#sub #sub-ambassador.section .subbody .photo-section {
    margin: 0 10px 0 0;
}

#sub #sub-ambassador.section .subbody .photo-section .photo-box {
    background: linear-gradient(to bottom, #e3e3e3, #ffffff 30%);
    border: 1px solid #bfbfbf;
    margin: 0;
    padding: 10px 11px 10px 12px;
    box-sizing: border-box;
}

#sub #sub-ambassador.section .subbody .photo-section .photo-box>a {
    margin: 0;
}

#sub #sub-ambassador.section .subbody .text-section {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    flex-direction: column;
    border: 1px solid #bfbfbf;
    border-top: none;
}

/* 基本情報 */

#sub #sub-basicinfo.section {
    margin-left: 15px;
}

#sub #sub-basicinfo.section .subbody {
    padding: 10px;
}

#sub #sub-basicinfo.section .subbody dl dt, #sub #sub-basicinfo.section .subbody h3 {
    font-weight: bold;
    border-left: 4px solid #043465;
    margin-bottom: 3px;
    padding-left: 3px;
}

#sub #sub-basicinfo.section .subbody dl dd, #sub #sub-basicinfo.section .subbody ul li {
    margin-bottom: 8px;
    padding-left: 7px;
}

#sub #sub-basicinfo.section .subbody>a {
    font-size: 0.9em;
    padding-left: 7px;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #embassy-info {
        display: block;
    }
    #sub .section>h2.title2 {
        height: auto!important;
    }
    #sub #sub-ambassador.section .subbody {
        height: auto!important;
        display: block;
        padding: 0;
    }
    #sub #sub-ambassador.section .subbody .photo-section {
        display: block;
        margin: 0;
    }
    #sub #sub-ambassador.section .subbody .text-section {
        display: block;
        height: auto!important;
        border: none;
    }
    #sub #sub-ambassador.section .subbody .photo-section .photo-box {
        border: none;
    }
    #sub #sub-basicinfo.section {
        margin: 0 0 15px;
    }
}

/* SP */

@media screen and (max-width: 767px) {
    #embassy-info {
        display: block;
    }
    #sub #sub-basicinfo.section {
        margin-left: 0;
    }
    #sub #sub-ambassador.section .subbody {
        display: block;
        height: auto!important;
        padding: 0;
    }
    #sub #sub-ambassador.section .subbody .photo-section {
        display: block;
        margin: 0;
    }
    #sub #sub-ambassador.section .subbody .text-section {
        display: block;
        border: none;
    }
    #sub #sub-ambassador.section .subbody .photo-section .photo-box {
        border: none;
    }
}

/* 告知 */

#sub #sub-notification.section .subbody {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    justify-content: start;
}

#sub #sub-notification.section .subbody dl {
    margin-right: 30px;
}

#sub #sub-notification.section .subbody dl:last-child {
    margin-right: 0;
}

#sub #sub-notification.section .subbody dl dt, #sub #sub-notification.section .subbody h3 {
    font-weight: bold;
    border-left: 3px solid #1756bd;
    margin-bottom: 15px;
    padding-left: 3px;
}

#sub #sub-notification.section .subbody ul li {
    margin-bottom: 15px;
}

#sub #sub-notification.section .subbody dl dd {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 0 0 13px;
    position: relative;
}

#sub #sub-notification.section .subbody ul li a {
    margin-bottom: 15px;
    overflow: hidden;
    margin: 0 0 0 13px;
    position: relative;
}

#sub #sub-notification.section .subbody dl dd:after, #sub #sub-notification.section .subbody ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    background: url(/files/000019664.gif) left top no-repeat;
}

#sub #sub-notification.section .subbody ul li a:after {
    top: 2px;
    left: -13px;
}

/* SP */

@media screen and (max-width: 767px) {
    #sub #sub-notification.section .subbody {
        display: block;
        padding-bottom: 0;
    }
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #sub #sub-notification.section .subbody {
        display: block;
        padding-bottom: 0;
    }
}

/* SNS */

#sub #sub-sns.section .subbody {
    padding: 10px;
}

#sub #sub-sns.section .subbody ul {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    justify-content: center;
}

#sub #sub-sns.section .subbody ul li {
    overflow: hidden;
    margin: 0 5px;
    padding: 10px 0 10px 42px;
}

#sub #sub-sns.section .subbody ul li .sns-icon {
    margin-left: -42px;
    margin-right: 5px;
}

#sub #sub-sns.section .subbody ul li img {
    vertical-align: middle;
}

#sub #sub-sns.section .subbody #fb-area {
    display: none;
}

/* SP */

@media print, screen and (min-width: 1025px) {
    #sub #sub-sns.section .subbody ul {
        display: block;
    }
    #sub #sub-sns.section .subbody ul li {
        margin: 0;
    }
    #sub #sub-sns.section .subbody #fb-area {
        display: block;
    }
}

@media print, screen and (min-width: 768px) {
    #sub #sub-bunner {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #sub #sub-sns.section .subbody {
        padding: 10px 10px 5px;
    }
    #sub #sub-sns.section .subbody ul {
        display: block;
    }
    #sub #sub-sns.section .subbody ul li {
        margin: 0 0 5px;
    }
    #sub #sub-bunner {
        display: none;
    }
}

@media print, screen and (min-width: 1025px) {
    #sub #sub-bunner {
        display: block;
    }
}

/* バナーエリア */

#sub #sub-bunner.section .subbody {
    border-top: 1px solid #bfbfbf;
    padding: 10px 11px 10px 12px;
    text-align: center;
}

#sub #sub-bunner.section .subbody.left {
    border-top: 1px solid #bfbfbf;
    padding: 10px 11px 10px 12px;
    text-align: left;
}

#sub #sub-bunner.section .subbody .photo-section {
    margin: 0;
    background: linear-gradient(to bottom, #e3e3e3, #ffffff 30%);
}

#sub #sub-bunner.section .subbody ul li {
    margin-bottom: 5px;
}

#sub #sub-bunner.section .subbody ul li img {
    max-width: 100%;
}

#sub .section .subbody .text-box {
    border-top: 1px solid #bfbfbf;
    background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
    padding: 10px;
}

#sub .section>h2.title2 {
    display: block;
    background: #1756bd;
    border: 1px solid #1756bd;
    padding: 2px;
    color: #fff;
    font-size: 1.2857em;
    font-weight: bold;
}

#sub .section h2.title2>span {
    display: block;
    width: auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    margin: 0;
    padding: 8px 22px 8px 8px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
}

@media print, screen and (min-width: 1025px) {
    #sub {
        width: 225px;
    }
}

/* 基本情報 */
#sub #sub-basicinfo .subbody {
    border-top: 1px solid #bfbfbf;
}

#sub #sub-basicinfo h2 + .subbody {
    border-top: none;
}/* 告知 */
#sub #sub-notification .subbody {
    border-top: 1px solid #bfbfbf;
}

#sub #sub-notification  h2 + .subbody {
    border-top: none;
}/* SNS */
#sub #sub-sns .subbody {
    border-top: 1px solid #bfbfbf;
}

#sub #sub-sns h2 + .subbody {
    border-top: none;
}

/* おすすめ情報用 */
#sub .recomenmendinfo-section .subbody {
    border-top: 1px solid #bfbfbf;
}

#sub .recomenmendinfo-section h2 + .subbody {
    border-top: none;
}
#sub .recomenmendinfo-section .recomenmendinfo-list {
    margin-top: 10px;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox {
    margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox {
        text-align: left !important;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.no-arrow>span {
        position: relative;
        padding-left: 15px;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 15px;
        height: 19px;
        background: url(/files/000019664.gif) no-repeat left top;
    }
}

@media print, screen and (min-width: 768px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox {
        text-align: left;
    }
}

@media print, screen and (min-width: 1025px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.image {
        text-align: center;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.image.left {
        text-align: left;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.image img {
        max-width: 200px;
    }
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-image {
    display: none;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a+img {
    vertical-align: middle;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a {
    text-decoration: none;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus {
    color: #ffffff;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption span, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-text span {
    text-decoration: underline;
}

#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.no-arrow .recomenmendinfo-caption span, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.no-arrow .recomenmendinfo-text span {
    text-decoration: none;
    ;
}

/* SP */

@media screen and (max-width: 767px) {
    .menu-wrapper.pickup-group-first {
        padding-bottom: 20px;
    }
    .menu-wrapper.pickup-group-first h2.title2 {
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    }
    .menu-wrapper.pickup-group-first .subbody.sub-accordion[style="display: none;"]+h2.title2 {
        margin-top: 20px;
    }
    .menu-wrapper.pickup-group-first .subbody.sub-accordion {
        position: relative;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        background-color: #ffffff;
    }
    .menu-wrapper.pickup-group-first .subbody.sub-accordion.no-title {
        border-top: 1px solid #e2e2e2;
    }
    .menu-wrapper.pickup-group-first .subbody.sub-accordion:last-of-type {
        margin-bottom: 0;
    }
    .menu-wrapper .menu-box h2.title2, .menu-wrapper.pickup-group-first h2.title2, .menu-wrapper .menu-box div.under-link {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        padding: 0;
        justify-content: space-between;
        position: relative;
    }
    .menu-wrapper .menu-box h2.title2 .title-main, .menu-wrapper.pickup-group-first h2.title2 .title-main {
        margin: 8px 4px;
        padding: 0 0 0 8px;
        border-left: 3px solid #fff;
    }
    .menu-wrapper .menu-box h2.title2 .all-link a, .menu-wrapper.pickup-group-first h2.title2 .all-link a, .menu-wrapper .menu-box div.under-link .all-link a {
        padding: 0 30px 0 0;
        border: none;
        display: table-cell;
        font-size: 0.8em;
        text-decoration: underline;
        background: none;
    }
    .menu-wrapper .menu-box h2.title2 .all-link a:after, .menu-wrapper.pickup-group-first h2.title2 .all-link a:after, .menu-wrapper .menu-box div.under-link .all-link a:after {
        position: absolute;
        display: block;
        content: '';
        top: 18px;
        right: 15px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #192a80;
        border-bottom: 1px solid #192a80;
        transform: rotate(315deg);
    }
    .menu-wrapper .menu-box h2.title2 .all-link a:before, .menu-wrapper.pickup-group-first h2.title2 .all-link a:before, .menu-wrapper .menu-box div.under-link .all-link a:before {
        position: absolute;
        display: block;
        content: '';
        top: 14px;
        right: 10px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 15px;
    }
    .menu-wrapper .menu-box h2.title2 .all-link, .menu-wrapper.pickup-group-first h2.title2 .all-link, .menu-wrapper .menu-box div.under-link .all-link {
        background: #043465;
        border: none;
        padding: 0 10px 0 15px;
        vertical-align: middle;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        align-items: center;
    }
    .menu-wrapper .menu-box h2.title2 .all-link a:hover, .menu-wrapper .menu-box h2.title2 .all-link a:active, .menu-wrapper .menu-box h2.title2 .all-link a:focus, .menu-wrapper.pickup-group-first h2.title2 .all-link a:hover, .menu-wrapper.pickup-group-first h2.title2 .all-link a:active, .menu-wrapper.pickup-group-first h2.title2 .all-link a:focus, .menu-wrapper .menu-box div.under-link .all-link a:hover, .menu-wrapper .menu-box div.under-link .all-link a:active, .menu-wrapper .menu-box div.under-link .all-link a:focus {
        color: #fff;
    }
    /* 閉じるボタン */
    .subbody.sub-accordion {
        padding-top: 20px;
    }
    .menu-wrapper .menu-box h2.title2, .menu-wrapper.pickup-group-first h2.title2, #sub .section>h2.title2, .menu-wrapper .menu-box div.under-link {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        padding: 0;
        justify-content: space-between;
        position: relative;
        margin: 0;
        height: auto!important;
    }
    .menu-wrapper .menu-box h2.title2 .title-main, .menu-wrapper.pickup-group-first h2.title2 .title-main, #sub .section>h2.title2 .title-main {
        margin: 8px 4px;
        padding: 0 0 0 8px;
        border-left: 3px solid #fff;
    }
    .menu-wrapper .menu-box h2.title2 .close-button, .menu-wrapper.pickup-group-first h2.title2 .close-button, #sub .section>h2.title2 .close-button {
        background: #043465;
        border: none;
        padding: 0 10px 0 15px;
        vertical-align: middle;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        align-items: center;
        height: auto;
        cursor: pointer;
    }
    .menu-wrapper .menu-box h2.title2 .close-button span, .menu-wrapper.pickup-group-first h2.title2 .close-button span, #sub .section>h2.title2 .close-button span {
        padding: 0 20px 0 0;
        border: none;
        display: table-cell;
        font-size: 0.8em;
        text-decoration: underline;
        color: #fff;
        width: 3.5em;
        text-align: center;
        line-height: 1.6;
        position: relative;
    }
    .menu-wrapper .menu-box h2.title2 .close-button span:after, .menu-wrapper.pickup-group-first h2.title2 .close-button span:after, #sub .section>h2.title2 .close-button span:after {
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        right: 4px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #192a80;
        border-bottom: 1px solid #192a80;
        transform: rotate(225deg);
    }
    .menu-wrapper .menu-box h2.title2 .close-button span:before, .menu-wrapper.pickup-group-first h2.title2 .close-button span:before, #sub .section>h2.title2 .close-button span:before {
        position: absolute;
        display: block;
        content: '';
        top: 4px;
        right: 0px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 15px;
    }
    .menu-wrapper .menu-box h2.title2 .close-button.clicked span:after, .menu-wrapper.pickup-group-first h2.title2 .close-button.clicked span:after, #sub .section>h2.title2 .close-button.clicked span:after {
        top: 6px;
        transform: rotate(45deg);
    }
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a,
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a:hover,
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a:active,
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a:focus,
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a:link,
    .menu-wrapper.pickup-group-last .menu-box h2.title2 a:visited {
        background: #043465;
    }

    #sub .recomenmendinfo-section .subbody {
        height: auto;
    }
    #sub .recomenmendinfo-section h2.title2 span.close-button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control {
        background: #043465;
        padding: 0 10px 0 15px;
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        align-items: center;
    }
    #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a.close {
        padding: 0 20px 0 0;
        border: none;
        background: url(/files/100000950.gif) right no-repeat;
        display: table-cell;
        font-size: 0.8em;
        text-decoration: underline;
        color: #fff;
        width: 3em;
        text-align: center;
        font-weight: bold;
        margin: 0;
    }
    #sub .recomenmendinfo-section.content-minimum h2.title2>span.recomenmendinfo-control>a.close {
        background: url(/files/100000951.gif) right no-repeat;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption {
        text-align: left;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:visited:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:visited:focus {
        color: #192a80;
        background-color: transparent;
    }
    /*新着一覧　追加：一覧へリンク*/
    .menu-wrapper .menu-box div.under-link{
        display: none;
    }
    /*アコーディオンボタン関連　ON表示*/
    .menu-wrapper.whatsnew .menu-box h2.title2 .close-button {
        display: none;
    }
    .menu-wrapper.whatsnew .on_accordion>h2+div{
        display: block !important;
    }
}

/* TB */

@media print, screen and (min-width: 768px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-text {
        position: relative;
        padding-left: 13px;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption:after, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-text:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 19px;
        background: url(/files/000019664.gif) left no-repeat;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.no-arrow .recomenmendinfo-caption:after, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.no-arrow .recomenmendinfo-text:after {
        content: none;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox.left .recomenmendinfo-caption {
        text-align: left;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list.left * {
        text-align: left !important;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:visited:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:visited:focus {
        color: #192a80;
        background-color: transparent;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover .recomenmendinfo-caption span, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover .recomenmendinfo-text span, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus .recomenmendinfo-caption span, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus .recomenmendinfo-text span {
        background-color: #192a80;
        color: #ffffff;
    }
    /*新着情報　既存の一覧へリンク*/
    .menu-wrapper .menu-box h2.title2 span.all-link{
        display: none;
    }
    /*アコーディオンボタン関連　ON表示*/
    .menu-wrapper .menu-box.on_accordion h2.title2 a:link {
        font-size: 1em;
        font-weight: bold;
    }
    .menu-wrapper .menu-box ul.link-list, .menu-wrapper.pickup-group-first ul.link-list{

    }
    .menu-wrapper .menu-box.on_accordion h2.title2,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
        padding: 0;
        justify-content: space-between;
        position: relative;
        margin: 0 auto;
        height: auto!important;
    }
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 {
        margin: 0 auto 20px;
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .title-main,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .title-main {
        margin: 8px 4px;
        padding: 0 0 0 8px;
        border-left: 3px solid #fff;
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .close-button,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .close-button {
        background: #043465;
        border: none;
        padding: 0 10px 0 15px;
        vertical-align: middle;
        display: -ms-flexbox !important;
        /* IE10 */
        display: -webkit-box !important;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex !important;
        /* Safari6.1以降 */
        display: flex !important;
        align-items: center;
        height: auto;
        cursor: pointer;
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .close-button span,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .close-button span {
        padding: 0 20px 0 0;
        border: none;
        display: table-cell;
        font-size: 0.8em;
        text-decoration: underline;
        color: #fff;
        width: 3.5em;
        text-align: center;
        line-height: 1.6;
        position: relative;
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .close-button span:after,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .close-button span:after {
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        right: 4px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #192a80;
        border-bottom: 1px solid #192a80;
        transform: rotate(225deg);
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .close-button span:before,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .close-button span:before {
        position: absolute;
        display: block;
        content: '';
        top: 4px;
        right: 0px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 15px;
    }
    .menu-wrapper .menu-box.on_accordion h2.title2 .close-button.clicked span:after,
    .menu-wrapper.pickup-group-first.on_accordion h2.title2 .close-button.clicked span:after {
        top: 6px;
        transform: rotate(45deg);
    }
    .whatsnew .on_accordion dl.linklist_date{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .whatsnew .off_accordion dl.linklist_date{
        padding-bottom: 20px;
    }
    .menu-wrapper.pickup-group-first.on_accordion .sub-accordion {
        padding-top: 0;
    }
    .menu-wrapper .menu-box.column-two.on_accordion ul.link-list{
        padding-top: 20px;
    }
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-image {
        display: block;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox a:focus {
        color: #192a80;
        background-color: transparent;
    }
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption span:hover, #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-caption span:focus {
        background-color: transparent;
        color: #192a80;
    }
    /*新着情報　既存の一覧へリンク*/
    .menu-wrapper .menu-box h2.title2 span.all-link{
        display: none;
    }
}

.bottom-linklist {
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.bottom-linklist .link-list {
    text-align: left;
}

.bottomtext-section {
    width: 100%;
    max-width: 886px;
}

.bottom-section {
    margin: 0 auto;
    width: 100%;
    max-width: 886px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.side-off.side-menu-off .banner-section, .side-off.side-menu-off .bottom-linklist, .side-off.side-menu-off .bottomtext-section, .side-off.side-menu-off .bottom-section, .side-off.side-menu-on .banner-section, .side-off.side-menu-on .bottom-linklist, .side-off.side-menu-on .bottomtext-section, .side-off.side-menu-on .bottom-section, .side-on.side-menu-off .banner-section, .side-on.side-menu-off .bottom-linklist, .side-on.side-menu-off .bottomtext-section, .side-on.side-menu-off .bottom-section {
    max-width: 1366px;
}

/*おすすめ枠 add:20200710*/
#sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-altCap {
    display: inline-block;
}
@media print, screen and (min-width: 1025px) {
    #sub .recomenmendinfo-section .recomenmendinfo-list .recomenmendinfo-listbox .recomenmendinfo-altCap {
        display:none;
    }
}

/*ヘッダーh1タグ add:20200827*/
h1#emb-name{
    background-image: none;
}
html:not([lang="ja"]) h1#emb-name span{
    padding:0;
    border:0;
}

/*ヘッダーh1タグ add:20220425*/
#emb-name .embname-main,#emb-name .embname-sub {border: none;}
#emb-name .embname-sub {padding: 0;}

html:not([lang="ja"]) h1#emb-name .embname-main{
    padding: 4px 0 0 0;}

/*新着一覧　追加：一覧へリンク*/
/*TAB*/
@media print, screen and (min-width: 768px) {
    .menu-wrapper .menu-box div.under-link a:link {
        font-size: 1em;
  }
}