/* =========================================================
    共通
   ========================================================= */
.page-link-target {
  margin-top:-100px;
  padding-top: 100px;
}

.fontb {
  font-weight: bold!important;
}

.mb0em {
  margin-bottom: 0!important;
}

.mb05em {
  margin-bottom: 0.5em!important;
}

.mb1em {
  margin-bottom: 1em!important;
}

.mb2em {
  margin-bottom: 2em!important;
}

.mb3em {
  margin-bottom: 3em!important;
}
.mb4em {
  margin-bottom: 4em!important;
}

.mb5em {
  margin-bottom: 5em!important;
}

.mb10px {
  margin-bottom: 10px!important;
}
.mb20px {
  margin-bottom: 20px!important;
}
.mb30px {
  margin-bottom: 30px!important;
}
.mb40px {
  margin-bottom: 40px!important;
}
.mb50px {
  margin-bottom: 50px!important;
}

.tar {
  text-align: right!important;
}

.tac {
  text-align: center!important;
}

.tal {
  text-align: left!important;
}

.wb {
  word-break: break-all;
}

@media screen and (max-width:1500px) and (min-width:1200px){
 .mb10px {
    margin-bottom: 0.66vw!important;
  }
  .mb20px {
    margin-bottom: 1.33vw!important;
  }
  .mb30px {
    margin-bottom: 2.00vw!important;
  }
  .mb40px {
    margin-bottom: 2.66vw!important;
  }
  .mb50px {
    margin-bottom: 3.33vw!important;
  }
}

@media screen and (max-width:1199px) and (min-width:768px){
  .mb10px {
    margin-bottom: 8px!important;
  }
  .mb20px {
    margin-bottom: 16px!important;
  }
  .mb30px {
    margin-bottom: 24px!important;
  }
  .mb40px {
    margin-bottom: 32px!important;
  }
  .mb50px {
    margin-bottom: 40px!important;
  }
}

@media screen and (max-width:767px) { 
  .page-link-target {
    margin-top:-57px;
    padding-top: 57px;
  }
  .mb10px {
    margin-bottom: 2vw!important;
  }
  .mb20px {
    margin-bottom: 4vw!important;
  }
  .mb30px {
    margin-bottom: 6vw!important;
  }
  .mb40px {
    margin-bottom: 8vw!important;
  }
  .mb50px {
    margin-bottom: 10vw!important;
  }
}

/* =========================================================
    構造（2カラム）
   ========================================================= */

.wrapper-column {
    display: flex;
}

.wrapper-column .main {
    width: 80vw;
    padding-top: 50px;
  min-width: 960px;
}

.wrapper-column .main.no-contents {
  padding-top: 0;
}

.wrapper-column .main.no-contents {
  padding-top: 0;
}

.wrapper-column .main.no-contents .content-area {
  padding: 0;
}

.wrapper-column .sub {
  width: 20vw;
  background-color: #f5f7fb;
  min-width: 240px;
}

.wrapper-column .main-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 100px 0 140px;
    float: right;
}

.wrapper-column .sub-inner {
    width: 100%;
    padding: 50px 80px  0 40px;
}

.wrapper-column .content-area {
  padding-bottom: 70px;
}

.main .content-area section {
  margin-top: -10px;
  padding-top: 10px;
}

@media screen and (max-width:1500px) and (min-width:1200px){
  .wrapper-column {
    display: flex;
  }

  .wrapper-column .main {
      padding-top: 3.33vw;
  }
  
  .wrapper-column .main.no-contents {
    padding-top: 0;
  }

  .wrapper-column .main-inner {
      padding: 0 6.66vw 0 9.33vw;
  }

  .wrapper-column .sub-inner {
      padding: 3.33vw 5.33vw  0 2.66vw;
  }

  .wrapper-column .content-area {
    padding-bottom: 4.66vw;
  }
  
}

@media screen and (max-width:1199px) and (min-width:768px){

  .wrapper-column {
    width:auto;   
}

  .wrapper-column .main {
      width: 80vw;
      padding-top: 40px;
  }
  
  .wrapper-column .main.no-contents {
    padding-top: 0;
  }

  .wrapper-column .sub {
      width: 20vw;
  }

  .wrapper-column .main-inner {
      width: 100%;
      max-width: 1200px;
      padding: 0 80px 0 112px;
  }

  .wrapper-column .sub-inner {
      padding: 40px 64px  0 32px;
  }

  .wrapper-column .content-area {
    padding-bottom: 56px;
  }
}

