@charset "utf-8";
/*
フォントサイズは%で指定してください。
基本のサイズは15pxです。
10px : 66%    11px : 73%    12px : 80%
13px : 86%    14px : 93%    15px : 100%
16px : 106%   17px : 113%   18px : 120%
19px : 126%   20px : 133%   21px : 140%
22px : 146%   23px : 153%   24px : 160%
25px : 166%   26px : 173%   27px : 180%
28px : 186%   29px : 193%   30px : 200%

*/
/* ===========================================
  share
=========================================== */
/*html {
  font-size: 62.5%;
}*/
body {
  font-size: 16px;
  /*font-size: 1.5rem;*/
  font-size: 100%;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  line-height: 1.7;
  min-width: 1220px;
  color: #333;
}
/** {
  font-size: 1.5rem;
}*/
.hide_sp {
  display: none;
}
.hide_pc {
  display: block;
}

/* ===========================================
  common
=========================================== */
#main {
  background: #f1f1f1;
  padding-top: 177px;
}
_:-ms-lang(x)::-ms-backdrop, #main {
  padding-top: 161px;
}
@supports (-ms-ime-align: auto) {
#main{
padding-top: 0;
}
}

@media only screen and (max-width: 640px) {
#main {
  padding-top: 130px;
}
}
.contents {
  margin-bottom: 50px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 20191017_add */
.wrap.m_faceBook{
display: flex;
justify-content: space-between;
}
.wrap.m_faceBook .c-topics{
width: 830px;
margin-right: 30px;
height: 100%;
/*add 2021.05.14*/
}
.wrap.m_faceBook .c-facebook .m-facebook.s_sp{
display: none;
}
@media only screen and (max-width: 640px) {
.wrap.m_faceBook{
display: block;
}
.wrap.m_faceBook .c-topics{
width: auto;
margin-right: 0;
height: auto;
/*add 2021.05.14*/
}
.wrap.m_faceBook .c-facebook{
display: flex;
justify-content: center;
margin-top: 25px;
}
.wrap.m_faceBook .c-facebook .m-facebook.s_pc{
display: none;
}
.wrap.m_faceBook .c-facebook .m-facebook.s_sp{
display: block;
}
.h-nav .h-search{
padding-bottom: 5px;
}
}/* SP_end */

/* ===========================================
  header
=========================================== */
header #header {
  padding: 20px 0 0 0;
}
header #header .wrap {
  display: table;
}
header .logo {
  float: left;
  display: table-cell;
  vertical-align: middle;
}
header.s_gnav_fixd{
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: #fff;
}

/* en */
header #en_logo.logo {
  margin-top: 10px;
}

/* ------- h-content ------- */

.h-nav {
  float: right;
  /*margin: 10px 0;*/
  margin: 10px 45px 10px 0; /* 20191017_rep */
  font-size: 93%;
}
.h-nav li {
  margin-left: 10px;
  display: inline-flex;
}
.h-navdown a {
  color: #FFF;
  padding: 5px 15px 5px 35px;
  background: #005dac;
  background-image: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/icon_text.png);
  background-repeat: no-repeat; 
  background-position: 12px 9px;
}
.h-navdown a:hover {
  color: #FFF;
  background: #ffc000;
  background-image: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/icon_text.png);
  background-repeat: no-repeat; 
  background-position: 12px 9px;
}
.h-label {
  color: #FFF;
  padding: 5px 15px;
  background: #005dac;
}
.h-suboption {
    height: 35px;
}
.h-suboption a {
    display: block;
    color: #000;
  padding: 5px;
  background: #d9f0f7;
  text-align: center;
    vertical-align: -webkit-baseline-middle;
}
.h-suboption a:hover {
  color: #333;
}
.h-suboption .option {
  padding: 4px; 
  border: 1px solid #d9f0f7;
}
.h-suboption .option:hover {
    z-index: 1 !important;
    border: 1px solid #005DAC;
}
.active-child {
  z-index: 1 !important;
  border: 1px solid #005DAC !important;
}
.h-search #srchBox form {
  border: 1px solid #e0e0e0;
}
.h-search #srchBox {
  height: 50px;
}
/*.h-search .searchTerm {
  border: 1px solid #e0e0e0;
  padding: 5px;
  width: 210px;
  height: 23px;
}*/
.h-search input[type="text"] {
    background: transparent;
  border: none;
  padding: 5px;
  width: 210px;
  height: 23px;
}
#en_search.h-search input[type="text"] {
  /*width: 150px;*/
  width: 105px;
}

