@charset "utf-8";
/* ============================================================ *\

	TOP・下層画面共通のCSSを定義。

\* ============================================================ */

/* ============================================================ *\
    $base
\* ============================================================ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, strong, sub, sup, dl, dt, dd, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td, form {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    background: #fff url(../files/000061756.jpg) 0 0 repeat-x;
    /*font-family: Meiryo, sans-serif;*/
    font-family: "";
    color: #333;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body.show-global {
    position: fixed;
    width: 100%;
}

body.small {
    font-size: 0.68em;
}

body.middle {
    font-size: 1rem;
}

body.large {
    font-size: 1.2em;
}

html[lang="en"] {
    font-family: Arial, sans-serif;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul, ol {
    list-style: outside none;
}

p {
    font-size: 1em;
    margin: 5px 0;
    margin-bottom: 1em;
}

a {
    color: #192a80;
}

/*html[lang="en"] a { text-decoration: none; }*/

a:hover, a:focus {
    color: #fff;
    background-color: #192a80;
}

a:visited {
    color: #53c;
}

a:visited:hover, a:visited:focus {
    color: #fff;
}

noscript p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.2;
}

html[lang="en"] noscript p {
    font-size: 1.5em;
    line-height: 1.3;
}

hr {
    height: 0px;
    margin: 20px 10px;
    border: none;
    border-top: 1px solid #bfbfbf;
}

/* PC */

@media print, screen and (min-width: 768px) {
    hr {
        margin: 20px 0;
    }
    div#notification ul li:after {
        display: none;
    }
}

#wrapper {
    /* font-size: 116.64%; */
}

/* ============================================================ *\
    $common
\* ============================================================ */

/* テキスト左寄せ、中央寄せ*/

.leftalign {
    text-align: left;
    margin-bottom: 0px;
    margin-left: 15px;
}

.centeralign {
    text-align: center;
    margin-bottom: 0px;
}

.rightalign {
    text-align: right;
    margin-bottom: 0px;
    margin-right: 15px;
}

.leftalign2 {
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* インデント*/

.indent01 {
    margin-left: 2.5em;
}

.indent02 {
    margin-left: 5em;
}

.indent03 {
    margin-left: 7.5em;
}

/* 文字修飾用クラス*/

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.smaller {
    font-size: 85%;
}

.larger {
    font-size: 120%;
}

.red {
    color: red;
}

.black {
    color: black;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.purple {
    color: purple;
}

.gray {
    color: gray;
}

.greenyellow {
    color: #adff2f;
}

.brown {
    color: #a52a2a;
}

.orange {
    color: #ffa500;
}

.yellow {
    color: yellow;
}

/* $clearfix ----------------*/

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

/* animation keyframes */

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

/* ============================================================ *\
    $header
\* ============================================================ */

#header {
   /* font-size: 62.5%;*/
    margin-bottom: 10px;
}

#header .menu-language span {
    margin-right: 4px;
}

#header .menu-language span:last-of-type {
    margin-right: 0;
}
/*-------------------------------*/
#header, html[lang="en"] #header {
  text-align: left;
  width: auto;
  height: auto;
  box-sizing: border-box;
  background: transparent url(../files/000061767.png) 135px 0 no-repeat;
  padding: 80px 0px 24px 350px;
  margin-bottom: 0;
  position: relative;
}

@media(min-width:768px) {
#header, html[lang="en"] #header {padding:0;height:100px;}
dl#textchanger {margin-top:0 !important;;}
}
body.en #header {
    padding-left: 450px;
    padding-bottom: 20px;
    min-width: 500px;
}

#header a { text-decoration: none; }

#logo-mofa {
    margin:0;
    padding:0;
    position: absolute;
    left: 10px;
    top: 20px;
}
#logo-mofa a { background-color: transparent; }
@media screen and (max-width: 767px) {
  #logo-mofa a img {
    width: 190px;
    height: auto;
  }
  #header #head_btn_pc {
  	width: 25px;
  	height: 25px;
  	line-height: 25px;
  	box-sizing: border-box;
  	display: inline-block;
  	border: 1px solid #043465;
  	box-shadow: 0 0 2px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  }
  #header #head_btn_pc {
  	text-indent: -9999px;
  	background: #fff url(../files/000061785.png) center center no-repeat;
  	background-size: 70%;
  	margin-right: 10px;
      color: rgba(0, 0, 0, 0);
      overflow: hidden;
      vertical-align: top;
  }



}
/*-------------------------------*/

/* $sub menu */

#header .menu-sub {
    position: relative;
    padding-top: 5px;
    padding-bottom: 3px;
    background: transparent url(../files/100000004.png) 0 0 repeat;
    border-radius: 3px;
}

html[lang="en"] #header .menu-sub, html[lang="ar"] #header .menu-sub {
    padding-top: 4px;
}

#header .menu-sub>span {
    display: inline-block;
    border-left: 1px solid #036;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
}

#header .menu-sub>span:first-child {
    border-left-width: 0;
}

#header .menu-sub>span>a {
    font-size: 1.2em;
    line-height: 1.2;
}

#header .menu-sub>span>a:hover, #header .menu-sub>span>a:focus {
    background-color: #192a80;
    color: #ffffff;
}

/* $language menu */

#header .menu-language {
    margin-left: 2px;
    vertical-align: top;
}

#header .menu-language li:first-child {
    margin-right: 4px;
}

#header .menu-language a {
    position: relative;
    display: block;
    padding: 3px 4px 1px;
    *padding-top: 0;
    *padding-bottom: 4px;
    min-width: 112px;
    width: auto;
    border: 1px solid #036;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

#header .menu-language a:hover, #header .menu-language a:focus {
    color: #fff;
    background-color: #192a80;
}

html[lang="en"] #header .menu-language a, html[lang="ar"] #header .menu-language a {
    padding-right: 3px;
    padding-left: 3px;
    min-width: 92px;
}

/* $function */

#cse-search-box, dl#textchanger {
    margin-top: 17px;
}

/* $cse-search-box */

#cse-search-box {
    display: flex;
    justify-content: space-between;
    min-width: 240px;
}

.small #cse-search-box {
    min-width: 263px;
    display: flex;
    justify-content: space-between;
}

.large #cse-search-box {
    min-width: 265px;
}

#cse-search-box #searchbox {
    display: block;
    float: left;
    margin: 0;
    width: 180px;
    border: 1px solid #036 !important;
    border-image-width: 0 !important;
    font-size: 1.3em !important;
    vertical-align: top;
}

html[lang="en"] #cse-search-box #searchbox, html[lang="ar"] #cse-search-box #searchbox {
    width: 242px;
}

.small #cse-search-box #searchbox {
    width: 210px;
}

.large #cse-search-box #searchbox {
    width: 180px;
}

#cse-search-box #searchbutton {
    display: block;
    float: right;
    margin: 0 3px 0 3px;
    min-width: 4.1em;
    height: 20px;
    background-color: #036;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #036 !important;
    font-weight: normal;
    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;
}

html[lang="en"] #cse-search-box #searchbutton, html[lang="ar"] #cse-search-box #searchbutton {
    width: 5.5em;
}

#cse-search-box #searchbutton:hover, #cse-search-box #searchbutton:focus {
    background-color: #fff;
    color: #036;
}

#cse-search-box #searchbutton * {
    border-width: 0 !important;
}

/* $textchanger */

dl#textchanger {
    display: flex;
    margin-left: 16px;
    vertical-align: top;
}

html[lang="en"] dl#textchanger {
    margin-left: 10px;
}

dl#textchanger dt {
    display: inline-block;
    margin-top: 4px;
    color: #036;
    font-size: 1.5em;
    vertical-align: middle;
}

dl#textchanger dd {
    margin-left: 3px;
    vertical-align: top;
    flex-grow: 1;
    flex-shrink: 1;
}

dl#textchanger dd.small {
    font-size: 1.0em;
    width: 2.25em;
}

dl#textchanger dd.middle {
    font-size: 1.3em;
    width: 1.731em;
}

dl#textchanger dd.large {
    font-size: 1.5em;
    width: 1.5em;
}

dl#textchanger dd a {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #036;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1.0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

dl#textchanger dd a:hover, dl#textchanger dd a:focus, dl#textchanger dd.current a {
    background-color: #036;
    color: #fff;
}

/* $concurrent */

#header-concurrent {
    text-align: left;
    padding: 10px 40px;
    font-size: 1.3em;
    overflow: hidden;
    border-top: 1px solid #333;
    background-color: rgba(255, 255, 255, 0.3);
}