@media screen and (max-width:767px) {  
  .wrapper-column {
    display: flex;
    flex-wrap: wrap;   
  }

  .wrapper-column .main {
    width: 100%;
    padding-top: 40px;
    min-width: 0;
  }
  
  .wrapper-column .main.no-contents {
    padding-top: 0;
  }

  .wrapper-column .sub {
    display: none;
  }

  .wrapper-column .main-inner {
      min-width: 0;
      width:100%;
      padding:0 5.33vw;
      float: none;
  }

/*  .wrapper-column .sub-inner {
      width: 100%;
      padding: 50px 80px  0 40px;
  }*/

  .wrapper-column .content-area {
    padding-bottom: 13.3vw;
  }

  .main .content-area section {
    margin-top: -57px;
    padding-top: 57px;
  }

}

/* =========================================================
    基本パーツ
   ========================================================= */
/* 4階層目ページのタイトル */
.page-title {
    font-size: 4.5rem;
    margin-bottom: 30px;
  font-weight: lighter;
}

/* ページ内リンク（目次） */
.page-link {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.page-link li {
  width: calc((100% - 3px) / 4);
  text-align: left;
  background-color: #f5f7fb;
  background-image: url("/english/common_v4/img/icon_common_pagelink.png");
  background-size: 29px auto;
  background-position: left bottom;
  background-repeat: no-repeat;   
  margin-bottom: 1px;
}

.page-link li.space {
  height: 0!important;
  padding: 0;
  background-image: none;
}

.page-link a {
    color: #2e2e2e;
    width: 100%;
    height: 100%;
    padding: 25px;
    font-size: 1.6rem;
    display:inline-block;
    vertical-align: middle;
}

/* 通常のテキスト */
.txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-weight: normal;
    line-height: 1.5em;
}

.italic {
  font-style: italic;
}

/* 通常リンク */
.main .content-area section a {
  color: #e40b20;
  text-decoration: underline;
}

.main .content-area a:hover {
  text-decoration: none;
}

/* H1見出し */
h1.title {
    font-size: 4.5rem;
    font-weight: bold;
    position: relative;
    margin: calc(100px + 40px) 0 50px;
}

h1.title:before {
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    background-color: #dce1e8;
    left:0;
    top: -40px;
}

h1.title:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 100px;
    background-color: #e40b20;
    left:0;
    top: -40px;
}