.h-nav.s_eng {
  margin: 10px 0;
}



.h-search input {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.h-search input:focus {
  background: #EEE;
  outline: 0;
}
.h-search #srchBox #srchLogo {
  margin:2px 2px 2px 0;
  text-align:right;
}
#srchBox #srchLogo a {
  color:#666666;
  text-decoration:none;
  font-size:85%;
}
#srchBox #srchLogo a:hover{
  text-decoration:underline;
}
#srchBtn {
  border: 0;
  width: 30px;
  height: 14px;
  background: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/icon_search.png) no-repeat 4px 0px;
  cursor: pointer;
  padding-top: 2px;
}

/* 20191017_add */
.h-facebook .facebookBtn .e_img{
width: 35px;
height: 35px;
}
.c-topic-head .m_tagList{
max-width: 400px;
width: 100%;
}
.c-topic-head .m_tagList.s_eng{
max-width: 450px;
}

/* 2019125_add */
.c-topic-list .s_2col_topics{
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-between;
-ms-flex-pack: space-between;
}
.c-topic-list .s_2col_topics .e_img{
flex: 1;
-ms-flex: 1;
}
.c-topic-list .s_2col_topics .e_img img{
width: 120px;
}
.c-topic-list .s_2col_topics dl{
flex: 4;
-ms-flex: 4;
}
@media screen and (max-width: 640px) {
.c-topic-list .s_2col_topics{
display: block;
}
.c-topic-list .s_2col_topics .e_img{
text-align: center;
}
.c-topic-list .s_2col_topics .e_img img{
width: 180px;
}
.c-topic-list .s_2col_topics dl{
margin-top: 15px;
}
}/* SP_end */
/* ===========================================
  nav
=========================================== */

nav {
  background: #f1f1f1;
  border-top: 1px solid #e9e9e9;
}

/* menu container */

.p-nav {
  /*display: block;*/
  display: flex;
  position: relative;
  z-index: 500;
}
.p-nav li {
  margin-right: 30px;
  /* margin-right: 40px; */
  /*width: 10%;*/
  /*display: table-cell;*/
}
.p-nav li .mega-menu li{
  margin-right: 0;
}

/*.p-nav > li > ul,
.p-nav > li > ul a {
 -webkit-transition: all .25s ease;
 -moz-transition: all .25s ease;
 -ms-transition: all .25s ease;
 -o-transition: all .25s ease;
 transition: all .25s ease;
}*/

.p-nav li a {
  color: #333;
  display: block;
  font-weight: bold;
  text-align: center; 
  /* padding: 20px; */
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
.p-nav > li > a:focus,
.p-nav > li:hover > a {
  color: #FFF;
  background: #005dac;
}

/* menu dropdown */

.mega-menu {
  width: 95%;
  left: 0;
  padding: 30px;
  position: absolute;
  border-top: 3px solid #005dac;
  background: rgba(243,250,253,0.9);
  display: block;
 
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
 
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  -o-transition: all .3s ease .2s;
  -ms-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* menu content */

/*.nav-row:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #76a7b4;
}*/
.nav-row .nav_ttl {
  font-size: 125%; 
  font-weight: bold;
  margin-bottom: 10px;
}
.nav-row a {
}

.nav-row li {
  width: inherit;
    padding-right: 40px;
  background: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/icon_arrows.png) left center no-repeat;
}
  .nav-row li a {
    color: #333;
    font-weight: bold;
    padding: 0 0 0 20px;
  }
  .nav-row li a:hover {
    color: #2196f3;
  }



/* ===========================================
  inner
=========================================== */

.inner-bread {
  margin-bottom: 60px;
  padding: 10px 0;
  background: #FFF;
}
.inner-left {
  float: left;
  width: 300px;
}
.inner-right {
  float: right;
  width: 840px;
}

@media screen and (max-width: 640px) {
  .inner-bread {
    margin-bottom: 0;
    padding: 10px 10px;
  } 
  .inner-left {
    float: none;
    width: 100%;
  }
  .inner-right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }  
  .inner-right img {
    height: auto;
  }
  
}