#header-concurrent p {
    display: inline-block;
    margin: 3px 0;
}

#header-concurrent ul {
    display: inline-block;
}

#header-concurrent ul li {
    padding-left: 13px;
    list-style-type: none;
    margin: 3px 5px 3px 0;
    display: inline-block;
    position: relative;
}

#header-concurrent ul li:after {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../files/000019664.gif) no-repeat left top;
}

/* SP only */

#head-btn-area1 {
    display: none;
}
#head_btn_lang {
    color: #043465;
}

html[lang="en"] #head_btn_lang {}

#head_btn_fb, #head_btn_tw {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../files/100000015.png) no-repeat;
    background-size: 93px 20px;
}

#head_btn_fb {
    background-position: 0px 0px;
    margin-right: 10px;
}

#head_btn_tw {
    background-position: -22px 0px;
}

#head-btn-area1 {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    position: absolute;
    width: 60px;
    height: 100%;
    justify-content: center;
    padding-top: 20px;
}

#head-btn-area1 button,
#navi-global #globalclose button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 3px;
    background: url(../files/100000039.svg) center no-repeat #003366;
    background-size: 50%;
}

#head-btn-area1 button.button-close,
#navi-global #globalclose button {
    background-image: url(../files/100000014.svg);
}

#head-btn-area2 {
    padding: 10px;
    font-size: 1.3em;
    text-align: right;
}

#head-btn-area2 a {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    margin-right: 5px;
}

#head-btn-area2 a:hover, #head-btn-area2 a:focus {
    color: #fff;
}

#head-btn-area2 a:before {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - 2px);
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #043465;
    transform: rotate(206deg);
}

#head-btn-area2 a:after {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - -2px);
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #043465;
    transform: rotate(156deg);
}

#head-btn-area2 a:hover:before, #head-btn-area2 a:hover:after, #head-btn-area2 a:focus:before, #head-btn-area2 a:focus:after {
    background-color: #fff;
}

#header .menu-sub, #header .menu-language {
    display: none;
}

dl#textchanger {
    display: none;
}

#head-btn-area1 {
    top: 0px;
    right: 0px;
}

#header>#func {
    background: #036;
    text-align: center;
}

#header>#func #cse-search-box {
    display: inline-block;
    margin: 5px;
    padding: 2px;
    background: #fff;
    border-radius: 3px;
    width: 480px!important;
}

#header>#func #cse-search-box #searchbox {
    border: none!important;
    height: 2em!important;
    width: 390px;
    padding: 2px 0!important;
}

#header>#func #cse-search-box #searchbutton {
    background: #1756bd;
    border-radius: 3px;
    border: none!important;
    height: 2.4em!important;
    width: 80px;
    margin: 0;
}

/* SP版サイトボタン */
#header .sp-layout-link {
    display: block;
    background-color: #036;
    border-collapse: collapse;
    border: 1px solid #036 !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 1.3em;
    white-space: nowrap;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 50px;
}
#header .sp-layout-link:hover {
    background-color: #fff;
}
#header .sp-layout-link a {
    color: #fff;
    display: block;
    padding: 5px;
}
#header .sp-layout-link:hover a {
    color: #000066;
    background-color: transparent;
}


/* SP */

@media screen and (max-width: 767px) {
    body {
        background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0) 105px,  #ffffff 105px), url(../files/100001270.jpg) 0 0 repeat-x;
    }
    #header, html[lang="en"] #header {
        height: 75px;
        min-width: initial;
        min-width: auto;
        background-size: 70%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        padding: 2%;
    }
    #emb-name .embname-main {
        font-size: 1.8em;
    }
    #emb-name .embname-sub {
        font-size: 1.2em;
    }
    #header-concurrent {
        background-color: #fff;
    }
    #func {
        width: 100%;
        padding: 3px 5px 0;
        box-sizing: border-box;
    }
    #header>#func #cse-search-box {
        width: 100% !important;
        box-sizing: border-box;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #header>#func #cse-search-box #searchbox {
        width: calc(100% - 85px);
    }
}

/* TB */
@media print, screen and (min-width: 768px) {
    #cse-search-box #searchbox {
        height: 1.2em !important;
    }
    #cse-search-box #searchbutton {
        height: 1.7em !important;
    }
    dl#textchanger {
        display: none;
    }
}

/* PC */
@media print, screen and (min-width: 1025px) {
    #header .menu-sub, #header .menu-language, #header .menu-language>span {
        display: inline-block;
    }
    #header-right {
        padding-right: 10px;
        width: 45%;
        box-sizing: border-box;
    }
    #func {
        display: flex;
        min-width: 320px;
        justify-content: flex-end;
    }
    dl#textchanger {
        display: flex;
        min-width: 174px;
    }
    .small dl#textchanger {
        min-width: 153px;
    }
    .large dl#textchanger {
        min-width: 257px;
    }
    .large #cse-search-box #searchbutton {
        height: 1.55em !important;
        min-width: 2.77em;
    }
    #header-concurrent {
        font-size: 1.376em;
        margin: 0;
        overflow: hidden;
        background: none;
        border: none;
        padding: 10px 70px 0;
        width: 100%;
        box-sizing: border-box;
    }
    #header-concurrent p {
        float: left;
        margin: 2px 0;
    }
    #header-concurrent ul {
        display: block;
    }
    #header-concurrent ul li {
        float: left;
        margin: 2px 0;
        padding: 0 4px;
        border-right: 1px solid #333;
        background: none;
    }
    #header-concurrent ul li:last-child {
        border: none;
    }
    #header-concurrent ul li a, #header-concurrent ul li a:visited {
        color: #333;
    }
    #header-concurrent ul li a:hover, #header-concurrent ul li a:focus {
        color: #fff;
    }
    #header-concurrent ul li:after {
        display: none;
    }
}

/* ============================================================ *\
    $common
\* ============================================================ */

/* メニュー */
/*
#navi-global {
    margin: 1px 0px 0;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-size: 1em;
    clear: both;
    position: absolute;
    background: rgba(0, 51, 102, 0.95);
    top: 55px;
    z-index: 300;
    display: block;
    animation: fadeOut .3s ease-out 0s forwards;
    -webkit-animation: fadeOut .3s ease-out 0s forwards;
}

#navi-global ul>li {
    position: relative;
    padding: 0 17px;
    width: 100%;
    justify-content: start;
    box-sizing: border-box;
}

#navi-global ul>li:first-of-type:before, #navi-global ul>li:after {
    position: absolute;
    content: '';
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 1px solid #fff;
    content: none;
}

#navi-global ul>li:first-of-type:before {
    right: auto;
    left: 0;
}
#navi-global>ul {
    padding: 0 0 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: 1366px;
}

#navi-global>ul li.navi-first {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px 0 0;
}

#navi-global ul li.navi-first>a {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;
    position: relative;
}

#navi-global ul li.navi-first>a:before {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - 3px);
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(206deg);
}

#navi-global ul li.navi-first>a:after {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - -4px);
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(156deg);
}

#navi-global ul li.navi-first>a:hover, #navi-global ul li.navi-first>a:focus {
    background: #fff;
    color: #192a80;
}

#navi-global ul li.navi-first>a:hover:before, #navi-global ul li.navi-first>a:hover:after, #navi-global ul li.navi-first>a:focus:before, #navi-global ul li.navi-first>a:focus:after {
    background-color: #192a80;
}

#navi-global ul li.navi-first div.navi_second ul {
    overflow: visible;
}

#navi-global ul li.navi-first div.navi_second ul li {
    padding: 0;
}

#navi-global ul li.navi-first div.navi_second ul li a {
    border: none;
    background-size: auto 70%;
    padding: 10px 0 10px 20px;
    margin: 5px 0 0;
    font-size: 0.9em;
    position: relative;
    box-sizing: border-box;
}

#navi-global ul li.navi-first div.navi_second ul li a:before {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(206deg);
}

#navi-global ul li.navi-first div.navi_second ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - -2px);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(156deg);
}

#navi-global ul li.navi-first div.navi_second ul li a:hover, #navi-global ul li.navi-first div.navi_second ul li a:focus {
    background: #fff;
    color: #192a80;
}

#navi-global ul li.navi-first div.navi_second ul li a:hover:before, #navi-global ul li.navi-first div.navi_second ul li a:hover:after, #navi-global ul li.navi-first div.navi_second ul li a:focus:before, #navi-global ul li.navi-first div.navi_second ul li a:focus:after {
    background-color: #192a80;
}

#navi-global a {
    margin: 0.2em 0;
    text-decoration: none;
    padding: 7px;
    vertical-align: text-top;
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: left;
}

#navi-global ul>li>a {
    border-bottom: 1px solid #ffffff;
    padding: 13px 0 16px;
}

#navi-global a:link, #navi-global a:visited {
    color: #fff;
}

#navi-global a.now, #navi-global a:hover, #navi-global a:active, #navi-global a:focus {
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

#navi-global a.now:link, #navi-global a.now:visited {
    text-decoration: none;
    background-color: #A1CAF2;
    color: #036;
}

#navi-global a.now:hover, #navi-global a.now:active, #navi-global a.now:focus {
    text-decoration: none;
    background-color: #CCC;
    color: #036;
}

#navi-global.show-global {
    display: block;
    width: 100%;
    height: calc(100vh - 55px);
    padding: 10px 0 30px;
    overflow-x: scroll;
    -webkit-animation: fadeIn .3s ease-out 0s forwards;
    animation: fadeIn .3s ease-out 0s forwards;
}

#navi-global.dsp-non {
    display: none;
}

ul.navi-sp li.navi-first.non-hassub div.navi_second {
    visibility: visible!important;
    display: block!important;
}
*/