/* H2見出し */
h2.title {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* H3見出し */
h3.title {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

/* H4見出し */
h4.title {
    font-size: 1.6rem;
    color: #0066ab;
    font-weight: normal;
    margin-bottom: 20px;
}

/* テーブル01 */
.table-base01 {
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
    border-collapse: collapse;
    text-align: left;
}

.table-base01 {
    margin-bottom: 35px;
}

.table-base01 th {
  /*padding: 2em 50px 2em 70px;*/
  padding: 2em;
  font-weight: normal;
  border-bottom: 1px solid #bfc6d0;
  border-right: 1px solid #bfc6d0;
  background-color: #f5f7fb;
  vertical-align: middle;
}

.table-base01 th.th2 {
  background-color: #e9ecf3;
}

.table-base01 td {
    /*padding: 2em 50px 2em 70px;*/
    padding: 2em;
    font-weight: normal;
    border-top: 1px solid #bfc6d0;
    border-bottom: 1px solid #bfc6d0;
}

.table-base01 thead {
    background-color: #f5f7fb;
}

.table-base01 thead tr > * {
  border-top: none;
  border-right: 1px solid #bfc6d0;
}

.table-base01 thead tr > *:last-child {
  border-right: none;
}

/* テーブル下の注釈 */
table caption {
    caption-side: bottom;
    margin-top: 30px;
    font-size: 1.4rem;
    color: #999999;
}

table caption .notes{
    width:800px;
    float:right;
    text-align: left;
    display:block;
}

table caption .notes-title {
    float:left;
    text-align: left;
}

table caption .notes-txt {
    float:right;
    width: 705px;
}

table caption .notes-txt ul {
    list-style-position: inside;
    text-indent: -1em;
}

table caption .notes-txt > ul > li{
    list-style-type: decimal;
    margin-bottom: 20px;
}

table caption .notes-txt > ul > li:last-child {
    margin-bottom: 0;
}

/* 画像 */
figure.bg-gray {
  background-color: #f5f7fb;
}

figure.bg-gray img {
  padding: 5%;
}

figure.bg-gray figcaption {
  background-color: #fff;
}

figure.border img{
  border: 5px solid #f5f7fb;
  padding: 5%;
}

figure.base-img {
  text-align: center;
  margin-bottom: 40px;
}

figure.base-img img {
  width: 100%;
}

figure.base-img figcaption{
  padding-top: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  color: #999999;
  text-align: left;
}

/* 画像・ボックスのサイズ、位置 */
.size-s{
  width: 460px;
}

.size-m {
  width: 680px;
}

.size-l {
  width: 960px;
}

.size-s.center {
  margin-right: auto;
  margin-left: auto;
}

.size-s.right {
  float: right;
}

.size-m.center {
  margin-right: auto;
  margin-left: auto;
}

.size-m.right {
  float: right;
}

figure.size-s.bg-gray,
figure.size-s.border {
  min-height: 270px;
}

figure.size-m.bg-gray,
figure.size-m.border {
  min-height: 400px;
}

figure.size-l.bg-gray,
figure.size-l.border {
  min-height: 320px;
}

/* 小イメージのリスト */
.small-column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.small-column-list li {
  width: 300px;
  margin-bottom: 40px;
}

.small-column-list figure.bg-gray {
  background-color: #f5f7fb;
}

.small-column-list figure img {
  width: 100%;
  min-height: 160px;
}

.small-column-list .fig-title {
  font-size: 2.2rem; 
  font-weight: bold;
  padding-top: 0.8em;
}

.small-column-list .txt {
  margin-top: 0.8em;
  margin-bottom: 0;
}

/* 罫線 */
hr {
  height: 1px;
  border: none;
  margin-bottom: 70px;
  background-color: #dde1e7;
}

/* ダウンロードブロック */
.link-block{
  width:740px;
  background-color:#f5f7fb;
  margin:0 auto 40px;
  padding:0.8em 0;
  text-align:center;
  font-size: 1.6rem;
}

.link-block a:after {
  display:inline-block;
  background-size:contain;
  margin-left:1.3rem;
  position:relative;
  top:4px;
}

.link-block.pdf a:after{
  content:"";
  background-image:url(/english/common_v4/img/icon_common_download_pdf.png);
  width:14px;
  height:18px;
  background-repeat: no-repeat;
}

.link-block.xls a:after{
  content:"";
  background-image:url(/english/common_v4/img/icon_common_download_xls.png);
  width:14px;
  height:19px;
  background-repeat: no-repeat;
}

.link-block.outbound a:after{
  content:"";
  background-image:url(/english/common_v4/img/icon_common_outbound.png);
  width:13px;
  height:10px;
  top:0;
  background-repeat: no-repeat;
}

.link-block .file-size {
  margin-left: 1em;
}

.link-block-before-txt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.6rem;
}

/* リスト */

ul.disc {
  list-style-position: outside;
   padding-left: 1.5em;
  margin-bottom: 40px;
}

ul.disc li {
  list-style-type:disc;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1em;
}

ul.disc li:last-child {
  margin-bottom: 0;
}

ul.num {
  list-style-type: none;
}

ul.num1 {
  counter-reset: num1;
}

ul.num1 li{
  text-indent: -1em;
  margin-left: 1em;
}

ul.num2 {
  counter-reset: num2;
  padding-left: 2em;
}

ul.num2 li{
  text-indent: -2em;
  margin-left: 2em;
}

ul.num3{
  counter-reset: num3;
  padding-left: 2em;
}

ul.num3 li{
  text-indent: -1.5em;
  margin-left: 1.5em;
}

ul.num li {
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: normal;
}

ul.num .list-child-heading {
  margin-bottom: 1em;
  display:inline-block;
  margin-left:1em;
}

ul.num1 .list-child-heading {
  margin-left:1em;
}

ul.num2 .list-child-heading {
  margin-left:2em;
}

ul.num3 .list-child-heading {
  margin-left:1.5em;
}

ul.num li:before {
  margin-right: 0.5em;
}

ul.num1 li:before {
  counter-increment: num1;
  content:counter(num1)'.';
}

ul.num2 li:before {
  counter-increment: num2;
  content:'( 'counter(num2)' )';
}

ul.num3 li:before {
  counter-increment: num3;
  content:counter(num3)' )';
}

/* グレイ背景、枠のボックス */
div.bg-gray {
  margin-bottom: 70px;
  background-color: #ecf0f6;
  padding: 5%; /*padding値は暫定 */
}

div.border {
  border: 5px solid #f5f7fb;
  margin-bottom: 70px;
  padding: 5%; /*padding値は暫定 */
}

/* 横並び配置(FLEX) */

.flexbox {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.flexbox div.txtarea {
  width: 470px;
}

.border .flexbox div.txtarea {
  width: 48%;
}

.flexbox div.imgarea {
  width: 460px;
}

.border .flexbox div.imgarea {
  width: 47%;
}

.flexbox div.linkarea {
  width: 436px;
  padding-top: 10%;
}

.flexbox div.linkarea .link-block {
  width: 100%;
  margin-bottom: 0;
}

/* 注釈の文字フォント */
.notes-font {
  font-size: 1.4rem;
  color: #999;
}

/* 上付き文字 */
.sup {
  vertical-align: super;
  font-size: 0.8em;
  line-height: 1em;
}

/* ボックス内の最後の要素はmargin消す */
div.bg-gray > *:last-child,
div.border > *:last-child,
.flexbox div.txtarea > *:last-child,
.flexbox div.imgarea > *:last-child,
section > *:last-child{
  margin-bottom: 0;
}

@media screen and (max-width:1500px) and (min-width:1200px){
/* 4階層目ページのタイトル */
  .page-title {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  /* ページ内リンク（目次） */
  .page-link li {
    width: calc((100% - 3px) / 4);
    background-size: 1.93vw auto;
    margin-bottom: 1px;
  }

  .page-link a {
    padding: 1.66vw;
    font-size:1.06vw;
  }
  
  /* 通常のテキスト */
  .txt {
    font-size: 1.06vw;
  }
  
  /* H1見出し */
  h1.title {
    font-size: 3.0vw;
    margin: calc(6.66vw + 2.66vw) 0 3.33vw;
  }

  h1.title:before {
    top: -2.66vw;
  }

  h1.title:after {
    height: 0.26vw;
    width: 6.66vw;
    top: -2.66vw;
  }

  /* H2見出し */
  h2.title {
    font-size: 1.79vw;
    margin-bottom: 2vw;
  }

  /* H3見出し */
  h3.title {
    font-size: 1.06vw;
    margin-bottom: 1.33vw;
  }

  /* H4見出し */
  h4.title {
    font-size: 1.06vw;
    margin-bottom: 1.33vw;
  }

  /* テーブル01 */
  .table-base01 {
    font-size: 1.06vw;
  }

  .table-base01 {
    margin-bottom: 2.33vw;
  }
  
  /* テーブル下の注釈 */
  table caption {
    margin-top: 2vw;
    font-size: 0.93vw;
  }

  table caption .notes{
    width:53.33vw;
  }

  table caption .notes-txt {
    width: 47vw;
  }

  table caption .notes-txt > ul > li{
    margin-bottom: 1.33vw;
  }

  /* 画像 */

  figure.border img{
    border: 0.33vw solid #f5f7fb;
  }

  figure.base-img {
    margin-bottom: 2.66vw;
  }

  figure.base-img figcaption{
    padding-top: 1.33vw;
    font-size: 0.93vw;
  }
    
  /* 画像・ボックスのサイズ、位置 */
  .size-s{
    width: 30.66vw;
  }

  .size-m {
    width: 45.33vw;
  }

  .size-l {
    width: 64vw;
  }

  figure.size-s.bg-gray,
  figure.size-s.border {
    min-height: 18.0vw;
  }

  figure.size-m.bg-gray,
  figure.size-m.border {
    min-height: 26.66vw;
  }

  figure.size-l.bg-gray,
  figure.size-l.border {
    min-height: 21.33vw;
  }
  
  
  /* 小イメージのリスト */
  .small-column-list li {
    width: 20vw;
    margin-bottom: 2.66vw;
  }

  .small-column-list figure img {
    min-height: 10.66vw;
  }

  .small-column-list .fig-title {
    font-size: 1.46vw; 
  }

  .small-column-list .txt {
    margin-top: 0.8em;
  }

  /* 罫線 */
  hr {
    margin-bottom: 4.66vw;
  }

  /* ダウンロードブロック */
  .link-block{
    width:49.33vw;
    margin:0 auto 2.66vw;
    font-size: 1.06vw;
  }

  .link-block a:after {
    margin-left:0.86vw;
    top:0.26vw;
  }

  .link-block.pdf a:after{
    width:0.93vw;
    height:1.2vw;
  }

  .link-block.xls a:after{
    width:0.93vw;
    height:1.26vw;
  }

  .link-block.outbound a:after{
    width:0.86vw;
    height:0.66vw;
  }

  /* リスト */
  ul.disc {
    margin-bottom: 2.66vw;
  }

  ul.disc li {
    font-size: 1.06vw;
  }
  
  ul.num li {
    font-size: 1.06vw;
  }
  
  /* グレイ背景、枠のボックス */
  div.bg-gray {
    margin-bottom: 4.66vw;
  }

  div.border {
    border: 0.33vw solid #f5f7fb;
    margin-bottom: 4.66vw;
  }

  /* 横並び配置(FLEX) */
  .flexbox {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.66vw;
  }

  .flexbox div.txtarea {
    width: 31.33vw;
  }

  .flexbox div.imgarea {
    width: 30.66vw;
  }
  
  .flexbox div.linkarea {
    width: 29.06vw;
    padding-top: 10%;
  }

  /* 注釈の文字フォント */
  .notes-font {
    font-size: 0.93vw;
  }

}

@media screen and (max-width:1199px) and (min-width:768px){
  /* 4階層目ページのタイトル */
  .page-title {
      font-size: 3.6rem;
      margin-bottom: 24px;
  }

  /* ページ内リンク（目次） */
  .page-link li {
    background-size: 23px auto;
  }

  .page-link a {
      padding: 20px;
      font-size: 1.28rem;
  }
  
  /* 通常のテキスト */
  .txt {
    font-size: 1.28rem;
  }
  
  
  /* H1見出し */
  h1.title {
    font-size: 3.6rem;
    margin: calc(80px + 32px) 0 40px;
  }

  h1.title:before {
    top: -32px;
  }

  h1.title:after {
    height: 3.2px;
    width: 80px;
    top: -32px;
  }

  /* H2見出し */
  h2.title {
    font-size: 2.16rem;
    margin-bottom: 24px;
  }

  /* H3見出し */
  h3.title {
    font-size: 1.28rem;
    margin-bottom: 16px;
  }

  /* H4見出し */
  h4.title {
    font-size: 1.28rem;
    margin-bottom: 16px;
  }
  
  /* テーブル01 */
  .table-base01 {
    font-size: 1.28rem;
  }

  .table-base01 {
    margin-bottom: 28px;
  }

  /* テーブル下の注釈 */
  table caption {
    margin-top: 24px;
    font-size: 1.12rem;
  }

  table caption .notes{
    width:640px;
  }

  table caption .notes-txt {
    width: 564px;
  }

  table caption .notes-txt ul {
    text-indent: -1em;
  }

  table caption .notes-txt > ul > li{
    margin-bottom: 16px;
  }

  /* 画像 */
  figure.border img{
    border: 4px solid #f5f7fb;
  }

  figure.base-img {
    margin-bottom: 32px;
  }

  figure.base-img figcaption{
    padding-top: 16px;
    font-size: 1.12rem;
  }
  
  /* 画像・ボックスのサイズ、位置 */
  .size-s{
    width: 368px;
  }

  .size-m {
    width: 544px;
  }

  .size-l {
    width: 768px;
  }

  figure.size-s.bg-gray,
  figure.size-s.border {
    min-height: 216px;
  }

  figure.size-m.bg-gray,
  figure.size-m.border {
    min-height: 320px;
  }

  figure.size-l.bg-gray,
  figure.size-l.border {
    min-height: 256px;
  }

  /* 小イメージのリスト */
  .small-column-list li {
    width: 240px;
    margin-bottom: 32px;
  }

  .small-column-list figure img {
    min-height: 128px;
  }

  .small-column-list .fig-title {
    font-size: 1.76rem; 
  }

  /* 罫線 */
  hr {
    margin-bottom: 56px;
  }

  /* ダウンロードブロック */
  .link-block{
    width:592px;
    margin:0 auto 32px;
    font-size: 1.28rem;
  }

  .link-block a:after {
    margin-left:1.04rem;
    top:3.2px;
  }

  .link-block.pdf a:after{
    width:11.2px;
    height:14.4px;
  }

  .link-block.xls a:after{
    width:11.2px;
    height:15.2px;
  }

  .link-block.outbound a:after{
    width:10.4px;
    height:8px;
  }

  /* リスト */
  ul.disc {
    margin-bottom: 32px;
  }

  ul.disc li {
    font-size: 1.28rem;
  }

  ul.num li {
    font-size: 1.28rem;
  }
  
    /* グレイ背景、枠のボックス */
  div.bg-gray {
    margin-bottom: 56px;
  }

  div.border {
    border: 4px solid #f5f7fb;
    margin-bottom: 56px;
  }

  /* 横並び配置(FLEX) */

  .flexbox {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
  }

  .flexbox div.txtarea {
    width: 376px;
  }

  .flexbox div.imgarea {
    width: 368px;
  }
  
  .flexbox div.linkarea {
    width: 348px;
  }

  /* 注釈の文字フォント */
  .notes-font {
    font-size: 1.12rem;
  }

}

@media screen and (max-width:767px) {
  /* 4階層目ページのタイトル */
  .page-title {
      font-size: 6vw;
      margin-bottom: 8vw;
  }

  /* ページ内リンク（目次） */
  /*.page-link {
      display:flex;
      justify-content: space-between;
      flex-wrap: wrap;

  }*/

  .page-link li {
    width: 100%;
    background-size: 8vw auto;
    margin-bottom: 0.66vw;
  }

  .page-link li.space {
    display: none;
  }

  .page-link a {
      padding: 6.66vw;
      font-size: 4.26vw;
      /*display:inline-block;
      vertical-align: middle;*/
  }

  /* 通常のテキスト */
  .txt {
      font-size: 4.26vw;
  }

  /* H1見出し */
  h1.title {
      font-size: 8vw;
      margin: calc(18.66vw + 10.66vw) 0 8vw;
  }

  h1.title:before {
      height: 0.26vw;
      top: -10.66vw;
  }

  h1.title:after {
      height: 1.06vw;
      width: 26.93vw;
      top: -10.66vw;
  }

  /* H2見出し */
  h2.title {
      font-size: 7.06vw;
      margin-bottom: 3.33vw;
  }

  /* H3見出し */
  h3.title {
      font-size: 4.26vw;
      margin-bottom: 3.33vw;
  }

  /* H4見出し */
  h4.title {
      font-size: 4.26vw;
      margin-bottom: 3.33vw;
  }
  
  /* SPテーブルスクロール対応 */
  .table-scroll {
    overflow-x: scroll;
    position: relative;
  }
  
  .scroll-hint-icon {
    background-image: url("/english/common_v4/img/icon_common_table_scroll.png");
  }
  /* テーブル01 */
  .table-base01 {
    width: 100%;
    font-size: 4.26vw;
    margin-bottom: 10.66vw;
  }
  
  .table-scroll .table-base01 {
    overflow-x: scroll;
    width: 768px;
  }
  
  .table-scroll .table-base01 ul li {
    font-size: 1.28rem;
  }

  .table-base01 th,
  .table-base01 td{
    padding: 1em;
  }
  
  .table-scroll .table-base01 th,
  .table-scroll .table-base01 td {
    padding: 2em;
  }

 /* caption有の場合はスクロール前提 */
 table caption {
    margin-top: 24px;
    font-size: 1.12rem;
  }

  table caption .notes{
    width:640px;
  }

  table caption .notes-txt {
    width: 564px;
  }

  table caption .notes-txt ul {
    text-indent: -1em;
  }

  table caption .notes-txt > ul > li{
    margin-bottom: 16px;
  }

  /* 画像 */
  figure.bg-gray img {
    /*padding: 5%;*/
  }

  figure.border img{
    border: 1.33vw solid #f5f7fb;
    padding: 5%;
  }

  figure.base-img {
    margin-bottom: 9.33vw;
  }

  figure.base-img img {
    width: 100%;
  }

  figure.base-img figcaption{
    padding-top: 4vw;
    font-size: 3.73vw;
    margin-bottom: 1em;
  }

  /* 画像・ボックスのサイズ、位置 */
  .size-s{
    width: 100%;
    max-width: 460px;
  }

  .size-m {
    width: 100%;
    max-width: 680px;
  }

  .size-l {
    width: 100%;
  }

  figure.size-s.bg-gray,
  figure.size-s.border {
    min-height: 0;
  }

  figure.size-m.bg-gray,
  figure.size-m.border {
     min-height: 0;
  }

  figure.size-l.bg-gray,
  figure.size-l.border {
     min-height: 0;
  }

  /* 小イメージのリスト */
  .small-column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .small-column-list li {
    width: 42.66vw;
    margin-bottom: 4vw;
  }

  .small-column-list figure img {
    min-height: 0;
  }

  .small-column-list .fig-title {
    font-size: 2.93vw; 
  }

  .small-column-list .txt {
    margin-top: 0.8em;
    margin-bottom: 0;
  }

  /* 罫線 */
  hr {
    margin-bottom: 9.3vw;
  }

  /* ダウンロードブロック */
  .link-block{
    width:100%;
    background-color:#f5f7fb;
    margin:0 auto 13.3vw;
    padding:3.33vw 6.66vw;
    text-align:center;
    font-size: 4.26vw;
  }

  .link-block a:after {
    margin-left:2vw;
    top:1vw;
  }

  .link-block.pdf a:after{
    width:3.33vw;
    height:4.5vw;
  }

  .link-block.xls a:after{
    width:3.33vw;
    height:4.5vw;
  }

  .link-block.outbound a:after{
    width:3.33vw;
    height:2.5vw;
  }

  .link-block .file-size {
    margin-left: 1em;
  }

  /* リスト */

  ul.disc {
    list-style-position: outside;
     padding-left: 1.5em;
    margin-bottom: 6vw;
  }

  ul.disc li {
    font-size: 4.2vw;
  }

  ul.num li {
    font-size: 4.2vw;
  }

  /* グレイ背景、枠のボックス */
  div.bg-gray {
    margin-bottom: 9.33vw;
    padding: 5%; /*padding値は暫定 */
  }

  div.border {
    border: 0.66vw solid #f5f7fb;
    margin-bottom: 9.33vw;
    padding: 5%; /*padding値は暫定 */
  }

  /* 横並び配置(FLEX) */

  .flexbox {
    margin-bottom: 9.33vw;
  }

  .flexbox div.txtarea,
  .border .flexbox div.txtarea{
    width: 100%;
  }

  .flexbox div.imgarea,
  .border .flexbox div.imgarea{
    width: 100%;
  }
  
  .flexbox div.linkarea {
    width: 100%;
  }
  
  .flexbox > div:first-child {
    margin-bottom: 4vw;
  }

  .notes-font {
    font-size: 1.4rem;
  }

  /* ボックス内の最後の要素はmargin消す */
  div.bg-gray > *:last-child,
  div.border > *:last-child,
  .flexbox div.txtarea > *:last-child,
  .flexbox div.imgarea > *:last-child,
  section > *:last-child{
    margin-bottom: 0;
  }
}

/* =========================================================
    下層リンクエリア
   ========================================================= */
.bottom-link-area {
    background-color: #ebf0f7;
    clear:both;
  padding:55px 0;
}

.bottom-link-area .area-title {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.bottom-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-link-list li {
  width: 299px;
  position: relative;
}

.bottom-link-list li img {
    width: 100%;
}

.bottom-link-list li.space {
  height: 0;
}

.bottom-link-list a figcaption {
  color: #2e2e2e;
}

.bottom-link-list figcaption {
  padding:1em 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.bottom-link-list li figure:before {
  content:'';
  display:none;
  width: 100%;
  height: 101px;
  position: absolute;
  background-color: rgba(0,74,167,0.66);
  z-index: 2;
}

@media screen and (max-width:1500px) and (min-width:1200px){
  .bottom-link-area {
    padding:3.66vw 0;
  }

  .bottom-link-area .area-title {
      font-size: 2vw;
  }

  .bottom-link-list li {
      width: 19.9vw;
  }

  .bottom-link-list figcaption {
    padding:1em 0;
    font-size: 1.06vw;
  }
  
  .bottom-link-list li figure:before {
    height: 6.73vw;
  }
}

@media screen and (max-width:1199px) and (min-width:768px){
  .bottom-link-area {
    padding:44px 0;
  }

  .bottom-link-area .area-title {
      font-size: 2.4rem;
  }

  .bottom-link-list li {
      width: 239px;
  }

  .bottom-link-list figcaption {
    padding:1em 0;
    font-size: 1.28rem;
  }
  
  .bottom-link-list li figure:before {
    height: 81px;
  }
}

@media screen and (max-width:767px) {
  .bottom-link-area {
    padding:5.33vw 0;
  }

  .bottom-link-area .area-title {
      font-size: 4.00vw;
  }

  .bottom-link-list li {
      width: 42.66vw;
  }

  .bottom-link-list li img {
      width: 100%;
  }

  .bottom-link-list li.space {
    display: none;
  }

  .bottom-link-list figcaption {
    font-size: 2.93vw;
  }
  
  .bottom-link-list li figure:before {
    height: 14.4vw;
  }
}

/* =========================================================
    sidenavi
   ========================================================= */
.wrapper-column .sub ul {
    width: 100%;
    font-size: 1.6rem;
}

.wrapper-column .sub ul.first {
    font-weight: bold;
}

.wrapper-column .sub ul.first > li > a {
    background-image: url("/english/common_v4/img/icon_common_subarrow.png");
    background-size: 4px auto;
    background-repeat: no-repeat;
    background-position: left top 0.4em;   
}

.wrapper-column .sub ul.first > li.no-parent {
  font-weight: normal;
}

.wrapper-column .sub ul.first > li.no-parent > span {
  background-image: url("/english/common_v4/img/icon_common_sidenavi_plus.png");
  background-size: 7px;
  background-position: left top 0.4em;
  background-repeat: no-repeat;
  font-weight: bold;
}

.wrapper-column .sub ul.first > li.no-parent > span.active {
  background-image: url("/english/common_v4/img/icon_common_sidenavi_minus.png");
   background-position: left top 0.6em;
}

.wrapper-column .sub ul.first .current-parent {
  color: #e40b20;
}

.wrapper-column .sub ul.second {
    display: none;
}

.wrapper-column .sub ul a,
.wrapper-column .sub ul span{
  display:inline-block;
  margin-bottom: 25px;
  padding-left: 10px;
  color: #2e2e2e;
  cursor: pointer;
}

.wrapper-column .sub ul a {
  position: relative;
}

.sub .first li a:before {
  content: ' ';
  display: none;
  width: 2px;
  height: 100%;
  background-color: #e40b20;
  position: absolute;
  left: -0.5em;
  top: 0;
}

.wrapper-column .sub ul a.current {
  border-left:2px solid #e40b20;
}

@media screen and (max-width:1500px) and (min-width:1200px){
  .wrapper-column .sub ul {
      font-size: 1.06vw;
  }

  .wrapper-column .sub ul.first > li > a {
      background-image: url("/english/common_v4/img/icon_common_subarrow.png");
      background-size: 0.26vw auto;
  }

  .wrapper-column .sub ul.first > li.no-parent > span {
    background-size: 0.46vw;
  }

  .wrapper-column .sub ul a,
  .wrapper-column .sub ul span{
    margin-bottom: 1.66vw;
    padding-left: 0.66vw;
  }
}

@media screen and (max-width:1199px) and (min-width:768px){
  .wrapper-column .sub ul {
      font-size: 1.28rem;
  }

  .wrapper-column .sub ul.first > li > a {
      background-size: 3px auto;
  }

  .wrapper-column .sub ul.first > li.no-parent > span {
    background-size: 5px;
  }

  .wrapper-column .sub ul a,
  .wrapper-column .sub ul span{
    margin-bottom: 20px;
    padding-left: 8px;
  }
}

@media screen and (max-width:767px) {
  
}