/* ===========================================
  footer
=========================================== */
footer #f-links {
  padding: 60px 0;
  background: #f1f1f1;
  text-align: center;
}
footer #f-links .list_links {
  width: 100%;
/*  display: table;
  table-layout: fixed;*/
}
footer #f-links .list_links li {
  /*display: table-cell;
  overflow: hidden;*/
  display: table;
  width: 280px;
  float: left;
  vertical-align: middle;
  padding-left: 26px;
}
footer #f-links .list_links li:first-child {
  padding-left: 0;
}
footer #f-links .list_links li a {  
  /*width: 65%;*/
  display: table-cell;
    color: #dc2263;
  background: #FFF;
  font-weight: bold;
  font-size: 112%;
  padding: 30px 40px;
  border: 1px solid #dc2263;
  vertical-align: middle;
  box-sizing: border-box;
}
footer #f-links .list_links li a:hover {  
    color: #FFF;
  background: #dc2263; 
}
footer #f-banner {
  padding: 30px 0;
  background: #d6e6ed;
  text-align: center;
}
footer #f-banner .list_banner {
  display: table;
}
footer #f-banner .list_banner li {
  /*margin-right: 36.5px;*/
  margin-right: 11px;
}
footer #f-banner .list_banner li:last-child {
  margin-right: 0px;
}

footer #footer {
  background: #005dac;
  padding-top: 30px; 
}
footer .pj_name {
  font-size: 85%;
}

footer a {
  color: #FFF;
}
footer a:hover {
  opacity: 0.6;
}

footer .f-left {
  float: left;
}
footer .f-right {
  float: left;
    margin: 0 0 30px 30px;
}
footer ul li a { 
  text-decoration: none;
}
footer .f-nav {
  display: table;
}
footer .f-nav li {
    padding: 0 25px;
  font-size: 93%;
  text-align: center;
  border-left: 1px solid #FFF;
}
footer .f-nav li:last-child {
  border-right: 1px solid #FFF;
}


footer .right_detail {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 6px;
}
footer .copyright {
  font-size: 88%;
  color: #FFF;
  text-align: center;
  clear: both;
  border-top: 1px solid #75bee9;
  padding: 15px 0;
}

/* 20191017_add */
#f-banner .wrap .list_banner .s_faceBook{
width: 40px;
height: 40px;
padding: 0 50px;
}

/* ----------------------------------------
  responsive [ common ]
------------------------------------------- */
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
  img {
    max-width: 100%;
  }
  .hide_sp {
    display: block;
  }
  .hide_pc {
    display: none;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
  }  
  
  /* ===========================================
    header
  =========================================== */
  header #header {
    padding: 10px 0 0 0;
  }
  header #header .wrap {
    display: table;
  }
  header .logo {
    float: none;
    display: block;
    text-align: center
  }
  header .logo img {
    width: 50%;
    height: auto;
  }
  /* en */
  header #en_logo.logo {
    margin-top: 10px;
  }
  header #en_logo.logo img {
    width: 60%;
    margin-top: -10px;
  }

  /* ------- h-content ------- */

  .h-nav {
    float: none;
    margin: 10px auto 0;
    text-align: center;
    font-size: 93%;
        background: #f1f1f1
  }
  .h-nav li {
    margin-left: 10px;
    display: inline-flex;
  }
  .h-navdown,
  .h-navoption {
    display: none !important;
  }
  .h-search {
    padding: 20px 0 20px 0
  }
  .h-search #srchBox form {
    display: block;
    border: 1px solid #e0e0e0;
    background: #fff;
  }
  .h-search #srchBox {
    height: 50px;
  }
  /*.h-search .searchTerm {
    border: 1px solid #e0e0e0;
    padding: 5px;
    width: 210px;
    height: 23px;
  }*/
  .h-search input[type="text"] {
    background: transparent;
    border: none;
    padding: 5px;
    width: 210px;
    height: 23px;
  }
  #en_search.h-search input[type="text"] {
    /*width: 150px;*/
  width: 105px;
  }