/* SP
@media screen and (max-width: 767px) {
    #navi-global>ul {
        padding: 0 15px 10px;
    }
    #navi-global ul li.navi-first {
        width: 100%;
        padding: 0;
    }
}
*/
/* TB
@media print, screen and (min-width: 768px) {
    #header, html[lang="en"] #header {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}
*/
/* PC */
@media print, screen and (min-width: 1025px) {
    #header, html[lang="en"] #header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #navi-global {
        position: relative;
        display: block;
        background-color: #036;
        top: 0;
        padding: 7px 0;
        z-index: 200;
        animation: none;
    }
    #navi-global.dsp-non {
        display: block;
    }
    #navi-global a:link, #navi-global a:visited, #navi-global a.now, #navi-global a:hover, #navi-global a:active, #navi-global a:focus {
        color: #fff;
    }
    #navi-global ul {
        display: block;
        margin: 0 auto;
        overflow-x: visible;
    }
    #navi-global ul>li {
        position: static;
        display: inline-block;
        width: auto;
        border-right: 1px solid #fff;
    }
    #navi-global>ul>li:first-child {
        border-left: 1px solid #fff;
    }
    #navi-global ul>li>a {
        border: none;
        padding: 5px 0;
    }
    #navi-global a {
        font-weight: bold;
        box-sizing: border-box;
    }
    #navi-global>ul {
        padding: 0;
        letter-spacing: -.4em;
    }
    #navi-global ul li.navi-first {
        width: auto;
        margin: 0;
        padding: 2px 17px;
        letter-spacing: normal;
    }
    #navi-global ul li.navi-first {
        width: auto;
    }
    #navi-global ul li.navi-first>a:before, #navi-global ul li.navi-first>a:after, #navi-global ul li.navi-first div.navi_second ul li a:before, #navi-global ul li.navi-first div.navi_second ul li a:after {
        display: none;
    }
    #navi-global ul li.navi-first>a {
        border: none;
        background: none;
        padding: 7px;
        margin: 0;
    }
    #navi-global ul li.navi-first>a:hover, #navi-global ul li.navi-first>a:focus {
        background: none;
        color: #fff;
    }
    #navi-global ul li.navi-first.non-hassub a:hover, #navi-global ul li.navi-first.non-hassub a:focus {
        text-decoration: none;
        background-color: #fff;
        color: #036;
        border-radius: 4px;
    }
    #navi-global ul li.navi-first.selected a {
        text-decoration: none;
        background-color: #fff;
        color: #036;
        border-radius: 4px 4px 0 0;
    }
    /* プルダウンメニュー */
    #navi-global ul li.navi-first div.navi_second {
        position: absolute!important;
        top: auto;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 2%;
        background: #fff;
        z-index: 1;
        overflow: auto;
        height: auto;
        display: none;
        justify-content: center;
        border-bottom: 5px solid #192a80;
        margin-top: -1px
    }
    #navi-global ul li.navi-first div.navi_second ul li {
        border-right: 1px solid #192a80;
        margin: 3px 0;
        padding: 0 10px;
    }
    #navi-global ul li.navi-first div.navi_second ul li:first-child {
        border-left: 1px solid #192a80;
    }
    #navi-global ul li.navi-first div.navi_second ul li a {
        color: #192a80!important;
        margin: 0;
        padding: 3px;
        font-size: 0.8em;
        background: none;
    }
    #navi-global ul li.navi-first div.navi_second ul li a:hover, #navi-global ul li.navi-first div.navi_second ul li a:focus {
        text-decoration: none;
        background-color: #a1caf2;
        color: #036;
        border-radius: 4px;
    }
}

/*パンくず*/

#breadcrumb {
    clear: both;
    font-size: 0.82695em;
    margin-top: 7px;
    margin-bottom: 16px;
    margin-left: 10px;
    line-height: 1.3;
}

/* SP */

@media screen and (max-width: 767px) {
    #breadcrumb {
        display: none;
    }
}

/* リンクテキスト */

.link-list li {
    padding-left: 13px;
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
}

.link-list li:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 19px;
    background: url(../files/000019664.gif) no-repeat left top;
}

.link-list li.noarrow:after {
    background: none;
}

.link-list li a+span, .link-list li a+img+span, .link-list li.noarrow>span+span {
    display: block;
    margin-top: 2px;
}

.link-list a+img {
    margin-left: 3px;
    vertical-align: middle;
}

.link-list li.indent {
    margin-left: 1em;
    margin-bottom: 10px;
}

.menu-wrapper.pickup-group-first ul.link-list.side-list {
    margin-bottom: 0;
}

.link-list.side-list li {
    display: inline !important;
    margin-right: 2px;
    padding-left: 0px !important;
    padding-right: 0px;
}

.link-list.side-list li a {
    padding-left: 0px;
}

.link-list.side-list li:before {
    content: '/';
    position: static;
    display: inline;
    background-image: none;
    margin-left: 0px;
    margin-right: 5px;
}

.link-list.side-list li.indention a:before, .link-list.side-list li.indention span:before {
    content: '';
    display: block;
}

.link-list.side-list li:first-child.indention a:before, .link-list.side-list li:first-child.indention span:before {
    margin-top: 23px;
}

.link-list.side-list li:first-child:before, .link-list.side-list li.indention:before {
    content: none;
}

.link-list.side-list li:after {
    content: none;
}

/* タイトルリスト */

.title-list {
    padding-bottom: 0.5em;
}

.list-title {
    padding-left: 13px;
    list-style-type: none;
    background: url(../files/000019664.gif) no-repeat left top;
    margin-bottom: 5px;
}

.title-list>.list-title+dd {
    margin-bottom: 5px;
}

.title-list>.list-title+dd .link-list {
    padding-left: 3em;
}

.title-list>.list-title+dd .link-list li {
    background: none;
    list-style: disc;
    padding-left: 0;
}

/* ============================================================ *\
    $contents
\* ============================================================ */
/*
#contents {
   font-size: 1.5em; 
}
 */
/* contents-header */
#contents-header>h1.title1 {
    display: block;
    width: auto;
    height: auto;
    border: 1px solid #1756bd;
    margin: 0 0 15px;
    padding: 2px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background-color: #1756bd;
}
#contents-header>h1.title1>span {
    background: none;
    border: none;
    width: auto;
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 6px 0 5px 0;
/*    padding-left: 13px;*/
}
@media print, screen and (max-width: 768px) {
  #contents-header>h1.title1 {
    /* font-size: 5vw; */
  }
}

#contents-header>h2.title2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    color: #a5171c;
    font-size: 1.5em;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

#contents-header>h2.title2.logo-right {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: row-reverse;
}
#contents-header>h2.title2.logo-left>span {
    margin-left: 10px;
}
#contents-header>h2.title2.logo-right>span {
    margin-right: 10px;
}
/*
#contents-header>h4 {
    margin: 5px 0px;
    font-weight: bold;
    text-align: center;
    color: #a5171c;
    line-height: 1;
    font-size: 1.4em;
}
*/
.index {
    border-top: dotted 1px #aaa;
    margin: 0px 15px;
    padding: 5px 0;
    text-align: right;
    font-size: 1.25em;
}

/*
.menu-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-box {
    width: 100%;
}
.menu-wrapper .menu-box h2.title2 {
    display: block;
    background-color: #1756bd;
    border: 1px solid #1756bd;
    margin: 0 0 20px;
    padding: 2px;
    color: #fff;
    font-size: 1.2857em;
    font-weight: bold;
}
.menu-wrapper .menu-box 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 .menu-box h2.title2 a {
    display: block;
    width: auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    padding: 4px 22px 4px 8px;
    text-decoration: none;
}
.menu-wrapper .menu-box h2.title2 a:link, .menu-wrapper .menu-box h2.title2 a:visited {
    color: #ffffff;
    background: transparent url(../files/100000032.png) center right no-repeat;
}
.menu-wrapper .menu-box h2.title2 a:hover, .menu-wrapper .menu-box h2.title2 a:active, .menu-wrapper .menu-box h2.title2 a:focus {
    color: #005190;
    background: #ffffff url(../files/100000033.png) center right no-repeat;
}
.menu-wrapper .menu-box .photo-section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.menu-wrapper .menu-box .photo-box {
    display: block;
    width: 100%;
    text-align: center;
}
*/

/* 本文に対して画像が下になる場合
.photo-section.image-bottom .photo-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.photo-section.image-bottom .photo-box+.text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
 */
/* TB
@media print, screen and (min-width: 768px) {
    .column-two .menu-box, .column-three .menu-box {
        width: calc(50% - 10px);
    }
*/
    /* 本文に対して画像が左になる場合
    .menu-wrapper .menu-box .photo-section.image-left {
        flex-direction: row;
    }
    .menu-wrapper .menu-box .photo-section.image-left .photo-box {
        width: 90px;
    }
    .menu-wrapper .menu-box .photo-section.image-left .photo-box+.text {
        width: calc(100% - 100px);
    }
    */
    /* 本文に対して画像が右になる場合
    .menu-wrapper .menu-box .photo-section.image-right {
        flex-direction: row;
    }
    .menu-wrapper .menu-box .photo-section.image-right .photo-box {
        width: 90px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .menu-wrapper .menu-box .photo-section.image-right .photo-box+.text {
        width: calc(100% - 100px);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .menu-wrapper .menu-box .photo-box .photo-image, #main .menu-wrapper .menu-box .photo-box .photo-image img {
        max-width: 100%;
    }
}
*/
/*
@media print, screen and (min-width: 1025px) {
    .column-three .menu-box {
        width: calc(33.33% - 10px);
    }
    .menu-wrapper .menu-box .photo-box .photo-image {
        max-width: 320px;
    }
}
*/
/* ============================================================ *\
    $main
\* ============================================================ */

#main {
    position: relative;
}
#main h1.title1 {
    background: linear-gradient(to bottom, #6b6bce, #6767ce 30%, #222268);
    border: 2px solid #222268;
    color: #fff;
    padding: 0 0 0 5px;
    font-size: 123%;
    margin: 0 0 10px 0;
}
#main h1.title1 span {
    display: block;
    padding: 5px 10px;
    border-left: 5px solid #ceceef;
}

/* メインリード文 */

#main>.main_lede {
    margin: 20px 0;
    padding-left: 25px;
}

#main>.rightalign {
    margin-bottom: 20px;
}

#main>.rightalign div.lang-link {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

#main>.rightalign div.lang-link a {
    margin-left: 10px;
}

/* SNS */

.social-btn-top {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.social-btn-wrapper {
    display: inline-block;
    margin-left: 15px;
}

/* コンテンツロゴ */

.contents-logo {
    margin-bottom: 20px;
}

.contents-logo.logo-left {
    text-align: left;
}

.contents-logo.logo-right {
    text-align: right;
}

/* 動画エリア */

.video-section {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    content: "";
    top: calc(50% - (57px/2));
    left: calc(50% - (57px/2));
    width: 57px;
    height: 57px;
    border: 1px solid #777777;
    border-radius: 28.5px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.video-thumbnail:after {
    position: absolute;
    content: "";
    top: calc(50% - 8px);
    left: calc(50% - 5px);
    border-top: 10px solid transparent;
    border-left: 20px solid #525252;
    border-bottom: 10px solid transparent;
    z-index: 2;
}

.video-section iframe {
    border: none;
}

/* 画像エリア */

.photo-section {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.section-right>.photo-box {
    margin-left: 20px;
}

/* SP */

@media screen and (max-width: 767px) {
    #main>.rightalign div.lang-link {
        display: block;
        margin-bottom: 5px;
    }
    #main>.rightalign div.lang-link a {
        width: auto;
    }
    #main>.rightalign div.lang-link a:hover, #main>.rightalign div.lang-link a:focus {
        color: #192a80;
        background-color: transparent;
    }
    #main h1.title1 span {
        padding: 5px 35px 3px 10px;
    }
    .social-btn-top {
        text-align: center;
        margin-right: 0;
    }
    .photo-section {}
    .section-left, .section-right {
        justify-content: center;
    }
    .section-left>.photo-box {
        margin-right: 0;
    }
    .section-right>.photo-box {
        margin-left: 0;
    }
    .video-section {
        padding-top: 240px;
    }
    .video-thumbnail {
        width: 320px;
        left: calc(50% - (320px/2));
    }
    .video-section iframe {
        width: 320px !important;
        height: 240px !important;
    }
    .video-thumbnail img {
        width: 100%;
    }
    #main .photo-image img {
        max-width: 320px;
    }
}

.video-title {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    align-items: center;
    width: 320px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #808080;
    box-sizing: border-box;
}

.video-title .title-text {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    align-items: center;
    position: relative;
    width: 60px;
    height: 33px;
    padding-left: 25px;
    background-color: #003366;
    color: #ffffff;
    box-sizing: border-box;
}

.video-title .title-text:before {
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ffffff;
}

.video-title .title-text:after {
    position: absolute;
    content: "";
    left: 11px;
    top: calc(50% - 4px);
    border-top: 4px solid transparent;
    border-left: 6px solid #003366;
    border-bottom: 4px solid transparent;
}

.video-title .title-text+span {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    width: calc(100% - 60px);
    box-sizing: border-box;
    justify-content: center;
}

@media print, screen and (min-width: 768px) {
    .video-section {
        padding-top: 240px;
    }
    .video-thumbnail {
        width: 320px;
        left: calc(50% - (320px/2));
    }
    .video-thumbnail img {
        width: 100%;
    }
    .video-section iframe {
        width: 320px !important;
        height: 240px !important;
    }
    #main .photo-image img {
        max-width: 320px;
    }
}

@media print, screen and (min-width: 1025px) {
    .video-section {
        padding-top: 262px;
    }
    .video-thumbnail {
        width: 350px;
        left: calc(50% - (350px/2));
    }
    .video-section iframe {
        width: 350px !important;
        height: 262px !important;
    }
    .photo-section {
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Android4.3以下、Safari3.1～6.0 */
        display: -webkit-flex;
        /* Safari6.1以降 */
        display: flex;
    }
    /*本文に対して左寄せ*/
    .section-left {
        justify-content: flex-start;
    }
    .section-left>.photo-box {
        margin-right: 20px;
    }
    /*本文に対して右寄せ*/
    .section-right {
        justify-content: flex-end;
    }
    .photo-section:before, .photo-section:after {
        content: "";
        display: block
    }
    #main .photo-image img {
        max-width: 320px;
    }
    .video-title {
        width: 320px;
    }
}

/* SP(<320) */

@media print, screen and (max-width: 320px) {
    .video-section {
        padding-top: 210px;
    }
    #video, .video-thumbnail {
        width: 280px;
        left: calc(50% - (280px/2));
    }
    .video-thumbnail {
        height: 210px;
    }
    .video-section iframe {
        width: 280px !important;
        height: 210px !important;
    }
    #main .photo-image img {
        max-width: 280px;
    }
    .video-title {
        width: 280px;
    }
    .photo-caption, .photo-copy {
        max-width: 280px;
    }
    #contents-header .video-section {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/* 画像エリア */

.photo-box {
    margin: 0 auto 20px;
    padding: 0 5px;
}

.photo-caption, .photo-copy {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#sub .photo-section, #sub .link-list {
    margin-top: 10px;
}

#sub .photo-section .photo-box {
    width: 100%;
    text-align: center;
    padding: 0 2px 0 1px;
}

#sub .photo-section .photo-box img {
    max-width: 100%;
}

#sub .photo-box>a {
    display: block;
    margin-bottom: 5px;
}

#sub .photo-box>a:hover, #sub .photo-box>a:focus {
    color: #192a80;
    background-color: transparent;
}

/* SP */