@media only screen and (max-width: 640px) {
  #en_search.h-search input[type="text"] {
    width: 210px;
  }
.h-nav.s_eng {
margin: 8px auto 0;
}
}/* SP_end */



  .h-search input {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
  }
  .h-search input:focus {
    background: #EEE;
    outline: 0;
  }
  .h-search #srchBox #srchLogo {
    margin:2px 2px 2px 0;
    text-align:right;
  }
  #srchBox #srchLogo a {
    color:#666666;
    text-decoration:none;
    font-size:85%;
  }
  #srchBox #srchLogo a:hover{
    text-decoration:underline;
  }
  #srchBtn {
      border: 0;
      width: 30px;
    height: 14px;
      background: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/icon_search.png) no-repeat 4px 0px;
    cursor: pointer;
  }


  /* ===========================================
    nav
  =========================================== */

  header nav {
    display: none
  }

/* hamburger(sp) */
  #ham-menu {
    background-color: #005dac;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 0;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    left: -280px;
    top: 0px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    width: 280px;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
  #ham-menu nav {
    display: block !important;
    border: none;
    background: transparent
  }
  ul#lang-select  {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px
  }
  #lang-select li {
    text-align: center;
    padding: 0;
    width: 50%;
    font-size: 15px;
    display: table-cell !important
  }
  #lang-select li a {
    padding: 15px 0;
    color: #fff;
    opacity: 0.5;
    display: block;
    text-decoration: none;
  }
  #lang-select li a:hover,
  #lang-select li a.active {
    opacity: 1
  }
  
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-bottom: 3px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
  }
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }  
  
  
  #gnav li {
    list-style: none;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
  #gnav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    height: 45px;
  }
  #gnav li a:hover {
    opacity: 0.5;
  }
  #ham-menu img {
    padding-right: 1rem
  }
  #menu-background {
    background-color: #333;
    display: block;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    width: 100%;
    height: 100%;
    z-index: -1;
  pointer-events: none;
  }
  #menu-icon {
    background: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/menu-icon.png) center 8px #005dac no-repeat;
    background-size: 36px auto;
    color: #fff;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 54px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    z-index: 1000;
  }
  #menu-cb {
    display: none;
  }
  #menu-cb:checked ~ #ham-menu,
  #menu-cb:checked ~ #menu-icon {
    transform: translate(280px);
    -webkit-transform: translate(280px)
  }
  #menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
  }
  #menu-cb:checked ~ #menu-icon {
    background: url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/menu-icon.png) center -65px transparent no-repeat;
    background-size: 36px auto;
    position: fixed;
  }

  
  .aco-menu {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
  .aco-menu a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
  }
  .aco-menu label {
    display: block;
    margin: 0;
    padding : 0;
    line-height: 2;
    height: 45px;
    color :#fff;
    font-size: 100%;
    font-weight: bold;
    cursor :pointer;
  }
  .aco-menu input {
      display: none;
  }
  .aco-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #054080
  }
  .aco-menu li {
    color: #fff;
    max-height: 0;
    padding: 0 !important;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .aco-menu .sub_ttl {
    font-size: 0.85rem !important;
    font-weight: bold;
    line-height: 1.7;
    background-color: #005dac;
  }

  .aco-menu ul > li a {
    border-bottom: 1px solid #285b92;
    line-height: 45px;
  } 
  
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu-bar03:checked ~ #links03 li {
      max-height: 46px;
      opacity: 1;
  }
  
  
  /* ===========================================
    footer
  =========================================== */
  footer #f-links {
    padding: 30px 0;
    background: #f1f1f1;
    text-align: center;
  }
  footer #f-links .list_links {
    width: 100%;
    display: block;
  }
  footer #f-links .list_links li {
    overflow: hidden;
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto 10px;
    vertical-align: middle;
    padding-left: 0;
  }
  footer #f-links .list_links li:first-child {
    padding-left: 0;
  }
  footer #f-links .list_links li a {
    margin: 0 auto;
    width: 80%;
    display: block;
    color: #dc2263;
    background: #FFF;
    font-weight: bold;
    font-size: 112%;
    padding: 15px 20px;
    border: 1px solid #dc2263;
    vertical-align: middle;
    box-sizing: border-box;
  }
  footer #f-links .list_links li a:hover {  
    color: #FFF;
    background: #dc2263; 
  }
  footer #f-banner {
    padding: 30px 0;
    background: #d6e6ed;
    text-align: center;
  }
  footer #f-banner .list_banner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto
  }
  footer #f-banner .list_banner li {
    margin: 5% 0;
  }
  footer #f-banner .list_banner li:last-child {
    margin: 5% 0;
  }

  footer #footer {
    background: #005dac;
    padding-top: 30px; 
  }
  footer .pj_name {
    font-size: 0.75rem;
    display: block;
  }
  footer a {
    color: #FFF;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .f-left {
    float: left;
    margin-left: 10px;
  }
  footer .f-right {
    float: none;
    font-size: 0.9rem;
    width: 100%;
    margin: 0;
  }
  footer ul li a { 
    text-decoration: none;
    display: block;
  }
  footer .f-nav {
    display: table;
    width: 100%;
    padding-top: 20px;
  }
  footer .f-nav li {
    display: block;
    padding: 0 25px;
    font-size: 1.0rem;
    text-align: center;
    border-left: none;
    border-top: 1px solid #85bde5;
  }
  footer .f-nav li:last-child {
    border-right: none;
  }
  
  footer .f-nav li a {
    display: block;
    padding: 10px 0;
  }
  footer .right_detail {
    float: left;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 6px;
  }
  footer .copyright {
    font-size: 0.75rem;
    color: #FFF;
    text-align: center;
    clear: both;
    border-top: 1px solid #75bee9;
    padding: 15px 0;
  }
  #footer {
    position: relative;
  }
  #to-top {
    position: absolute;
    right: 24px;
    top: -44px;
  }
  #to-top span {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px
  }
  #to-top a {
    display: block;
    background: transparent url(https://www.jcm.go.jp/wp-content/themes/jcm-top-child/common/images/to_top.png) 0 0 no-repeat;
    background-size: cover;
  }
  
}