@media screen and (max-width: 767px) {
    #sub .photo-section .photo-box {
        padding-left: 13px;
        list-style-type: none;
        margin-bottom: 5px;
        position: relative;
        text-align: left;
    }
    #sub #sub-ambassador .photo-section .photo-box {
        text-align: center;
    }
    #sub .photo-section .photo-box:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 15px;
        height: 19px;
        background: url(../files/000019664.gif) no-repeat left top;
    }
    #sub #sub-topics .photo-section .photo-box:after,
    #sub #sub-ambassador .photo-section .photo-box:after {
            display: none;
    }
    #sub .recomenmendinfo-section .photo-caption.caption-link {
        display: block;
        padding-left: 13px;
        background: url(../files/000000049.gif) no-repeat left top;
        margin-bottom: 10px;
        margin-left: -1em;
        text-align: left;
    }
    #sub .recomenmendinfo-section .photo-section+.link-list {
        margin-top: 0;
    }
}

/* SP おすすめ情報用*/

#sub .sp-view-control {
    display: none;
}

@media screen and (max-width: 767px) {
    #sub .recomenmendinfo-section.content-scroll {
        position: fixed;
        bottom: 0;
        left: 10px;
        right: 10px;
        margin-bottom: 0;
        z-index: 4;
    }
    #sub .recomenmendinfo-section h2.title2 {
        position: relative;
    }
    #sub .recomenmendinfo-section h2.title2>span {
        position: relative;
        display: block;
        height: 100%;
    }
    #sub .recomenmendinfo-section h2.title2>span:before {
        content: '';
        position: absolute;
        width: 5px;
        top: 4px;
        left: -11px;
        bottom: 4px;
    }
    #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        box-sizing: border-box;
    }
    #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a:link, #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a:visited, #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a:hover, #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a:active, #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control>a:focus {
        color: #333333;
        background-color: transparent;
        text-decoration: none;
        font-weight: normal;
        margin-right: 8px;
    }
    #sub .recomenmendinfo-section h2.title2>span.recomenmendinfo-control:before {
        content: none;
    }
    #sub .recomenmendinfo-section.content-inline h2.title2>span.recomenmendinfo-control {
        display: none;
    }
    #sub .recomenmendinfo-section .subbody {
        overflow: hidden;
        height: 2.5em;
    }
    #sub .recomenmendinfo-section.content-more .subbody {
        overflow: visible;
        height: auto;
        padding-bottom: 40px;
    }
    #sub .recomenmendinfo-section.content-inline .subbody {
        overflow: visible;
        height: auto;
    }
    #sub .recomenmendinfo-section.content-minimum .subbody {
        padding: 0;
        height: 0;
    }
    #sub .recomenmendinfo-section.content-minimum.content-more .subbody .photo-section {
        margin-top: 0;
    }
    #sub .recomenmendinfo-section.content-minimum .sp-view-control {
        display: none;
    }
    #sub .recomenmendinfo-section .photo-section {
        justify-content: flex-start;
        margin-bottom: 0;
    }
    #sub .recomenmendinfo-section .photo-box {}
    #sub .recomenmendinfo-section .photo-image {
        display: none;
    }
    body:not(.zaigai_top) #sub .recomenmendinfo-section .photo-caption {
        text-align: left;
        margin-top: 0;
        display: none;
    }
    #sub .recomenmendinfo-section .photo-section+.link-list {
        margin-top: 0;
    }
    #sub .content-scroll .link-list li {
        margin-bottom: 8px;
    }
    #sub .content-scroll .sp-view-control {
        position: absolute;
        display: block;
        width: calc(100% - 2px);
        background-color: #ffffff;
        bottom: 1px;
        left: 1px;
        text-align: right;
        padding: 2px 10px 5px 10px;
        box-sizing: border-box;
    }
    #sub .content-scroll .photo-box>a {
        margin-bottom: 8px;
    }
    #sub .content-scroll .photo-box>a, #sub .content-scroll .sp-view-control a:hover, #sub .content-scroll .photo-box>a, #sub .content-scroll .sp-view-control a:focus {
        background-color: transparent;
        color: #192a80;
    }
}

/* リードテキスト */

@media screen and (max-width: 767px) {
    .read-text {
        margin: 0 10px;
    }
}

/* 本文ショートカットリンク */

.section-link {
    margin: 20px 0;
}

.section-link>span {
    display: inline-block;
    background: url(../files/000000019.gif) left 0 no-repeat;
    padding: 0 10px 0 18px;
}

.section-link a {}

@media screen and (max-width: 767px) {
    .section-link {
        margin: 20px 10px;
    }
}

/* 本文 */

.main-section {
    margin: 30px 0 30px 0;
}

.main-section .section-block {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
}
/*
.main-section h2.title2 {
    background: linear-gradient(to bottom, #ffffff, #f0f0f0 30%, #dbdbdb);
    border: 1px solid #bfbfbf;
    padding: 0 0 0 5px;
    font-size: 100%;
    margin: 0 0 20px 0;
}

.main-section h2.title2 span {
    display: block;
    padding: 9px 10px 8px 10px;
    border-left: 5px solid #6b6bcf;
}
*/
.main-section h3.title3 {
    border-bottom: 1px solid #bfbfbf;
    margin: 0 0 20px 6px;
    padding: 0;
    font-size: 100%;
}

.main-section h3.title3 span {
    border-left: 5px solid #6b6bcf;
    display: block;
    padding: 5px 10px 5px 10px;
}

.main-section h4.title4 {
    clear: both;
    margin: 0 0 20px 22px;
    padding: 0;
    font-size: 100%;
}

.main-section .text_area {
    margin-top: 20px;
}

.main-section .text {
    margin-bottom: 20px;
    padding: 10px;
}

.main-section .section-block.image-section-bottom .photo-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.main-section .section-block.image-section-right .photo-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.main-section .section-block.image-section-top, .main-section .section-block.image-section-bottom, .main-section .section-block.image-section-left, .main-section .section-block.image-section-right {
    flex-direction: column;
}

/*TB*/

@media print, screen and (min-width: 768px) {
    .main-section .section-block.image-section-top, .main-section .section-block.image-section-bottom {
        flex-direction: column;
    }
    .main-section .section-block.image-section-left, .main-section .section-block.image-section-right {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-section .section-block.image-section-left .photo-section {
        margin-right: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .main-section .section-block.image-section-right .photo-section {
        margin-left: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .main-section .section-block.image-section-left .photo-section+.text, .main-section .section-block.image-section-right .photo-section+.text {
        flex: 1;
    }
    .main-section .image-section-left .text, .main-section .image-section-right .text {
        padding-top: 0;
    }
}

.main-section .text p {
    margin: 0;
}

.main-section .title3+.text {
    padding-right: 0;
}

.main-section .sectiontop-link {
    text-align: right;
}

#social-btn-fb {
    border: none;
    overflow: hidden;
    width: 115px;
    height: 21px;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    .main-section .text_area {
        padding-left: 25px;
    }
}

/* SP */

@media screen and (max-width: 767px) {
    #main h1.title1 {
        background: #222268;
    }
    .main-section {
        padding: 0 10px;
    }
    .main-section h2.title2 {
        background: #fff;
        margin-bottom: 10px;
    }
    .main-section .text_area {
        padding: 0;
        margin-top: 10px;
    }
}

/* ニュース リンク一覧 */

ul.linklist_date {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.linklist_date li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
}

ul.linklist_date li .date {
    font-weight: bold;
    width: 10em;
    margin: 0 0 5px;
}

ul.linklist_date li .linktext {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

ul.linklist_date li .linktext:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../files/000019664.gif) left top no-repeat;
}

ul.linklist {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

ul.linklist li {
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    background: url(../files/000019664.gif) left 0.3em no-repeat;
    list-style: none;
    zoom: 1;
}

ul.linklist li.firstItemIndent {
    background: none;
}

ul.linklist li img.icon {
    margin: 0 5px;
    vertical-align: middle;
}

ul.linklist li span.explain {
    display: block;
}

ul.linklist li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

/* SP */

@media screen and (max-width: 767px) {
    ul.linklist_date li {
        display: block;
        border-bottom: 1px solid #7f7f7f;
        margin: 0;
    }
    ul.linklist_date li .linktext {
        padding: 10px 25px 10px 15px;
        position: relative;
    }
    ul.linklist_date li .linktext:after {
        width: 15px;
        height: 15px;
        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: 9px;
        margin-top: -8px;
    }
    ul.linklist_date li .linktext:before {
        top: 12px;
    }
    ul.linklist_date li .date {
        background: #c0f8ff;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

/* トピックスセクション */

.topic-section h2.title2 {
    font-size: 1em;
    padding: 0 0 0 13px;
    color: #a5171c;
    background: url(../files/000019664.gif) left 1px no-repeat;
    border: none;
}

/* アーカイブテーブル */

/*TB*/

@media screen and (max-width: 767px) {
    .archives-wrapper {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
    }
    .archives-header {
        display: none;
    }
    .archives-body .cell {
        display: block;
        padding: 8px;
    }
    .archives-body .cell:first-of-type {
        background-color: #ddd;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
    }
    .archives-body .cell:last-of-type {
        border: 1px solid #999;
        margin-bottom: 10px;
    }
}

/*TB*/

@media print, screen and (min-width: 768px) {
    .archives-wrapper {
        width: 95%;
        margin: 0 auto 15px;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-collapse: collapse;
    }
    .archives-header {
        background-color: #ddd;
    }
    .archives-body {}
    .archives-row {}
    .archives-header .cell, .archives-body .cell {
        padding: 8px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
    }
    .archives-header .cell {
        font-weight: bold;
        text-align: center;
    }
}

/* 関連リンク */

.relatedlink-section {
    margin: 5px 0 30px;
}

.relatedlink-section h2.title2 {
    border: none;
    padding: 0px 0px;
    margin: 10px 0px;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}

.relatedlink-section .link-list {
    margin-left: 15px;
}

.relatedlink-section .link-list+.relatedlink-list {
    margin-top: -5px;
    padding-left: 18px;
    margin-left: 15px;
}

/* SP */

@media screen and (max-width: 767px) {
    .relatedlink-section {
        padding: 0 10px;
    }
    .relatedlink-section .link-list {
        margin-left: 0;
    }
}

/* フッター情報*/

.bottom-section {
    margin-bottom: 30px;
}

/* 主管課等 */

.divisions-section {
    margin: 5px 0;
}

.divisions-section .link-list {
    margin-left: 15px;
}

/* acrobat */

.acrobat p:after {
    content: '';
    clear: both;
    display: block;
}

.acrobat p a {
    float: left;
    margin-right: 5px;
}

.acrobat p a:hover {
    outline: solid 2px #192a80;
}

.acrobat p a:focus {
    outline: solid 2px #192a80;
}

html[lang="en"] .acrobat p {
    text-align: center;
}

html[lang="en"] .acrobat p a {
    float: none;
    margin-right: 0;
}

html[lang="en"] .acrobat p a img {
    margin-right: 5px;
    vertical-align: middle;
}

html[lang="en"] .acrobat p a:hover {
    outline: none;
}

html[lang="en"] .acrobat p a:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

#page-linklist .banner-section, #page-single .banner-section {
    display: none;
}

.banner-section .any-area {
    padding: 1em;
}

/* PC */

@media print, screen and (min-width: 1025px) {
    #page-linklist .banner-section, #page-single .banner-section {
        display: block;
    }
}

/* ============================================================ *\
    $sub
\* ============================================================ */

html[lang="en"] div#sub {
    font-size: .933em;
    line-height: 1.3;
}

div#sub ul:first-child {
    margin-top: 0;
}

#sub .section>h2.title2 {
    background: linear-gradient(to bottom, #ffffff, #f0f0f0 30%, #dbdbdb);
    border: 1px solid #bfbfbf;
    padding: 0 0 0 5px;
    font-size: 100%;
}

#sub .section h2.title2>span {
    display: block;
    padding: 9px 10px 8px 10px;
    border-left: 5px solid #6b6bcf;
    line-height: 1.6;
}

/* h2 */

@media print, screen and (min-width: 768px) {}

#sub .section .subbody {
    margin: 0;
    padding: 10px 10px 20px 10px;
    border: 1px solid #bfbfbf;
    border-top: none;
}

/* $social media */

ul#socialmedia {
    margin-top: 5px;
    padding: 4px 0 3px 4px;
    width: 219px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

ul#socialmedia li {
    float: left;
    width: 70px;
    margin-right: 3px;
}

ul#socialmedia li:first-child {
    margin-left: 0;
}

ul#socialmedia li a img {
    vertical-align: middle;
}

ul#socialmedia li.link-arrow {
    position: relative;
    clear: both;
    float: none;
    margin-left: -4px;
    width: 223px;
    text-align: center;
}

ul#socialmedia li.link-arrow a {
    margin-top: 5px;
    background-image: url(../files/000061751.png);
    font-size: 1.0714em;
}

div#main ul.link-arrow p {
    margin-top: .3em!important;
    padding-left: 10px;
}

/* advertising */

dl#ad {
    margin-top: 10px;
}

dl#ad dt {
    padding: 4px 9px 0;
    border-top: 2px solid #1756bd;
    border-right: 1px solid #1756bd;
    border-left: 1px solid #1756bd;
    background-color: #f0f0f0;
    font-size: 1.1428em;
    font-weight: bold;
}

dl#ad dd {
    margin-top: 5px;
}

/* mobile */

div#mobile {
    position: relative;
    padding-left: 70px;
    min-height: 60px;
    height: auto;
    font-size: .6428em;
    word-break: break-all;
}

div#mobile a {
    margin-bottom: 4px;
    font-size: 1.4444em;
    word-break: normal;
}

html[lang="en"] div#mobile a {
    font-size: 1.2222em;
    line-height: 1.5;
}

div#mobile img {
    position: absolute;
    top: 0;
    left: 0;
}

.bottom-text .acrobat p {
    padding-left: 170px;
    vertical-align: top;
}

.bottom-text .acrobat p a {
    display: inline-block;
    margin-left: -170px;
    margin-right: 10px;
    vertical-align: top;
}

/*SP*/

@media screen and (max-width: 767px) {
    #sub .section>h2.title2 {
        background: #fff;
    }
}

/* ============================================================ *\
    $footer
\* ============================================================ */

/* ============================================================ *\
    $ローカルメニュー
\* ============================================================ */

#local-menu {
    margin-bottom: 20px;
}

#local-menu ul li {
    border: 1px solid #bfbfbf;
    background-color: #f0f0f0;
    margin-bottom: 2px;
}

#local-menu ul li a {
    list-style-type: none;
    padding: 6px 7px 6px 20px;
    display: block;
    text-decoration: none;
    position: relative;
}

#local-menu ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: url(../files/000019664.gif) no-repeat left top;
}

#local-menu ul li a:hover, #local-menu ul li a:focus {
    color: #fff;
    background-color: #192a80;
}

@media print, screen and (min-width: 768px) {
    #local-menu {
        display: block!important;
    }
}

@media screen and (max-width: 767px) {
    #local-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }
    #local-menu ul li {
        border-top: none;
        margin-bottom: 0;
    }
    #main h1.title1 {
        padding: 0 5px;
    }
    #main h1.title1 span.sp-local {
        position: relative;
    }
    #main h1.title1 span.sp-local:after {
        position: absolute;
        display: block;
        content: '';
        top: calc(50% - 8px);
        right: 9px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
    }
    #main h1.title1 span.sp-local:before {
        position: absolute;
        display: block;
        content: '';
        top: calc(50% - 15px);
        right: 0px;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 30px;
    }
    #main h1.title1.clicked span.sp-local:after {
        top: calc(50% - 4px);
        right: 9px;
        transform: rotate(225deg);
    }
}

/* ============================================================ *\
    $bottom-section
\* ============================================================ */

.bottomtext-section {
    margin: 0 auto;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* SP */

@media screen and (max-width: 767px) {
    .bottom-section, .bottomtext-section {
        padding: 0 10px;
    }
}

@media print, screen and (min-width: 768px) {
    .bottomtext-section {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .pc-only {
        display: none;
    }
}

/* ============================================================ *\
    $supplement
\* ============================================================ */

/* SP */

@media screen and (max-width: 767px) {
    aside.supplement-section {
        padding: 0 10px;
    }
}

@media print, screen and (min-width: 1025px) {
    aside.supplement-section {
        padding-left: 25px;
    }
}


/* ============================================================ *\
    $float  2020301
\* ============================================================ */
#main .main-section .section-block.image-section-right,
#main .main-section .section-block.image-section-left {
    display: block;
}
#main .main-section .section-block.image-section-right .photo-section {
    float: right;
	text-align: center;
}
#main .main-section .section-block.image-section-left .photo-section {
    float: left;
	text-align: center;
}
#main .main-section .section-block.image-section-right:after,
#main .main-section .section-block.image-section-left:after {
	content: "";
	display: block;
	clear: both;
}