/* FaceBook_autoHeight */
/*
.facebook-wrapper {
    max-width: 340px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
*/



/* m_site_introduction */
.wrap.m_site_introduction{
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
align-items: center;
-ms-flex-item-align: center;
margin-bottom: 50px;
padding: 1em;
box-sizing: border-box;
border: 1px solid #CDCDCD;
background-color: #fff;
}
.wrap.m_site_introduction .m_img{
flex: 1;
}
.wrap.m_site_introduction .m_txt{
flex: 3;
}
.wrap.m_site_introduction .m_txt .e_txt{
margin-top: 1em;
}
.wrap.m_site_introduction .m_txt .e_txt:first-child{
margin-top: 0;
}
@media only screen and (max-width: 640px) {
.wrap.m_site_introduction{
flex-direction: column;
-ms-flex-direction: column;
/*border-top: 2px solid #005dac;*/
}
.wrap.m_site_introduction .e_img{
margin-bottom: 1em;
text-align: center;
}
}/* SP_end */



/*-----------------------------------
GLOBAL NAVI調整（JCMグローバル・パートナーシップ）
-----------------------------------*/
span.small {
  font-size: small;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
.frame-wrapper__infoGraph {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__infoGraph iframe {
  width: 420px;
  height: 315px;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.frame-wrapper_infoGraph {
  margin-bottom: 20px;
}

.frame-wrapper_infoGraph iframe {
  width: 420px;
  height: 315px;
}