/* SP(<767px)タブレットは含まない */
@media screen and (max-width: 767px) {
/* 回り込みをリセット */
	#main .main-section .section-block.image-section-right .photo-section,
	#main .main-section .section-block.image-section-left .photo-section	{
		float: none !important;
		margin: 0 auto 10px auto !important;
		display:block;
		width: 100% !important;
	}
	#main .main-section .section-block.image-section-right .photo-section img,
	#main .main-section .section-block.image-section-left .photo-section img	{
		text-align: center;
		margin: auto;
		display: block;
	}
}


/* ============================================================ *\
    $Overwrite 2020311
\* ============================================================ */

/*テキストの折り返し制御*/
body { word-wrap: break-word; }

/*左側の戻るボタン*/
.footer_page_link .pagemove {
    margin: 5px 20px 1em 0px !important;
}

/*ヘッダー在外名リンクカラー*/
#header #header-left .emb-name a:visited:hover {
    color: #000066;
}

/* [important]リンクカラー */
#main .main-section .text .any-area a:hover,
#main .main-section .text .any-area a:focus {
	color: #fff !important;
	background-color: #192A7F !important;
}
/* [important]H2タグリンクカラー */
#main .main-section .text .any-area h2 a:hover,
#main .main-section .text .any-area h2 a:focus {
	display:inline-block;
	color: #192A7F !important;
	background-color: transparent !important;
}

/*フランス語時のカスタム検索ボタン*/
html[lang="fr"] #cse-search-box #searchbutton {width: auto;}

#contents #main .main-section { line-height: 1.6; }

/*clearfix 回り込み解除*/
#main .main-section .clearfix::after,
#main .main-section .any-area::after { content: ""; display: block; clear: both;}

/*アンカーテキストかつspanタグで文字色装飾されているリンクのマウスオーバー時*/
#contents a>span[class*="aly_tx_f"]:hover {color:#fff;}

/* flexの子要素にサイズ指定がない場合*/
#main .main-section .section-block {flex-wrap: wrap;}
/* flexの子要素を100%にする*/
#main .main-section .section-block .photo-section {width:350px;}
#main .main-section .section-block > * {width:100%;box-sizing: border-box;}

/* photo-sectionブロック初期設定 */
#main .rightalign+.photo-section,
#main .main-section .section-block.image-section-top .photo-section,
#main .main-section .section-block.image-section-bottom .photo-section {
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#main .rightalign+.photo-section .photo-box .photo-caption,
#main .rightalign+.photo-section .photo-box .photo-copy,
#main .main-section .section-block .photo-section .photo-box .photo-caption,
#main .main-section .section-block .photo-section .photo-box .photo-copy {
    max-width: 350px;
    margin: 5px auto 0 auto;
}
#main .rightalign+.photo-section .photo-box img,
#main .main-section .section-block .photo-section .photo-box img {
	width: 100%;
}

/* 複数画像を横並びにする場合：Top /Bottom */
#main .rightalign+.photo-section .photo-box,
#main .main-section .section-block.image-section-top .photo-section .photo-box,
#main .main-section .section-block.image-section-bottom .photo-section .photo-box {
	text-align: center;
	padding: 0 10px;
	max-width: 350px;
	width: 31%;
}

/* 直書きh2の背景色をグラデに*/
#main .main-section  h2:not(.title2){
	background: linear-gradient(to bottom, #ffffff, #f0f0f0 30%,#dbdbdb);
	border: 1px solid #bfbfbf;
	padding: 0 0 0 5px;
	font-size: 100%;
	margin: 0 0 20px 0;
}
/* h tag*/
#main .main-section h4.title4 { margin: 0 0 20px 10px; }
#main .main-section .any-area h3:not([class*="title"]) {
	margin: 20px 0px 20px 6px;
	display: block;
	padding: 5px 10px 0px 0px;
	box-sizing: border-box;
}
#main .main-section .any-area h3:not([class*="title"]) span {  border: none; padding: 5px 10px 5px 10px; border-left: 5px solid #6b6bcf; }
#main .main-section .any-area h1:not([class*="title"]) { margin-bottom: 30px; padding: 3px 5px; }

/*リスト*/
#main .main-section .text ul,
#main .main-section .text ol {
	list-style-position: inside;
	margin: 0 0 20px 20px;
	padding: 0;
	line-height: 1.6;
}
#main .main-section .text ul { list-style-type: disc; }
#main .main-section .text ol {list-style-type: decimal; }
#main .main-section .text ul ul,
#main .main-section .text ol ul  { list-style-type: circle; }
#main .main-section .text ul ul ul,
#main .main-section .text ul ul ol { list-style-type: square; }

/*リスト 矢印のアイコンの文字のかぶり解除*/
#main .main-section .text ul.linklist li { padding: 0 0 0 20px; }

/* float*/
#main .main-section .any-area .image_right { float: right; padding: 0 0 10px 20px; }
#main .main-section .any-area .caption { display: block; }

/*外交政策ページ 下部画像リサイズ*/
#main .main-section.section+.bottomtext-section.free_area table[bgcolor="lightsteelblue"] tr td img,
#main .main-section.section+.bottomtext-section.free_area table[bgcolor="white"] tr td img {
	height: 30px !important; /*width: auto !important;*/ margin: 2px;
}

/*linklist_dateの矢印アイコン調整*/
@media print, screen and (min-width: 769px) {
    ul.linklist_date li .linktext:before { background:none !important; }
}
@media print, screen and (max-width: 768px) {
    ul.linklist_date li .linktext { background:none !important; }
}

/*IE11の下部の余白*/
#main .main-section .text {
    min-height: 0%;
}

/*リストの折り返しにインデントをつけたい*/
ul.listIndent li,ol.listIndent li {
	text-indent: -20px;
	padding-left: 20px;
}
/* ブロック要素をインデントしたい */
#main .main-section .text .blockIndet {margin-left: 1em;}

/*tableを中央寄せにする*/
#main .main-section table.tableCenter {
	margin-left: auto;
	margin-right: auto;
}

/*tableにボーダーをつける 1px -----------------------*/
/* 隣接するセルのボーダーを重ねて表示 */
#main .main-section table.tableBorderCol_1px {
    border-collapse: collapse;
    border: 1px solid #000;
}
#main .main-section table.tableBorderCol_1px th,
#main .main-section table.tableBorderCol_1px td {
    border: 1px solid #000;
}
/* 隣接するセルのボーダーを間隔をあけて表示 */
#main .main-section table.tableBorderSep_1px {
    border-collapse: separate;
    border: 1px solid #000;
}
#main .main-section table.tableBorderSep_1px th,
#main .main-section table.tableBorderSep_1px td {
    border: 1px solid #000;
}

/*tableにボーダーをつける 2px -----------------------*/
/* 隣接するセルのボーダーを重ねて表示 */
#main .main-section table.tableBorderCol_2px {
    border-collapse: collapse;
    border: 2px solid #000;
}
#main .main-section table.tableBorderCol_2px th,
#main .main-section table.tableBorderCol_2px td {
    border: 2px solid #000;
}
/* 隣接するセルのボーダーを間隔をあけて表示 */
#main .main-section table.tableBorderSep_2px {
    border-collapse: separate;
    border: 2px solid #000;
}
#main .main-section table.tableBorderSep_2px th,
#main .main-section table.tableBorderSep_2px td {
    border: 2px solid #000;
}

/* コンテンツの途中に同デザインのTOPへ戻るボタン */
#main .main-section .toTopBtn {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: right;
    max-width: 1366px;
}
#main .main-section .toTopBtn .pagetop {
    margin: 5px 0 1em;
    padding: 0;
    line-height: normal;
    background-image: none;
}
#main .main-section .toTopBtn .pagetop a {
    padding: 1px 0 1px 17px;
    line-height: 2;
    position: relative;
    display: inline-block;
}
#main .main-section .toTopBtn .pagetop a:after {
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
}
#main .main-section .toTopBtn .pagetop a:before {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 15px;
}
#main .main-section .toTopBtn a:hover,
#main .main-section .toTopBtn a:active,
#main .main-section .toTopBtn a:visited:hover,
#main .main-section .toTopBtn a:visited:active {
    color: #000066;
    background-color: #fff;
}

/*おすすめ情報インデント*/
#main+#sub .link-list li {margin-bottom: 10px;padding-left: 20px;}
#main+#sub .link-list li.noarrow:after {
    background: url(../files/000019664.gif) no-repeat left top;
}
/*コンテンツ内link-listインデント*/
#main .main-section .link-list li {margin-bottom: 10px;padding-left: 20px;}
#main .main-section .link-list li.noarrow:after {
    background: url(../files/000019664.gif) no-repeat left top;
}


/*タブレット以上のデバイス*/
@media print, screen and (min-width: 769px) {
/* 日付の幅（日本語以外）*/
	#main .main-section ul.linklist_date li .date:not(:lang(ja)) { width: 11em; }
}

/*タブレット以下のデバイス*/
@media print, screen and (max-width: 768px) {
	#main .main-section .section-block .photo-section {width:320px;margin: auto;}
	#main .main-section .section-block.image-section-left .photo-section .photo-box,
	#main .main-section .section-block.image-section-right .photo-section .photo-box {
		max-width: 320px;
	}
	#main .main-section table th,
	#main .main-section table td { padding: 5px; }
	#main .main-section div,#main .main-section p,
	#main .main-section table,#main .main-section th,#main .main-section td,
	#main .main-section ul,#main .main-section ol,#main .main-section li,
	#main .main-section dl,#main .main-section dt,#main .main-section dd {box-sizing: border-box;}
	#main .main-section .any-area table,
	#main .free_area .any-area table {
		max-width: 100%;
		width: initial !important;
		height: auto !important;
		margin-right: auto;
		margin-left: auto;
	}

/* 直書きh2の背景色を白に*/
	#main .main-section  h2:not(.title2){ background: #ffffff; }

/* 動画のiframeをリセット */
	iframe[src*="youtube"] { width: 100%; height: 100%; }
	iframe[src*="facebook"] { width: 100%; height: 100%; }

/* 画像が右の時カラムを逆に（写真エリアを上に） */
	#main .main-section .section-block.image-section-right {  flex-direction: column-reverse; }

/* 強制的に100%表示したい要素にclassを指定する */
	#main .main-section table.w100Set,#main .main-section table td.w100Set,
	#main .main-section div.w100Set,#main .main-section p.w100Set,
	#main .main-section ul.w100Set,#main .main-section ol.w100Set,
	#main .main-section ul li.w100Set,#main .main-section ol li.w100Set { width: 100% !important; }
}/*@media*/

/* SP(<767px)タブレットは含まない */
@media screen and (max-width: 767px) {
/* ★テーブル内の要素を縦並びにする */
	#main .main-section table.tableReset,
	#main .main-section table.tableReset tbody,
	#main .main-section table.tableReset tr,
	#main .main-section table.tableReset th,
	#main .main-section table.tableReset td {
		display: block;
		width: 100% !important;
		height: initial !important;
	}
	#main .main-section table.tableReset td:last-of-type {
		margin-bottom: 10px;
	}
/* ★テーブル内の要素に横スクロールを設定 - 1 */
	#main .main-section table.scrollSet {
		width: 100%;
		height: initial !important;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#main .main-section table.scrollSet thead,
	#main .main-section table.scrollSet tbody { display: table; }
	#main .main-section table.scrollSet td { white-space: normal; }
/* ★div内の要素に横スクロールを設定 - 2 */
	#main .main-section .scrollSetDiv {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		width: 100% !important;
	}
	#main .main-section .scrollSetDiv table thead,
	#main .main-section .scrollSetDiv table tbody { display: table; }
	#main .main-section .scrollSetDiv table td { white-space: normal; }

/* ★横スクロールのカラー設定 */
	.scrollSet::-webkit-scrollbar,.scrollSetDiv::-webkit-scrollbar{height:5px;}
	.scrollSet::-webkit-scrollbar-track,.scrollSetDiv::-webkit-scrollbar-track{background:#ceceef;}
	.scrollSet::-webkit-scrollbar-thumb,.scrollSetDiv::-webkit-scrollbar-thumb{background:#222268;}

/* 回り込みをリセット */
	#main .main-section .floatReset {
		float: none !important;
		margin: 0 auto 10px auto !important;
		display:block;
		width: 100% !important;
	}
	#main .main-section .floatReset img {
		text-align: center;
		margin: auto;
		display: block;
	}
	#main .main-section .floatReset + * { margin: initial !important; padding: initial !important; }
}
/* photo-section style Set */
@media print, screen and (max-width: 1023px) {
}
@media print, screen and (max-width: 768px) {
	#main .rightalign+.photo-section .photo-box,
	#main .main-section .section-block.image-section-top .photo-section .photo-box,
	#main .main-section .section-block.image-section-bottom .photo-section .photo-box {
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	#main .rightalign+.photo-section {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#main .rightalign+.photo-section,
	#main .main-section .section-block.image-section-top .photo-section,
	#main .main-section .section-block.image-section-bottom .photo-section {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .rightalign+.photo-section .photo-box,
	#main .main-section .section-block.image-section-top .photo-section .photo-box,
	#main .main-section .section-block.image-section-bottom .photo-section .photo-box {
		width: 100%;
		margin: 0 0 12px 0;
		box-sizing: unset;
		padding: 0;
	}
}
@media screen and (max-width: 720px) {
    #main .rightalign+.photo-section,
    #main .main-section .section-block.image-section-top .photo-section,
    #main .main-section .section-block.image-section-bottom .photo-section {
        justify-content: center;
    }
}
/* SP(<320) */
@media screen and (max-width: 320px) {
	#main .main-section .section-block .photo-section {width:280px;}
/* 複数画像を横並びにする場合：Top /Bottom */
	#main .main-section .section-block.image-section-top .photo-section,
	#main .main-section .section-block.image-section-bottom .photo-section {
		min-width: 300px;
	}
}

/*印刷用  ---------------------*/
@media print {
	body {
		display: block;
		-webkit-print-color-adjust: exact;
	}
/*
	#header, html[lang="en"] #header {
		display: block;
		flex-wrap: unset;
	}
*/

/* all */
	#contents {
        width: 1000px;
	}
	.zaigai_top #contents-body {
		display: block !important;
	}
	#contents-body:after {
		content: "";
		clear: both;
		display: block;
	}
/* left */
	div#contents-main {
		float: left;
		width: 75% !important;
		overflow: visible;
	}
	div#contents-main:after {content: "";clear: both;display: block;}
	div#contents-main #top-menu {
		height: auto !important;
		width: 200px;
		min-width: 200px;
	}
	div#contents-main #top-menu.is-hide {
		width: 200px;
		min-width: 200px;
	}
	div#top-menu+div#main {
		margin: 0 0 0 -210px !important;
		padding: 0px 0 0 210px !important;
	}

	#console {/* slide */
		display: block;
		flex-wrap: unset;
		overflow: visible;
	}
	.menu-section {
	   display: block;
	   overflow: visible;
	}
	.menu-wrapper {
		display: block;
		justify-content: unset;
		flex-wrap: unset;
		overflow: visible;
	}
	.menu-wrapper.pickup-group-last .column-two {
		display: inline-block !important;
		vertical-align: top;
		overflow: visible;
	}

/* right */
	.zaigai_top div#sub {
		float: right;
		margin: 0;
	}

/*SNS FB iframe*/
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe,
	.zaigai_top iframe[src*="facebook"] {
		width: 100% !important;
		height: 400px;
	}


/*フォトトピ 3カラムの場合*/
	#top-menu + #main .top-section img {
		width: 100%;
		max-width: 487px !important;
		margin-left: -0px;
	}
	#top-menu + #main #image-slide div a>span, #image-slide div>span>span {
		 max-width: 487px !important;
		 padding: 10px 22px 10px 10px;
	}

/*汎用*/
	div#contents-body {
		display: -webkit-box !important;
		display: -moz-box  !important;
		display: -ms-flexbox  !important;
		display: box !important;
	}
	div#main {
		-webkit-box-flex: 1;
		box-flex: 1;
		width: 100%;
	}
    div#sub {
        /* float: right; */
    }

	/* TOP避難 */
	.zaigai_top div#main {
		width: 100% !important;
	}

	/* 上書き */
	#main .main-section .any-area table, #main .free_area .any-area table {
		margin-right: 0;margin-left: 0;
	}

}

/*アクセシビリティ対応  ---------------------*/
#header #logo-mofa a {
	display : block;
	background : transparent !important;
}

@media screen and (max-width: 1025px) {
/*ハンバーガーメニュー  ---------------------*/
	#navi-global.show-global {
		font-size: 162%;
	}
	#navi-global ul>li#globalclose {
		margin-bottom: 30px;
	}
	#navi-global ul>li#globalclose button.innerCloseBtn {
		border: 1px solid #fff;
	}
}
