@charset "UTF-8";
/* =====================================================================
                Modifications recherche sue variable a modifier
/*  .globalHeader__logo-l {
      width: 66px     -   width: 150px; */




/* =====================================================================

/* Reset & Default Setting ----------------------*/

.bkgd1 {
	background-image: url('http://www.mtc95.fr/fr/images/mtc_degrade.jpg');
	background-repeat: no-repeat;
	align="center";
    position:absolute;
	top:241px; 
	left:527px;	
	width:100%;
	height:100%;  
} 


html {
  overflow-y: scroll;
  height: 100% !important;
}

body {
  font-size: 100%;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 130%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, p {
  line-height: 1.7;
}

body {
  -webkit-text-size-adjust: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  color: #272727;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary, main {
  display: block;
}

img {
  border-style: none;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

sup {
  font-size: .6em;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

iframe {
  border: none;
}

a, a:link, a:visited, a:hover, a:active {
  color: #666;
}

a:link {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

@media print {
  body {
    width: 1000px;
  }

  .globalHeader {
    display: none;
  }
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}
html, body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "YakuHanJPs", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
html:lang(fr) body {
  font-family: "YakuHanJPs", Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html:lang(fr) body {
    font-family: "YakuHanJPs", Arial, Helvetica Neue, Helvetica;
  }
}
.font-sansSerif {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100 !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.overlay-lock-test {
  overflow-y: hidden !important;
}

.overlay-lock {
  overflow: hidden !important;
  width: auto;
}
.overlay-lock body {
  overflow: hidden !important;
}

.globalNavOverlay__close {
  width: auto;
  height: auto;
  display: block;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.l-wrapper {
  padding-top: 114px;
}

.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 300;
  padding: 15px 30px 15px 40px;
  box-sizing: border-box;
}

.globalHeader__inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.globalHeader__inner:after {
  content: "";
  display: block;
  clear: both;
}

.globalHeader__logo {
  top: 16px;
  left: 30px;
  float: left;
}

.globalHeader__logo-l {
  width: 150px;
  display: block;
}
.globalHeader__logo-l img {
  width: 100%;
  height: auto;
}

.globalHeader__logo-s {
  display: none;
  width: 224px;
  font-size: 0.88rem;
}
.globalHeader__logo-s img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.globalNav {
  float: right;
  padding-top: 52px;
  padding-right: 58px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.globalNav__items {
  font-size: 0;
}

.globalNav__item {
  display: inline-block;
  font-size: 0.88rem;
  margin: 0 0 0 30px;
  font-weight: bold;
}
.globalNav__item > a {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: color;
  transition-property: color;
  position: relative;
  padding-bottom: 10px;
}
.globalNav__item > a:before {
  content: "";
  display: block;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00a040;
  position: absolute;
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.globalNav__item a:link, .globalNav__item a:visited, .globalNav__item a:hover, .globalNav__item a:active {
  text-decoration: none;
}
.globalNav__item > a:hover:before {
  background-color: #00a040;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  opacity: 1;
}
.globalNav__item.is-current > a:before {
  background-color: #00a040;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  opacity: 1;
}

.utilityNav {
  position: absolute;
  top: 28px;
  right: 40px;
  font-size: 0;
  vertical-align: top;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.utilityNav__logo {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.75rem;
  vertical-align: top;
}
.utilityNav__logo a {
  text-decoration: none;
}
.utilityNav__logo a:hover {
  text-decoration: underline;
}

.utilityNav__items {
  display: inline-block;
  vertical-align: top;
}

.utilityNav__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  margin: 0 0 0 30px;
}
.utilityNav__item a {
  text-decoration: none;
}
.utilityNav__item a:hover {
  text-decoration: underline;
}

.globalNav__search {
  position: absolute;
  top: 70px;
  right: 40px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  line-height: 14px;
}
.globalNav__search.is-show .globalNav__search__form {
  display: block;
}

.globalNav__search__form {
  position: absolute;
  top: -9px;
  right: -9px;
  display: none;
}
.globalNav__search__form input[type="text"] {
  -webkit-appearance: none;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  height: 40px;
  width: 260px;
  box-sizing: border-box;
  padding: 0 45px 0 5px;
}
.globalNav__search__form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: url(http://www.mtc95.fr/fr/images/icon_search.svg) no-repeat center center;
  background-size: 22px auto;
  text-indent: -9999px;
  cursor: pointer;
}

.globalNav__item.is-show:after {
  content: "";
  display: block;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #565656;
  position: relative;
  width: 0;
  height: 0;
  bottom: 0;
  margin: 0 auto;
  top: 14px;
}

html:lang(fr) .globalNav__item:nth-child(7).is-show:after {
  border-bottom: 10px solid #707070;
}

.globalSubNav {
  background-color: #565656;
  position: absolute;
  top: 114px;
  left: 0;
  width: 100%;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0;
  display: none;
  overflow: hidden;
}

.is-show .globalSubNav {
  opacity: 1;
}
.is-show .globalSubNav .globalSubNav__inner {
  margin-top: 0;
}

.globalSubNav__inner {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.globalSubNav__inner:after {
  content: "";
  display: block;
  clear: both;
}

.globalSubNav--hasLower .globalSubNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.globalSubNav__category {
  float: left;
  width: 270px;
  padding: 50px 0;
}

.globalSubNav__category__link {
  font-size: 1.25rem;
  margin-bottom: .8em;
}
.globalSubNav__category__link a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: .8em;
  padding-left: 1.2em;
  line-height: 1.4;
}
.globalSubNav__category__link a:after {
  content: "";
  width: .5em;
  height: .5em;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .5em;
}
.globalSubNav__category__link a:hover {
  text-decoration: underline;
}

html:lang(fr) .globalSubNav__category__link {
  line-height: 1;
}

.globalSubNav__category__lead {
  font-size: 0.88rem;
  line-height: 1.8;
  color: #bbc2c9;
}

.globalSubNav__items {
  width: 250px;
  float: left;
  padding: 50px 0;
  padding-left: 10px;
  box-sizing: border-box;
}

.globalSubNav__items[data-column='1'] {
  width: 240px;
}

@media only screen and (max-width: 1060px), only screen and (max-width: 767px) {
  .globalSubNav__items[data-column='1'] {
    width: auto;
  }
}
.globalSubNav__item {
  font-size: 0.88rem;
  margin-bottom: .3em;
}
.globalSubNav__item a {
  color: #fff;
}
.globalSubNav__item a:hover {
  text-decoration: underline;
}

/*    Modif 30/11/2018    */
.globalSubNav__item2 {
  font-size: 1.25rem;
  margin-bottom: .3em;
}
.globalSubNav__item2 a {
    color: #fff;  
}
.globalSubNav__item2 a:hover {
  color: #ffa632;
  text-decoration: underline;
}
/*    Fin modif           */

.globalSubNav__items[data-column='2'] {
  width: 480px;
}
.globalSubNav__items[data-column='2'] .globalSubNav__item {
  width: 50%;
  float: left;
}

.globalSubNav__thumb {
  width: 240px;
  float: right;
  padding: 50px 0 40px;
}
.globalSubNav__thumb img {
  width: 100%;
  height: auto;
}
.globalSubNav__thumb a {
  color: #fff;
}
.globalSubNav__thumb a:hover .globalSubNav__thumb__txt {
  text-decoration: underline;
}
.globalSubNav__thumb a[target="_blank"] .globalSubNav__thumb__txt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank-wht.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.2em;
}

.globalSubNav__lower {
  width: 490px;
  float: right;
  padding: 50px 40px 50px 50px;
  box-sizing: border-box;
  background-color: #707070;
}
.globalSubNav__lower a {
  color: #fff;
}
.globalSubNav__lower a:hover {
  text-decoration: underline;
}

.globalSubNav__lower__title {
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: .8em;
}

.globalSubNav__lower__item {
  font-size: 0.88rem;
  margin-top: .4em;
  line-height: 1.5;
  width: 50%;
  float: left;
}
.globalSubNav__lower__item a[target="_blank"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank-wht.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.2em;
}

.globalSubNav__imgList {
  width: 760px;
  padding: 50px 0;
  margin: 0 -15px;
  float: right;
}

.globalSubNav__imgList__item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  position: relative;
}
.globalSubNav__imgList__item a {
  color: #fff;
}
.globalSubNav__imgList__item a:hover img {
  opacity: .8;
}

.globalSubNav__imgList__img {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.globalSubNav__imgList__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.globalSubNav__imgList__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.globalSubNav__close {
  text-align: center;
}
.globalSubNav__close a {
  display: block;
  background-color: #444444;
  font-size: 1rem;
  color: #fff;
  padding: .18em;
}
.globalSubNav__close a span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.globalSubNav__close a span:before {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.globalSubNav__close a span:after {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.globalHeader__toggleBtn {
  display: none;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  z-index: 20;
  cursor: pointer;
  position: absolute;
}

.globalHeader__toggleBtn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #595656;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.globalHeader__toggleBtn__icon:before, .globalHeader__toggleBtn__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #595656;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.globalHeader__toggleBtn__icon:before {
  margin-top: -13px;
}
.globalHeader__toggleBtn__icon:after {
  margin-top: 11px;
}

.globalHeader__toggleBtn.is-open {
  border-width: 0;
  background: transparent !important;
}
.globalHeader__toggleBtn.is-open .globalHeader__toggleBtn__icon {
  background: transparent !important;
}
.globalHeader__toggleBtn.is-open .globalHeader__toggleBtn__icon:before {
  margin-top: 1px;
  left: 1px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  background: #fff;
}
.globalHeader__toggleBtn.is-open .globalHeader__toggleBtn__icon:after {
  margin-top: 1px;
  left: 1px;
  -webkit-transform: rotate(-138deg);
          transform: rotate(-138deg);
  background: #fff;
}

@media only screen and (min-width: 1061px) {
  .overlay-lock {
    padding-right: 0 !important;
    overflow-y: scroll !important;
  }

  .globalHeader.is-open {
    margin-right: 0 !important;
  }

  .globalNavOverlay__close {
    display: none;
  }

  .globalHeader__inner {
    display: block !important;
  }

  .is-shortHeader.globalHeader {
    height: 68px;
  }
  .is-shortHeader .globalHeader__logo {
    top: 19px;
    left: 40px;
    margin: -5px 0 -10px;
  }
  .is-shortHeader .globalHeader__logo-l {
    width: 40px;
  }
  .is-shortHeader .globalNav {
    padding-top: 8px;
    margin-bottom: -10px;
  }
  .is-shortHeader .utilityNav {
    top: -50px;
  }
  .is-shortHeader .globalHeader__toggleBtn {
    top: 0;
  }
  .is-shortHeader .globalNav__search {
    top: 23px;
  }
  .is-shortHeader .globalSubNav {
    top: 68px;
  }
  .is-shortHeader .globalNav__item.is-show:after {
    top: 13px;
  }
}
@media only screen and (max-width: 1060px) {
  .l-wrapper {
    padding-top: 88px;
  }

  .globalHeader {
    padding: 10px 30px 10px;
    height: 88px;
  }

  .globalHeader__inner {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }

  .globalHeader__logo-l {
    width: 50px;
    display: block;
  }

  .globalNav {
    float: none;
    padding-top: 88px;
    padding-right: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    background-color: #565656;
  }

  .globalNav__items {
    font-size: 0;
  }

  .globalNav__item {
    display: block;
    font-size: 0.94rem;
    margin: 0 0 0 0;
    font-weight: normal;
    border-bottom: solid 1px #444444;
    position: relative;
  }
  .globalNav__item > a {
    display: block;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    padding: 15px 15px;
    background-color: #565656;
    color: #fff;
  }
  .globalNav__item > a:before {
    display: none;
  }
  .globalNav__item > a span:before, .globalNav__item > a span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1em;
    height: 1px;
    background: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1;
  }
  .globalNav__item > a span:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .globalNav__item > a span:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .globalNav__item a:link, .globalNav__item a:visited, .globalNav__item a:hover, .globalNav__item a:active {
    text-decoration: none;
  }
  .globalNav__item.is-current > a:before {
    display: none;
  }
  .globalNav__item.is-show > a span:before, .globalNav__item.is-show > a span:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .globalNav__item.is-show:after {
    display: none;
  }

  .utilityNav {
    position: static;
    vertical-align: top;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

  .utilityNav__logo {
    display: none;
  }

  .utilityNav__items {
    display: block;
    padding-top: 0;
  }

  .utilityNav__item {
    display: block;
    vertical-align: top;
    font-size: 0.94rem;
    margin: 0;
    border-bottom: solid 1px #444444;
  }
  .utilityNav__item a {
    display: block;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    padding: 15px 15px;
    background-color: #565656;
    color: #fff;
    position: relative;
  }
  .utilityNav__item a:after {
    content: "";
    width: .7em;
    height: .7em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -.35em;
  }

  .globalNav__search {
    top: 32px;
    right: 80px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

  .globalSubNav {
    position: static;
  }
  .globalSubNav .u-spNobreak {
    display: none;
  }

  .globalSubNav--hasLower .globalSubNav__inner {
    display: block;
  }

  .globalSubNav__inner {
    width: auto;
    padding: 0;
  }

  .globalSubNav__category {
    float: none;
    width: auto;
    padding: 0;
  }

  .globalSubNav__category__link {
    font-size: 0.94rem;
    margin-bottom: 0;
    border-bottom: solid 1px #363636;
  }
  .globalSubNav__category__link a {
    display: block;
    padding: 15px 40px 15px 15px;
    background-color: #444444;
  }
  .globalSubNav__category__link a:after {
    width: .7em;
    height: .7em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    left: auto;
    right: 25px;
    top: 50%;
    margin-top: -.35em;
  }

  .globalSubNav__category__lead {
    display: none;
  }

  .globalSubNav__items {
    float: none;
    width: auto;
    padding: 0;
  }

  .globalSubNav__item {
    float: none;
    width: auto;
    font-size: 0.94rem;
    margin-bottom: 0;
    border-bottom: solid 1px #363636;
  }
  .globalSubNav__item a {
    display: block;
    padding: 15px 40px 15px 15px;
    padding-left: 30px;
    padding-left: calc(15px + 1em);
    background-color: #444444;
    position: relative;
  }
  .globalSubNav__item a:after {
    content: "";
    width: .7em;
    height: .7em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -.35em;
  }

  .globalSubNav__items[data-column='2'] {
    width: auto;
  }
  .globalSubNav__items[data-column='2'] .globalSubNav__item {
    width: auto;
    float: none;
  }

  .globalSubNav__thumb {
    display: none;
  }

  .globalSubNav__lower {
    display: none;
  }

  .globalSubNav__imgList {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
  }

  .globalSubNav__imgList__item {
    width: auto;
    padding: 0;
    float: none;
    position: relative;
    border-bottom: solid 1px #363636;
  }
  .globalSubNav__imgList__item a {
    display: block;
    padding: 15px 40px 15px 15px;
    padding-left: 30px;
    padding-left: calc(15px + 1em);
    background-color: #444444;
    position: relative;
  }
  .globalSubNav__imgList__item a:after {
    content: "";
    width: .7em;
    height: .7em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -.35em;
  }

  .globalSubNav__imgList__img {
    display: none;
  }

  .globalSubNav__imgList__txt {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    text-align: left;
    font-size: 0.94rem;
    -webkit-transform: none;
            transform: none;
  }

  .globalSubNav__close {
    display: none;
  }

  .globalHeader__toggleBtn {
    display: block;
  }

  .globalHeader__navBox {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 11;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    width: 90%;
    max-width: 400px;
    background-color: #565656;
  }

  .globalHeader__navBox__inner {
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
  }

  .globalHeader__navBelt {
    display: none;
    position: fixed;
    width: auto;
    background-color: #565656;
    border-bottom: solid 1px #363636;
    height: 88px;
    left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 11;
  }

  .is-open .globalNavOverlay__close {
    opacity: 1;
  }
  .is-open .globalHeader__inner {
    display: block;
  }
  .is-open .globalHeader__navBox {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .is-open .globalHeader__navBelt {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 54px;
  }

  .globalHeader {
    padding: 8px 10px 8px;
    height: 54px;
  }

  .globalHeader__logo-l {
    width: 30px;
  }

  .globalNav__search {
    top: 8px;
    right: 45px;
    width: 40px;
  }
  .globalNav__search a {
    display: block;
    padding: 10px;
  }
  .globalNav__search img {
    width: 100%;
    height: auto;
  }

  .globalNav__search__form {
    top: 2px;
    right: 2px;
  }
  .globalNav__search__form input[type="text"] {
    height: 36px;
    width: 230px;
  }
  .globalNav__search__form input[type="submit"] {
    width: 36px;
    height: 36px;
    background-size: 20px auto;
  }

  .globalHeader__toggleBtn {
    width: 54px;
    height: 54px;
    right: 0px;
    margin-top: 0;
    top: 0;
  }

  .globalHeader__toggleBtn__icon {
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
  }
  .globalHeader__toggleBtn__icon:before, .globalHeader__toggleBtn__icon:after {
    width: 22px;
    height: 2px;
  }
  .globalHeader__toggleBtn__icon:before {
    margin-top: -10px;
  }
  .globalHeader__toggleBtn__icon:after {
    margin-top: 8px;
  }

  .globalNav {
    padding-top: 54px;
  }

  .globalHeader__navBelt {
    height: 54px;
  }
}
.globalFooter {
  background-color: #565656;
  color: #d5d5d5;
  position: relative;
}

.globalFooter__inner {
  width: auto;
  max-width: 1600px;
  padding: 60px 10% 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.globalFooter__pageTop a {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  /*   a modifier Couleur de fond du footer   */
  background-color: #929292;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 5;
}
.globalFooter__pageTop a:before {
  content: "";
  height: 0;
  width: 0;
  padding: 20%;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8%;
  margin-left: -20%;
}

.globalFooter__linkBox__wrapper {
  overflow: hidden;
  margin-left: -1.8%;
  margin-bottom: 20px;
}

.globalFooter__linkBox {
  width: 20%;
  padding-left: 2%;
  box-sizing: border-box;
  float: left;
}

.globalFooter__linkBox__inner {
  margin-bottom: 3em;
}

.globalFooter__linkBox__txt {
  font-size: 1rem;
  margin-bottom: .6em;
  line-height: 1.6;
}
.globalFooter__linkBox__txt a {
  color: #d5d5d5;
  text-decoration: none;
}
.globalFooter__linkBox__txt a span {
  text-decoration: none;
}
.globalFooter__linkBox__txt a:hover {
  text-decoration: underline;
  color: #ffa632;
}
/*  Modif 2018-12-01    */
.globalFooter__linkBox__txt2 a:hover {
  text-decoration: underline;
  color: #ffa632;
/*    Fin Modif   */
}
.globalFooter__linkBox__txt a:hover span {
  text-decoration: underline;
  color: #ffa632;
}

.globalFooter__linkBox__txt--s {
  font-size: 0.75rem;
  margin-bottom: .5em;
  line-height: 1.5;
}
.globalFooter__linkBox__txt--s a {
  color: #d5d5d5;
  text-decoration: none;
}
.globalFooter__linkBox__txt--s a:hover {
  text-decoration: underline;
}
.globalFooter__linkBox__txt--s a:hover span {
  text-decoration: underline;
}

.globalFooter__utility {
  float: left;
}

.globalFooter__utility__items {
  font-size: 0;
  margin-bottom: 15px;
}

.globalFooter__utility__item {
  font-size: 0.75rem;
  line-height: 1.4;
  display: inline-block;
  border-left: solid 1px  #d5d5d5;
  padding: 0 1.5em;
}
.globalFooter__utility__item a {
  color: #d5d5d5;
  text-decoration: none;
}
.globalFooter__utility__item a:hover {
  text-decoration: underline;
}
.globalFooter__utility__item:first-child {
  border-left-width: 0;
  padding-left: 0;
}

.globalFooter__copyright {
  float: right;
  line-height: 1.4;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.globalFooter__copyright small {
  font-size: 1em;
}

@media only screen and (max-width: 1060px) {
  .globalFooter__linkBox__wrapper {
    margin-left: -4.8%;
  }

  .globalFooter__linkBox {
    width: 33%;
    padding-left: 5%;
  }
  .globalFooter__linkBox:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .globalFooter__inner {
    padding: 50px 0 15px;
  }

  .globalFooter__linkBox__wrapper {
    overflow: hidden;
    margin-left: -1px;
    border-top: solid 1px #8b8b8b;
    border-bottom: solid 1px #8b8b8b;
  }

  .globalFooter__linkBox {
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
    float: none;
  }
  .globalFooter__linkBox:nth-child(3n+1) {
    clear: none;
  }
  .globalFooter__linkBox:last-child .globalFooter__linkBox__inner:last-child {
    border-bottom: none;
  }

  .globalFooter__linkBox__inner {
    width: 50%;
    margin-bottom: 0;
    border-bottom: solid 1px #8b8b8b;
    border-right: solid 1px #8b8b8b;
    box-sizing: border-box;
    float: left;
  }
  .globalFooter__linkBox__inner a {
    display: table-cell;
    width: 100%;
    padding: 0 13%;
    vertical-align: middle;
  }

  .globalFooter__linkBox__txt {
    font-size: 0.88rem;
    margin-bottom: 0;
    line-height: 1.3;
    display: table;
    width: 100%;
    height: 4em;
  }
  .globalFooter__linkBox__txt a {
    color: #d5d5d5;
  }

  .globalFooter__linkBox__txt--s {
    display: none;
  }

  .globalFooter__utility {
    float: none;
    padding: 0 2%;
  }

  .globalFooter__utility__items {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .globalFooter__utility__item {
    font-size: 0.63rem;
    padding: 0 .8em;
  }
  .globalFooter__utility__item a {
    color: #d5d5d5;
  }
  .globalFooter__utility__item:last-child {
    padding-right: 0;
  }

  .globalFooter__copyright {
    padding: 0 3%;
    float: none;
    text-align: center;
    font-size: 0.63rem;
    margin-bottom: 0;
  }
}
.topKeyVisual {
  margin: 0 auto 12px;
  position: relative;
}
/* Taille des images diaporama */
.topKeyVisual picture img {
  width: 100%;
  height: auto;
}
.topKeyVisual:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top:2.75%;
  background: url(http://www.mtc95.fr/fr/images/arc_bas_page.svg) no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
/* Variation arc_bas_page  */
  bottom: -5px;
  left: 0;
  z-index: 6;
}




.topKeyVisual__inner {
  width: 100%;
  padding-bottom: 40.625%;
  position: relative;
  overflow: hidden;
}

.topKeyVisual__slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.topKeyVisual__slide.is-animation {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.topKeyVisual__slide__item {
  z-index: 4;
  width: 100%;
  display: none;
  position: absolute;
}
.topKeyVisual__slide__item.is-current {
  display: block;
}

.topKeyVisual__txtBox {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.topKeyVisual__txtBox__lead {
  font-size: 3.75rem;
  line-height: 1.3;
  margin-bottom: .2em;
}

.topKeyVisual__txtBox__txt {
  font-size: 1rem;
  line-height: 1.6;
}

.topKeyVisual__slideNav__item {
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: -20px;
}
.topKeyVisual__slideNav__item a {
  width: 34px;
  height: 60px;
  display: block;
  position: relative;
}
.topKeyVisual__slideNav__item a:before {
  content: "";
  height: 0;
  width: 0;
  padding: 60%;
  position: absolute;
  top: 50%;
  margin-top: -60%;
}

.topKeyVisual__slideNav--prev {
  left: 2.3%;
}
.topKeyVisual__slideNav--prev a:before {
  left: 20%;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topKeyVisual__slideNav--next {
  right: 2.3%;
}
.topKeyVisual__slideNav--next a:before {
  right: 20%;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.topKeyVisual__slideNav__mark {
  position: absolute;
  bottom: 12.5%;
  z-index: 6;
  text-align: center;
  width: 100%;
  height: 0;
}

.slideMark__item {
  display: inline-block;
  vertical-align: top;
  margin: -12px 12px 0;
}
.slideMark__item a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.slideMark__item.is-current a {
  background-color: #00a040;
}

.keyVisual {
  position: relative;
  margin-bottom: 60px;
}

.keyVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.keyVisual__img--sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.keyVisual__inner {
  position: relative;
  height: 0;
  padding-bottom: 34.375%;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.keyVisual__heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.keyVisual__title {
  font-size: 2.38rem;
  margin: 5px 0;
}

.keyVisual__lead {
  font-size: 1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1060px) {
  .topKeyVisual__slideNav__item {
    margin-top: -2.6%;
    padding-bottom: 4.5%;
    padding-left: 2.4%;
    width: 0;
    height: 0;
  }
  .topKeyVisual__slideNav__item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .topKeyVisual__slideNav--prev {
    left: 2.8%;
  }

  .topKeyVisual__slideNav--next {
    right: 2.8%;
  }

  .topKeyVisual__txtBox__lead {
    font-size: 3.75rem;
    font-size: calc(2.375rem + 22 * (100vw - 768px) / 232);
  }

  .topKeyVisual__txtBox__txt {
    font-size: 1rem;
    font-size: calc(0.75rem + 4 * (100vw - 768px) / 232);
  }
}
@media only screen and (max-width: 767px) {
  .topKeyVisual__inner {
    padding-bottom: 133.43%;
  }

  .topKeyVisual__slideNav__item {
    display: none;
  }

  .topKeyVisual__slideNav__mark {
    bottom: 5%;
  }

  .slideMark__item a {
    width: 10px;
    height: 10px;
  }

  .topKeyVisual__txtBox__lead {
    font-size: calc(1.875rem + 30 * (100vw - 320px) / 448);
  }

  .topKeyVisual__txtBox__txt {
    font-size: calc(0.8125rem + 7 * (100vw - 320px) / 448);
  }

  .keyVisual {
    margin-bottom: 10%;
  }

  .keyVisual__img {
    display: none;
  }

  .keyVisual__img--sp {
    display: block;
  }

  .keyVisual__inner {
    padding-bottom: 56.25%;
  }

  .keyVisual__title {
    font-size: 1.38rem;
    font-size: calc(1.375rem + 16 * (100vw - 320px) / 448);
    margin: 2px 0;
  }

  .keyVisual__lead {
    font-size: 0.82rem;
    font-size: calc(0.8125rem + 3 * (100vw - 320px) / 448);
    line-height: 1.6;
  }
}
.mainHeading + .slideVisual {
  margin-top: -60px;
}

.slideVisual {
  margin-bottom: 60px;
}

.slideVisual__inner {
  position: relative;
  overflow: hidden;
  padding-bottom: .5em;
}

.slideVisual__slide__items {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}

.is-slideOn .slideVisual__slide__items {
  margin-left: -200%;
}

.slideVisual__slide__items.is-animation {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.slideVisual__slide__item {
  top: 0;
  left: 0;
  float: left;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  box-sizing: border-box;
  outline: none;
  width: 100%;
}

.slideVisual__slide__img {
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #eaeaea;
  position: relative;
}
.slideVisual__slide__img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slideVisual__slide__txt {
  text-align: right;
  margin-top: .5em;
  margin-right: 1em;
  font-size: 0.88rem;
}

.slideVisual__slideNav__item {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  margin-top: calc(-30px - 1.2em);
  z-index: 6;
  padding: 30px;
}
.slideVisual__slideNav__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: absolute;
  top: 0;
  left: 0;
}
.slideVisual__slideNav__item a:before {
  content: "";
  height: 0;
  width: 0;
  padding: 20%;
  position: absolute;
  top: 50%;
  margin-top: -20%;
}
.slideVisual__slideNav__item a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.slideVisual__slideNav--prev {
  left: 3.125%;
}
.slideVisual__slideNav--prev a:before {
  left: 35%;
  border-left: solid 2px #595656;
  border-bottom: solid 2px #595656;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slideVisual__slideNav--next {
  right: 3.125%;
}
.slideVisual__slideNav--next a:before {
  right: 35%;
  border-right: solid 2px #595656;
  border-bottom: solid 2px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slideVisual__slideThumb {
  max-width: 800px;
  margin: 0 auto -1.8%;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  display: none;
}

.is-slideOn .slideVisual__slideThumb {
  display: block;
}

.slideVisual__slideThumb__item {
  display: inline-block;
  width: 9%;
  padding-bottom: 9%;
  margin: 0 1% 2%;
  box-sizing: border-box;
  background-color: #565656;
  position: relative;
  overflow: hidden;
}
.slideVisual__slideThumb__item a {
  display: block;
}
.slideVisual__slideThumb__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slideVisual__slideThumb__item.is-current {
  overflow: hidden;
}
.slideVisual__slideThumb__item.is-current a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #00a040;
}

@media only screen and (min-width: 1281px) {
  .slideVisual__slide__img {
    padding-bottom: 720px;
  }

  .slideVisual__slideNav--prev {
    left: 40px;
  }

  .slideVisual__slideNav--next {
    right: 40px;
  }
}
@media only screen and (max-height: 760px) and (min-width: 1000px) {
  .slideVisual__slide__img {
    padding-bottom: 480px;
  }
}
@media only screen and (max-width: 1060px) {
  .slideVisual__slideNav__item {
    margin-top: -1.17%;
    margin-top: calc(-1.17% - 1.2em);
    padding: 2.34%;
  }
}
@media only screen and (max-width: 767px) {
  .mainHeading + .slideVisual {
    margin-top: -18%;
  }

  .slideVisual__slide__img {
    padding-bottom: 56.25%;
  }

  .slideVisual {
    margin-bottom: 10%;
  }

  .slideVisual__slide__txt {
    font-size: 0.63rem;
  }

  .slideVisual__slideNav__item {
    margin-top: -2.34%;
    margin-top: calc(-2.34% - 1.2em);
    padding: 4.68%;
  }
  .slideVisual__slideNav__item a:before {
    border-width: 1px;
  }

  .slideVisual__slideThumb {
    margin: 0 auto -1.8%;
    text-align: center;
    font-size: 0;
    overflow: hidden;
  }

  .slideVisual__slideThumb__item {
    width: 14%;
    padding-bottom: 14%;
    margin: 0 1.2% 2%;
  }
}
.pageNav {
  border-top: solid 1px #bbc2c9;
  border-bottom: solid 1px #bbc2c9;
  margin-bottom: 60px;
}

.pageNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10% 20px;
}

.pageNav__manuBtn {
  display: none;
}

.pageNav__items {
  margin: 0 -.8em;
  font-size: 0.88rem;
}

.pageNav__item {
  display: inline-block;
  margin: 0 .5em 10px;
  font-size: 0.88rem;
}
.pageNav__item a {
  position: relative;
  padding: 2px 0;
  display: block;
}
.pageNav__item a:before {
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00a040;
  position: absolute;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  opacity: 0;
}
.pageNav__item a:link, .pageNav__item a:visited, .pageNav__item a:hover, .pageNav__item a:active {
  text-decoration: none;
}
.pageNav__item > a:hover:before {
  background-color: #00a040;
  opacity: 1;
}
.pageNav__item.is-current > a:before {
  background-color: #00a040;
  opacity: 1;
}

.localNav {
  margin-bottom: 60px;
  padding: 0 10%;
}

.localNav__items {
  text-align: center;
  margin: 0 -10% -20px;
  letter-spacing: -1em;
}

.localNav__item {
  letter-spacing: 0;
  display: inline-block;
  font-size: 0.88rem;
  margin: 0 10px 20px;
  vertical-align: top;
  min-width: 150px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.localNav__item a {
  display: block;
  background-color: #e8e8e8;
  padding: 8px 28px 8px 25px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
.localNav__item a:after {
  content: "";
  width: .5em;
  height: .5em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: .8em;
  top: 50%;
  margin-top: -.3em;
}
.localNav__item a:hover {
  text-decoration: underline;
}

.catalogNav {
  border-top: solid 1px #bbc2c9;
  border-bottom: solid 1px #bbc2c9;
  padding: 40px 20px;
  margin-bottom: 40px;
}

.catalogNav__item {
  margin-bottom: 1.5em;
  font-size: 0.88rem;
}
.catalogNav__item a {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
  text-decoration: none;
}
.catalogNav__item a:hover {
  text-decoration: underline;
}
.catalogNav__item a:before {
  content: "";
  width: .5em;
  height: .5em;
  border-left: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: .4em;
  left: 0;
}
.catalogNav__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .pageNav__items {
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .pageNav {
    border-top: solid 1px #bbc2c9;
    border-bottom-width: 0;
    margin-bottom: 10%;
  }

  .pageNav__inner {
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }

  .pageNav__manuBtn {
    display: block;
    font-size: 0.94rem;
    padding: 3.5% 14.25% 3.5% 6.25%;
    border-bottom: solid 1px #bbc2c9;
    cursor: pointer;
    position: relative;
  }
  .pageNav__manuBtn:before, .pageNav__manuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 6.25%;
    width: 1em;
    height: 1px;
    background: #969696;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1;
  }
  .pageNav__manuBtn:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pageNav__manuBtn:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .pageNav.is-show .pageNav__manuBtn:before, .pageNav.is-show .pageNav__manuBtn:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .pageNav__items {
    margin: 0 0;
    background-color: #f3f3f3;
    padding: 10px 0;
    display: none;
  }

  .pageNav__item {
    display: block;
    margin: 0 0;
    font-size: 0.94rem;
  }
  .pageNav__item a {
    padding: 8px 6.25%;
  }
  .pageNav__item a:before {
    display: none;
  }
  .pageNav__item a:link, .pageNav__item a:visited, .pageNav__item a:hover, .pageNav__item a:active {
    text-decoration: none;
  }

  .localNav {
    margin-bottom: 10%;
    overflow: hidden;
    padding: 0 6.25%;
  }

  .localNav__items {
    margin: 0;
  }

  .localNav__item {
    display: block;
    font-size: 0.82rem;
    margin: 0 0 5%;
  }
  .localNav__item a {
    padding: 10px 25px;
  }
  .localNav__item a:after {
    right: 1em;
    top: 50%;
    margin-top: -.3em;
  }
  .localNav__item:last-child {
    margin-bottom: 0;
  }

  .catalogNav {
    padding: 10% 3.5%;
    margin-bottom: 10%;
  }

  .catalogNav__item {
    font-size: 0.82rem;
  }
}
.main {
  position: relative;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}

.l-contentsBox {
  margin-bottom: 100px;
}

.l-contentsBox__inner {
  width: auto;
  max-width: 1600px;
  padding: 0 10%;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}
.l-contentsBox__inner:last-child {
  margin-bottom: 0;
}

.l-contentsBox__inner--m {
	width: auto;
	max-width: 800px;
	padding: 0 10%;
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
}
.l-contentsBox__inner--m:last-child {
  margin-bottom: 0;
}

.l-contentsBox__inner--bg {
  background-color: #f1f1f1;
  width: auto;
  max-width: 800px;
  padding: 6.25% 10%;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}
.l-contentsBox__inner--bg:last-child {
  margin-bottom: 0;
}

.l-contentsBox--bg {
  margin-bottom: 100px;
  background-color: #f1f1f1;  
  position: relative;
  overflow: hidden;
}
.l-contentsBox--bg .l-contentsBox__inner, .l-contentsBox--bg .l-contentsBox__inner--m {
 /*  Position haut des cercles initialement a 6.25% top et Bottom */
  padding-top:0.5%;
  padding-bottom: 1%;
}
.l-contentsBox--bg:last-child {
  margin-bottom: 0;
}

.breadcrumbNav + .l-contentsBox--bg {
  margin-bottom: 60px;
}

.breadcrumbNav + .l-contentsBox--bg + .l-contentsBox {
  margin-bottom: 60px;
}

.l-contentsBox--bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.l-contentsBox--bg__img--sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

body:not(.is-headerFixed--on) .l-adjustAnchor {
  padding-top: 114px;
  margin-top: -114px;
}

.l-adjustAnchor {
  padding-top: 84px;
  margin-top: -84px;
}

.l-contentsBox--bg + .l-contentsBox--bg,
.l-contentsBox--bg + .l-contentsBox__wrapper,
.l-contentsBox__wrapper + .l-contentsBox--bg {
  margin-top: -100px;
}

.l-contentsBox__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.l-contentsBox--colum {
  position: relative;
}
.l-contentsBox--colum .l-contentsBox__inner {
  padding: 18.75% 6.25%;
}
.l-contentsBox--colum .contentsMain {
  min-height: 3.4em;
}
.l-contentsBox--colum .m-btn-type1, .l-contentsBox--colum .m-btn-type1-bk, .l-contentsBox--colum .m-btn-type1bk, .l-contentsBox--colum .m-btn-type1--s, .l-contentsBox--colum .m-btn-type1-bk--s, .l-contentsBox--colum .m-btn-type1bk--s, .l-contentsBox--colum .m-btn-type1--wht, .l-contentsBox--colum .m-btn-type1--blk, .l-contentsBox--colum .m-btn-type1--s, .l-contentsBox--colum .m-btn-type1--wht, .l-contentsBox--colum .m-btn-type1--blk {
  max-width: 320px;
  min-width: 0;
  width: 100%;
}

.l-contentsBox__wrapper[data-column='2'] .l-contentsBox--colum {
  width: 50%;
}

.l-contentsBox__wrapper[data-column='3'] .l-contentsBox--colum {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .l-contentsBox__wrapper[data-column='2'] .l-contentsBox--colum {
    width: 100%;
  }

  .l-contentsBox__wrapper[data-column='3'] .l-contentsBox--colum {
    width: 100%;
  }
}
@media only screen and (max-width: 1060px) {
  .l-contentsBox__inner, .l-contentsBox__inner--m {
    padding: 0 6.25%;
  }

  .l-contentsBox__inner--bg {
    padding: 6.25% 6.25%;
  }

  .l-adjustAnchor {
    padding-top: 88px;
    margin-top: -88px;
  }
}
@media only screen and (max-width: 767px) {
  .l-contentsBox {
    margin-bottom: 21.875%;
  }

  .l-contentsBox--bg {
    margin-bottom: 21.875%;
  }
  .l-contentsBox--bg .l-contentsBox__inner, .l-contentsBox--bg .l-contentsBox__inner--m {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .l-contentsBox--bg__img {
    display: none;
  }

  .l-contentsBox--bg__img--sp {
    display: block;
  }

  .l-contentsBox__inner, .l-contentsBox__inner--m {
    padding: 0 6.25%;
    margin-bottom: 10%;
  }
  .l-contentsBox__inner:last-child, .l-contentsBox__inner--m:last-child {
    margin-bottom: 0;
  }

  .l-adjustAnchor {
    padding-top: 54px;
    margin-top: -54px;
  }

  .l-contentsBox--bg + .l-contentsBox--bg,
  .l-contentsBox--bg + .l-contentsBox__wrapper,
  .l-contentsBox__wrapper + .l-contentsBox--bg {
    margin-top: -21.875%;
  }

  .l-contentsBox__wrapper {
    display: block;
    margin-bottom: 21.875%;
  }

  .l-contentsBox--colum {
    width: auto;
    position: relative;
  }
  .l-contentsBox--colum .l-contentsBox__inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .l-contentsBox--colum .contentsMain {
    min-height: 0;
  }
  .l-contentsBox--colum .m-btn-type1, .l-contentsBox--colum .m-btn-type1-bk, .l-contentsBox--colum .m-btn-type1bk, .l-contentsBox--colum .m-btn-type1--s, .l-contentsBox--colum .m-btn-type1-bk--s, .l-contentsBox--colum .m-btn-type1bk--s, .l-contentsBox--colum .m-btn-type1--wht, .l-contentsBox--colum .m-btn-type1--blk, .l-contentsBox--colum .m-btn-type1--s, .l-contentsBox--colum .m-btn-type1--wht, .l-contentsBox--colum .m-btn-type1--blk {
    max-width: none;
    min-width: 280px;
    width: 100%;
  }
}
.l-conpositWrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.l-conpositWrapper:last-child {
  margin-bottom: 0;
}

.l-conpositBox {
  width: 50%;
  box-sizing: border-box;
}

.l-conpositBox.box-L {
  padding-right: 15px;
  float: left;
}

.l-conpositBox.box-R {
  float: right;
  padding-left: 15px;
}
.l-conpositBox.box-R > .m-btn-type1--s {
  float: right;
}

.l-conpositBox.box-ALL {
  width: 100%;
}

.l-conpositBox.box-1third {
  width: 33.333%;
}

.l-conpositBox.box-2thirds {
  width: 66.666%;
}

.l-resultWrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.l-resultWrapper:last-child {
  margin-bottom: 0;
}

.l-resultBox.box-L {
  width: 27.5%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}
.l-resultBox.box-L img {
  border: solid 1px #bcbcbc;
}

.l-resultBox.box-R {
  width: 72.5%;
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .l-conpositWrapper {
    overflow: visible;
    margin-bottom: 10%;
  }
  .l-conpositWrapper:last-child {
    margin-bottom: 0;
  }
  .l-conpositWrapper:last-child .l-conpositBox:last-child {
    margin-bottom: 0;
  }

  .l-conpositBox {
    width: auto;
    margin-bottom: 10%;
  }

  .l-conpositBox.box-L {
    padding-right: 0;
    float: none;
  }

  .l-conpositBox.box-R {
    float: none;
    padding-left: 0;
  }
  .l-conpositBox.box-R > .m-btn-type1--s {
    float: none;
    margin-top: -5%;
  }

  .l-conpositBox.box-1third {
    width: auto;
  }

  .l-conpositBox.box-2thirds {
    width: auto;
  }

  .l-resultWrapper {
    overflow: hidden;
    margin-bottom: 10%;
  }
  .l-resultWrapper:last-child {
    margin-bottom: 0;
  }
  .l-resultWrapper .heading-type2 + .contentsTxt1 {
    clear: left;
  }
  .l-resultWrapper .heading-type3 + .contentsTxt1 {
    clear: left;
  }

  .l-resultBox.box-L {
    display: none;
  }

  .l-resultBox.box-R {
    width: auto;
    float: none;
    padding-left: 0;
  }
}
.breadcrumbNav {
  padding: 15px 30px;
}
.breadcrumbNav ol {
  font-size: 0.75rem;
  line-height: 1;
}
.breadcrumbNav li {
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  padding-right: 2.4em;
}
.breadcrumbNav li:after {
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  cursor: default;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.25em;
}
.breadcrumbNav li:last-child:after {
  display: none;
}
.breadcrumbNav li a {
  text-decoration: none;
}
.breadcrumbNav li a:hover {
  text-decoration: underline;
}

.mainHeading {
  padding-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}

main > .mainHeading {
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.mainHeading__title {
  font-size: 2.38rem;
  line-height: 1.4;
}

.mainHeading__lead {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-top: .6em;
}

.heading-type1 {
  margin-bottom: 35px;
}
.heading-type1:last-child {
  margin-bottom: 0;
}

.heading-type1__title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.6;
}
.heading-type1__title a {
  text-decoration: none;
}
.heading-type1__title a:hover {
  text-decoration: underline;
}

.heading-type1__lead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: .8em;
}

.heading-type2 {
  margin-bottom: 15px;
  text-align: left;
}

.heading-type2__title {
  font-size: 1.25rem;
  line-height: 1.6;
}

.heading-type2__lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: .6em;
}

.heading-type3 {
  margin-bottom: 10px;
  text-align: left;
}

.heading-type3__title {
  font-size: 1rem;
  line-height: 1.6;
}

.heading-type3__lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: .2em;
}

.u-taL .heading-type1__title {
  text-align: left;
}
.u-taL .heading-type1__lead {
  text-align: left;
}
.u-taL .heading-type2__title {
  text-align: left;
}
.u-taL .heading-type1__lead {
  text-align: left;
}
.u-taL .heading-type3__title {
  text-align: left;
}
.u-taL .heading-type3__lead {
  text-align: left;
}

.u-taC .heading-type1__title {
  text-align: center;
}
.u-taC .heading-type1__lead {
  text-align: center;
}
.u-taC .heading-type2__title {
  text-align: center;
}
.u-taC .heading-type1__lead {
  text-align: center;
}
.u-taC .heading-type3__title {
  text-align: center;
}
.u-taC .heading-type3__lead {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .breadcrumbNav {
    display: none;
  }

  .mainHeading {
    padding-top: 10%;
    margin-bottom: 21.875%;
  }

  .mainHeading__title {
    font-size: 1.63rem;
    font-size: calc(1.625rem + 12 * (100vw - 320px) / 448);
  }

  .mainHeading__lead {
    font-size: 0.82rem;
    margin-top: .6em;
  }

  .heading-type1 {
    margin-bottom: 10%;
  }

  .heading-type1__title {
    font-size: 22px;
    font-size: 8.2vw;
    font-size: calc(1.375rem + 6 * (100vw - 320px) / 448);
  }

  .heading-type1__lead {
    font-size: 1.13rem;
    font-size: calc(1.125rem + 2 * (100vw - 320px) / 448);
  }

  .heading-type2 {
    margin-bottom: 3%;
  }

  .heading-type2__title {
    font-size: 1.13rem;
    font-size: calc(1.125rem + 2 * (100vw - 320px) / 448);
    line-height: 1.6;
  }

  .heading-type2__lead {
    font-size: 1rem;
    font-size: calc(1rem + 2 * (100vw - 320px) / 448);
  }

  .heading-type3 {
    margin-bottom: 10px;
  }

  .heading-type3__title {
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
    line-height: 1.6;
  }

  .heading-type3__lead {
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
  }
}
.m-tabBox__list {
  text-align: center;
  font-size: 0;
  padding-bottom: 40px;
}
.m-tabBox__list:last-child {
  margin-bottom: 0;
}

.m-tabBox__list__item {
  display: inline-block;
  font-size: 1rem;
}
.m-tabBox__list__item a {
  font-size: 1rem;
  display: inline-block;
  padding: 5px;
  border-bottom-width: 0;
  pointer-events: none;
  color: #313131;
}
.m-tabBox__list__item a:link, .m-tabBox__list__item a:visited, .m-tabBox__list__item a:hover, .m-tabBox__list__item a:active {
  text-decoration: none;
}
.m-tabBox__list__item:after {
  content: "/";
  padding: 0 2.5em;
  display: inline-block;
}
.m-tabBox__list__item:last-child:after {
  display: none;
}

.m-tabBox__list [aria-selected="false"] {
  pointer-events: auto;
  color: #989898;
}
.m-tabBox__list [aria-selected="false"]:hover {
  text-decoration: underline;
}

.m-tabBox__tabpanel {
  display: none;
}
.m-tabBox__tabpanel[aria-hidden="false"] {
  display: block;
}

.infoList {
  text-align: center;
  margin-bottom: 40px;
}

.infoList__items {
  text-align: left;
  display: inline-block;
}

.infoList__dt {
  float: left;
  font-size: 0.88rem;
  margin-bottom: 2em;
}
.infoList__dt:last-of-type {
  margin-bottom: 0;
}

.infoList__dd {
  padding-left: 9em;
  font-size: 0.88rem;
  margin-bottom: 2em;
}
.infoList__dd:last-of-type {
  margin-bottom: 0;
}

html:lang(fr) .infoList__dd {
  padding-left: 10em;
}

.infoList__tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 14em;
  background-color: #8a8f93;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.88rem;
  padding: 5px;
  margin-top: -1px;
  float: left;
}

.infoList__txt {
  padding-left: 1.8em;
  overflow: hidden;
  font-size: 0.88rem;
}
.infoList__txt a {
  text-decoration: none;
}
.infoList__txt a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .m-tabBox__list {
    padding-bottom: 10%;
  }

  .m-tabBox__list__item {
    min-width: 0;
    font-feature-settings: "palt" 1;
    max-width: 100%;
  }
  .m-tabBox__list__item a {
    font-size: 15px;
    font-size: 4.7vw;
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
    padding: 0;
  }
  .m-tabBox__list__item:after {
    content: "/";
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
    padding: 0 1.4em;
    display: inline-block;
  }

  .infoList {
    text-align: center;
    margin-bottom: 6.8%;
  }

  .infoList__items {
    text-align: left;
    display: inline-block;
  }

  .infoList__dt {
    font-size: 0.82rem;
    margin-bottom: .5em;
    padding-right: 1em;
  }
  .infoList__dt:last-of-type {
    margin-bottom: .5em;
  }

  .infoList__dd {
    padding-left: 0;
    margin-bottom: 2em;
  }
  .infoList__dd:last-of-type {
    margin-bottom: 0;
  }

  html:lang(fr) .infoList__dd {
    padding-left: 0;
  }

  .infoList__tag {
    float: left;
    font-size: 0.63rem;
    min-width: 14em;
    padding: 2px;
    margin-top: 0px;
  }

  .infoList__txt {
    clear: both;
    padding-left: 0;
    font-size: 0.82rem;
  }
}
.m-btn-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.m-btn-wrap:last-child {
  margin-bottom: 0;
}

.m-btn-type1, .m-btn-type1-bk, .m-btn-type1bk, .m-btn-type1--s, .m-btn-type1-bk--s, .m-btn-type1bk--s, .m-btn-type1--wht, .m-btn-type1--blk {
  text-align: center;
  min-width: 320px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
.m-btn-type1:last-child, .m-btn-type1-bk:last-child, .m-btn-type1bk:last-child, .m-btn-type1--s:last-child, .m-btn-type1-bk--s:last-child, .m-btn-type1bk--s:last-child, .m-btn-type1--wht:last-child, .m-btn-type1--blk:last-child {
  margin-bottom: 0;
}
.m-btn-type1 a, .m-btn-type1-bk a, .m-btn-type1bk a, .m-btn-type1--s a, .m-btn-type1-bk--s a, .m-btn-type1bk--s a, .m-btn-type1--wht a, .m-btn-type1--blk a {
  display: table-cell;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #bbc2c9;
  padding: 4px 30px;
  line-height: 1.4;
  height: 3.3em;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1.13rem;
  position: relative;
  background-color: white;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.m-btn-type1 a:after, .m-btn-type1-bk a:after, .m-btn-type1bk a:after, .m-btn-type1--s a:after, .m-btn-type1-bk--s a:after, .m-btn-type1bk--s a:after, .m-btn-type1--wht a:after, .m-btn-type1--blk a:after {
  content: "";
  width: .7em;
  height: .7em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.35em;
}
.m-btn-type1 a:link, .m-btn-type1-bk a:link, .m-btn-type1bk a:link, .m-btn-type1--s a:link, .m-btn-type1-bk--s a:link, .m-btn-type1bk--s a:link, .m-btn-type1--wht a:link, .m-btn-type1--blk a:link, .m-btn-type1 a:visited, .m-btn-type1-bk a:visited, .m-btn-type1bk a:visited, .m-btn-type1--s a:visited, .m-btn-type1-bk--s a:visited, .m-btn-type1bk--s a:visited, .m-btn-type1--wht a:visited, .m-btn-type1--blk a:visited, .m-btn-type1 a:hover, .m-btn-type1-bk a:hover, .m-btn-type1bk a:hover, .m-btn-type1--s a:hover, .m-btn-type1-bk--s a:hover, .m-btn-type1bk--s a:hover, .m-btn-type1--wht a:hover, .m-btn-type1--blk a:hover, .m-btn-type1 a:active, .m-btn-type1-bk a:active, .m-btn-type1bk a:active, .m-btn-type1--s a:active, .m-btn-type1-bk--s a:active, .m-btn-type1bk--s a:active, .m-btn-type1--wht a:active, .m-btn-type1--blk a:active {
  text-decoration: none;
}
.m-btn-type1 a:hover, .m-btn-type1-bk a:hover, .m-btn-type1bk a:hover, .m-btn-type1--s a:hover, .m-btn-type1-bk--s a:hover, .m-btn-type1bk--s a:hover, .m-btn-type1--wht a:hover, .m-btn-type1--blk a:hover {
  background-color: #f1f1f1;
}
.u-taL .m-btn-type1, .u-taL .m-btn-type1-bk, .u-taL .m-btn-type1bk, .u-taL .m-btn-type1--s, .u-taL .m-btn-type1-bk--s, .u-taL .m-btn-type1bk--s, .u-taL .m-btn-type1--wht, .u-taL .m-btn-type1--blk {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none) {
  .m-btn-type1 a:after, .m-btn-type1-bk a:after, .m-btn-type1bk a:after, .m-btn-type1--s a:after, .m-btn-type1-bk--s a:after, .m-btn-type1bk--s a:after, .m-btn-type1--wht a:after, .m-btn-type1--blk a:after, .m-btn-type1-bk a:after, .m-btn-type1bk a:after, .m-btn-type1--wht a:after, .m-btn-type1--blk a:after {
    top: 21px;
    margin-top: 0;
  }

  .m-btn-type1--s a:after, .m-btn-type1-bk--s a:after, .m-btn-type1bk--s a:after {
    top: 15px;
    margin-top: 0;
  }
}
.m-btn-type1-bk a:after, .m-btn-type1bk a:after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m-btn-type1--s {
  min-width: 130px;
}
.m-btn-type1--s a {
  padding: 10px 35px 10px 35px;
  font-size: 0.88rem;
  height: 2.6em;
}

.m-btn-type1-bk--s, .m-btn-type1bk--s {
  min-width: 130px;
}
.m-btn-type1-bk--s a, .m-btn-type1bk--s a {
  padding: 10px 35px 10px 35px;
  font-size: 0.88rem;
  height: 2.6em;
}
.m-btn-type1-bk--s a:after, .m-btn-type1bk--s a:after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m-btn-type1--wht a {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.m-btn-type1--wht a:after {
  border-color: #fff;
}
.m-btn-type1--wht a:hover {
  background-color: rgba(240, 240, 240, 0.2);
}

.m-btn-type1--blk a {
  border-color: #595656;
  color: #595656;
  background-color: rgba(255, 255, 255, 0.1);
}
.m-btn-type1--blk a:after {
  border-color: #595656;
}
.m-btn-type1--blk a:hover {
  background-color: rgba(240, 240, 240, 0.2);
}

.m-btn-type2 {
  text-align: center;
  min-width: 320px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.m-btn-type2 a {
  border: solid 1px #bbc2c9;
  padding: 4px 10px;
  line-height: 1.4;
  height: 3.3em;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1.13rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.m-btn-type2 a:link, .m-btn-type2 a:visited, .m-btn-type2 a:hover, .m-btn-type2 a:active {
  text-decoration: none;
}
.m-btn-type2 a:hover {
  background-color: #f1f1f1;
}

.m-btn-type3 {
  text-align: center;
  min-width: 320px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1px #bbc2c9;
  box-sizing: border-box;
}
.m-btn-type3 a {
  padding: 4px 2px;
  line-height: 1.4;
  height: 3.3em;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1.13rem;
  position: relative;
}
.m-btn-type3 a img {
  width: 100%;
  height: auto;
}
.m-btn-type3 a:link, .m-btn-type3 a:visited, .m-btn-type3 a:hover, .m-btn-type3 a:active {
  text-decoration: none;
}
.m-btn-type3 a:hover {
  text-decoration: underline;
}
.m-btn-type3:first-child {
  border-left-width: 0;
}

.m-btn-type3__img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.m-btn-more-wrap {
  text-align: center;
  margin: 40px 0;
}

.m-btn-more {
  text-align: center;
  min-width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-btn-more a {
  display: block;
  border: solid 1px #bbc2c9;
  padding: 14px 10px;
  line-height: 1.4;
  font-size: 0.88rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.m-btn-more a:after {
  content: "";
  width: .9em;
  height: .9em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -.7em;
}
.m-btn-more a:link, .m-btn-more a:visited, .m-btn-more a:hover, .m-btn-more a:active {
  text-decoration: none;
}
.m-btn-more a:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 767px) {
  .m-btn-wrap {
    margin-bottom: 10%;
  }

  .m-btn-type1, .m-btn-type1-bk, .m-btn-type1bk, .m-btn-type1--s, .m-btn-type1-bk--s, .m-btn-type1bk--s, .m-btn-type1--wht, .m-btn-type1--blk {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .m-btn-type1:last-child, .m-btn-type1-bk:last-child, .m-btn-type1bk:last-child, .m-btn-type1--s:last-child, .m-btn-type1-bk--s:last-child, .m-btn-type1bk--s:last-child, .m-btn-type1--wht:last-child, .m-btn-type1--blk:last-child {
    margin-bottom: 0;
  }
  .m-btn-type1 a, .m-btn-type1-bk a, .m-btn-type1bk a, .m-btn-type1--s a, .m-btn-type1-bk--s a, .m-btn-type1bk--s a, .m-btn-type1--wht a, .m-btn-type1--blk a {
    font-size: 0.82rem;
    height: 4em;
  }

  .m-btn-type2 {
    width: 280px;
    min-width: 0;
    max-width: 100%;
  }
  .m-btn-type2 a {
    font-size: 0.82rem;
    height: 4em;
  }

  .m-btn-type3 a {
    font-size: 0.75rem;
  }

  .m-btn-type1--s {
    min-width: 130px;
    width: auto;
  }
  .m-btn-type1--s a {
    padding: 3px 35px 3px 35px;
    height: 3em;
  }

  .m-btn-type1bk--s, .m-btn-type1-bk--s {
    min-width: 130px;
    width: auto;
  }
  .m-btn-type1bk--s a, .m-btn-type1-bk--s a {
    padding: 3px 35px 3px 35px;
    height: 3em;
  }

  .m-btn-more-wrap {
    margin: 10% 0;
  }

  .m-btn-more {
    text-align: center;
  }
  .m-btn-more a {
    font-size: 0.82rem;
    padding: 12px 10px;
  }
  .m-btn-more a:after {
    width: .7em;
    height: .7em;
    margin-top: -.5em;
  }
  .m-btn-more a:link, .m-btn-more a:visited, .m-btn-more a:hover, .m-btn-more a:active {
    text-decoration: none;
  }
  .m-btn-more a:hover {
    background-color: #f1f1f1;
  }
}
.m-btnList {
  margin-bottom: 60px;
  overflow: hidden;
}
.m-btnList:last-child {
  margin-bottom: 0;
}

.m-btnList__items {
  font-size: 0;
  margin: 0 -15px -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-taL .m-btnList__items {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m-btnList__item {
  text-align: center;
  width: 33.333%;
  width: calc(100% / 3);
  min-width: 0;
  padding: 0 15px 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  font-size: 1rem;
  vertical-align: top;
}
.m-btnList__item a {
  width: 100%;
}
.m-btnList__item:last-child {
  margin-bottom: 30px;
}

.m-btnList[data-column='5'] .m-btnList__item {
  width: 20%;
}
.m-btnList[data-column='5'] .m-btn-type3:nth-child(5n+1) {
  border-left-width: 0;
}
.m-btnList[data-column='4'] .m-btnList__item {
  width: 25%;
}
.m-btnList[data-column='4'] .m-btn-type3:nth-child(4n+1) {
  border-left-width: 0;
}
.m-btnList[data-column='3'] .m-btnList__item {
  width: 33.333%;
}
.m-btnList[data-column='3'] .m-btn-type3:nth-child(3n+1) {
  border-left-width: 0;
}
.m-btnList[data-column='2'] .m-btnList__item {
  width: 50%;
}
.m-btnList[data-column='2'] .m-btn-type3:nth-child(2n+1) {
  border-left-width: 0;
}
.m-btnList[data-column='1'] .m-btnList__item {
  width: 100%;
}
.m-btnList[data-column='1'] .m-btn-type3:nth-child(n+1) {
  border-left-width: 0;
}

@media only screen and (max-width: 767px) {
  .m-btnList {
    margin-bottom: 10%;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
  }
  .m-btnList:last-child {
    margin-bottom: 0;
  }

  .m-btnList__items {
    margin: 0 -2.2% -4%;
    margin: 0 -1.75vw -3.5vw;
  }

  .m-btnList__item {
    width: 50%;
    min-width: 0;
    padding: 0 2% 0;
    padding: 0 1.75vw 0;
    margin-bottom: 4%;
    margin-bottom: 3.5vw;
  }
  .m-btnList__item:last-child {
    margin-bottom: 4%;
    margin-bottom: 3.5vw;
  }

  .m-btnList[data-column-sp='4'] .m-btnList__item {
    width: 25%;
  }
  .m-btnList[data-column-sp='3'] .m-btnList__item {
    width: 33.333%;
  }
  .m-btnList[data-column-sp='2'] .m-btnList__item {
    width: 50%;
  }
  .m-btnList[data-column-sp='1'] .m-btnList__item {
    width: 100%;
  }

  .m-btnList[data-column-sp='4'] .m-btn-type3 {
    border-left-width: 1px;
  }
  .m-btnList[data-column-sp='4'] .m-btn-type3:nth-child(4n+1) {
    border-left-width: 0;
  }
  .m-btnList[data-column-sp='3'] .m-btn-type3 {
    border-left-width: 1px;
  }
  .m-btnList[data-column-sp='3'] .m-btn-type3:nth-child(3n+1) {
    border-left-width: 0;
  }
  .m-btnList[data-column-sp='2'] .m-btn-type3 {
    border-left-width: 1px;
  }
  .m-btnList[data-column-sp='2'] .m-btn-type3:nth-child(2n+1) {
    border-left-width: 0;
  }
  .m-btnList[data-column-sp='1'] .m-btn-type3:nth-child(n+1) {
    border-left-width: 0;
  }
}
.m-btn-wrap + .m-snsBtn, .contentsMain + .m-snsBtn {
  margin-top: -20px;
}

.m-snsBtn {
  margin-bottom: 60px;
}
.m-snsBtn:last-child {
  margin-bottom: 0;
}

.m-snsBtn__items {
  text-align: center;
}

.m-snsBtn__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0;
}
.m-snsBtn__item .twitter-share-button {
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .m-btn-wrap + .m-snsBtn, .contentsMain + .m-snsBtn {
    margin-top: -4%;
  }

  .m-snsBtn {
    margin-bottom: 10%;
  }
  .m-snsBtn:last-child {
    margin-bottom: 0;
  }
}
.m-columnBox {
  overflow: hidden;
  margin-bottom: 60px;
}
.m-columnBox:last-child {
  margin-bottom: 0;
}

.m-columnBox__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px -30px;
  overflow: hidden;
}

.m-columnBox-type1 .m-columnBox__standardImg {
  border: 1px solid #bbc2c9;
  width: calc(100% - 2px);
}
.m-columnBox-type1 .m-columnBox__img img {
  border: 1px solid #bbc2c9;
  width: calc(100% - 2px);
}

.m-columnBox__item {
  width: 25%;
  padding: 0 15px 30px;
  box-sizing: border-box;
}
.m-columnBox__item > a {
  text-decoration: none;
}
.m-columnBox__item > a:hover {
  text-decoration: none;
}
.m-columnBox__item > a:hover p {
  text-decoration: underline;
}
.m-columnBox__item > a:hover img {
  opacity: .8;
}
.m-columnBox__item > a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.2em;
}
.m-columnBox__item > a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt--s:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.1em;
}

.m-columnBox[data-column='5'] .m-columnBox__item {
  width: 20%;
}
.m-columnBox[data-column='4'] .m-columnBox__item {
  width: 25%;
}
.m-columnBox[data-column='3'] .m-columnBox__item {
  width: 33.333%;
}
.m-columnBox[data-column='2'] .m-columnBox__item {
  width: 50%;
}
.m-columnBox[data-column='1'] .m-columnBox__item {
  width: 100%;
}

@media print {
  .m-columnBox__items {
    display: block;
  }
  .m-columnBox__items:after {
    content: "";
    display: block;
    clear: both;
  }

  .m-columnBox__item {
    float: left;
  }

  .m-columnBox[data-column='5'] .m-columnBox__item:nth-child(5n+1) {
    clear: left;
  }
  .m-columnBox[data-column='4'] .m-columnBox__item:nth-child(4n+1) {
    clear: left;
  }
  .m-columnBox[data-column='3'] .m-columnBox__item:nth-child(3n+1) {
    clear: left;
  }
  .m-columnBox[data-column='2'] .m-columnBox__item:nth-child(2n+1) {
    clear: left;
  }

  .m-columnBox--single .m-columnBox__item {
    float: none;
  }
}
.m-columnBox--single {
  display: block;
}
.m-columnBox--single .m-columnBox__item {
  margin: 0 auto;
}

.m-columnBox__img img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-columnBox__img figcaption {
  margin-top: .5em;
  line-height: 1.4;
  font-size: 0.75rem;
  text-align: left;
}

.m-columnBox__standardImg {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
}
.m-columnBox__standardImg img {
  max-width: 100.5%;
  max-height: 100.5%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-columnBox__txtBox {
  margin-bottom: 10px;
}

.m-columnBox__title {
  margin-top: .8em;
  font-size: 1rem;
  line-height: 1.4;
}

.m-columnBox__txt {
  margin-top: .8em;
  font-size: 1rem;
  line-height: 1.4;
}

.m-columnBox__txt--s {
  margin-top: .6em;
  font-size: 0.75rem;
}

.m-columnBox__txt--l {
  margin-top: .6em;
  font-size: 1.38rem;
}

.m-columnBox__txt + .m-columnBox__txt--s {
  margin-top: .5em;
}

.m-columnBox__txt--s + .m-columnBox__txt--s {
  margin-top: .5em;
}

.m-columnBox__txt + .m-columnBox__txt--l {
  margin-top: .8em;
}

.m-columnBox__txt--l + .m-columnBox__txt--l {
  margin-top: .8em;
}

.m-columnBox__tag {
  margin-top: .3em;
  font-size: 0.75rem;
  margin-left: -5px;
  margin-bottom: -5px;
  text-decoration: none;
  overflow: hidden;
}

.m-columnBox__tag__item {
  font-size: 0.75rem;
  display: inline-block;
  border: solid 1px #bbc2c9;
  padding: 2px 5px;
  line-height: 1.2;
  margin-left: 5px;
  margin-bottom: 5px;
  min-width: 7.6em;
  text-align: center;
}

.m-columncircle a, .m-columncircle span {
  position: relative;
  display: block;
}
.m-columncircle .m-columnBox__img {
  border-radius: 50%;
  overflow: hidden;
}
.m-columncircle .m-columnBox__img img {
  border-radius: 50%;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.m-columncircle .m-columnBox__circleTxt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);		  
}


.m-columnBox__linkTitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: .5em;
  margin-bottom: .4em;
}

.m-columnBox__linkItems {
  padding-left: 1em;
}

.m-columnBox__linkItem {
  font-size: 1rem;
  margin-bottom: .5em;
}
.m-columnBox__linkItem a {
  display: inline-block;
  text-decoration: none;
}
.m-columnBox__linkItem a:hover {
  text-decoration: underline;
  color:#ffa632;
}
.m-columnBox__linkItem:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .m-columnBox {
    margin-bottom: 10%;
  }
  .m-columnBox:last-child {
    margin-bottom: 0;
  }

  .m-columnBox__items {
    margin: 0 -2% -4%;
    margin: 0 -2% -3.5vw;
  }

  .m-columnBox__item {
    width: 25%;
    padding: 0 2% 4%;
    padding: 0 2% 3.5vw;
    box-sizing: border-box;
  }

  .m-columnBox[data-column-sp='4'] .m-columnBox__item {
    width: 25%;
  }
  .m-columnBox[data-column-sp='3'] .m-columnBox__item {
    width: 33.333%;
  }
  .m-columnBox[data-column-sp='2'] .m-columnBox__item {
    width: 50%;
  }
  .m-columnBox[data-column-sp='1'] .m-columnBox__item {
    width: 100%;
  }

  .m-columnBox__txtBox {
    margin-bottom: .5em;
  }

  .m-columnBox__txt {
    margin-top: .6em;
    font-size: 0.94rem;
  }

  .m-columnBox__txt--s {
    margin-top: .4em;
  }

  .m-columnBox__txt--l {
    margin-top: .8em;
  }

  .m-columnBox__txt + .m-columnBox__txt--s {
    margin-top: .4em;
  }

  .m-columnBox__txt--s + .m-columnBox__txt--s {
    margin-top: .4em;
  }

  .m-columnBox__txt + .m-columnBox__txt--l {
    margin-top: .8em;
  }

  .m-columnBox__txt--l + .m-columnBox__txt--l {
    margin-top: .8em;
  }

  .m-columnBox__tag {
    margin-top: .3em;
    font-size: 0.75rem;
  }

  .m-columnBox__tag__item {
    font-size: 0.63rem;
    min-width: 5em;
  }

  .m-columnBox__linkTitle {
    font-size: 0.94rem;
    font-feature-settings: "palt" 1;
    letter-spacing: .05em;
    margin-top: .4em;
    margin-bottom: .2em;
  }

  .m-columnBox__linkItems {
    margin-bottom: 1em;
  }

  .m-columnBox__linkItem {
    font-size: 0.75rem;
  }

  .m-columnBox[data-column-sp='2'] .m-columnBox__item:nth-last-child(1) .m-columnBox__linkItems, .m-columnBox[data-column-sp='2'] .m-columnBox__item:nth-last-child(2) .m-columnBox__linkItems {
    margin-bottom: 0;
  }
}
.contentsInSection {
  margin-bottom: 40px;
}
.contentsInSection:last-child {
  margin-bottom: 0;
}

.contentsPaling {
  background-color: #f3f3f3;
  width: auto;
  padding: 60px 10%;
  margin: 0 auto;
  position: relative;
}

.contentsTxt1 {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.contentsTxt1:last-child {
  margin-bottom: 0;
}
.contentsTxt1 a:link {
  text-decoration: underline;
}
.contentsTxt1 a:hover {
  text-decoration: none;
}

.contentsPagetop {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-top: 3em;
  margin-bottom: 1em;
  text-align: right;
}
.contentsPagetop a:before {
  content: "↑";
  display: inline-block;
  margin-right: .2em;
}
.contentsPagetop:last-child {
  margin-bottom: 0;
}
.contentsPagetop a:link {
  text-decoration: none;
}
.contentsPagetop a:hover {
  text-decoration: underline;
}

.contentsImg1, .thinking-pageKeyVisual {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.contentsImg1 img, .thinking-pageKeyVisual img {
  width: 100%;
  height: auto;
}
.contentsImg1 figcaption, .thinking-pageKeyVisual figcaption {
  margin-top: .5em;
  line-height: 1.4;
  font-size: 0.75rem;
}
.contentsImg1:last-child, .thinking-pageKeyVisual:last-child {
  margin-bottom: 0;
}
.contentsImg1[data-size='m'], .thinking-pageKeyVisual[data-size='m'] {
  max-width: 80%;
}
.contentsImg1[data-size='s'], .thinking-pageKeyVisual[data-size='s'] {
  max-width: 50%;
}
.contentsImg1[data-size='auto'], .thinking-pageKeyVisual[data-size='auto'] {
  text-align: center;
  max-width: none;
}
.contentsImg1[data-size='auto'] img, .thinking-pageKeyVisual[data-size='auto'] img {
  width: auto;
  max-width: 100%;
}

html:lang(fr) .contentsImg1[data-size='m'] {
  max-width: 65%;
}
html:lang(fr) .contentsImg1[data-size='s'] {
  max-width: 40%;
}
@media only screen and (max-width: 767px) {
  html:lang(fr) .contentsImg1[data-size-sp='l'] {
    max-width: 100%;
  }
  html:lang(fr) .contentsImg1[data-size-sp='m'] {
    max-width: 80%;
  }
  html:lang(fr) .contentsImg1[data-size-sp='s'] {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contentsNote1 {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
.contentsNote1:last-child {
  margin-bottom: 0;
}

.contentsList1, .numberList {
  font-size: 0.88rem;
  margin-bottom: 1em;
}
.contentsList1:last-child, .numberList:last-child {
  margin-bottom: 0;
}

.numberList {
  list-style: decimal;
  padding-left: 2em;
}

.contentsList1__item, .numberList__item {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: .8em;
  position: relative;
}
.contentsList1__item:last-child, .numberList__item:last-child {
  margin-bottom: 0;
}
.contentsList1__item.u-sqIcon, .numberList__item.u-sqIcon {
  padding-left: 1.2em;
}
.contentsList1__item.u-sqIcon:before, .numberList__item.u-sqIcon:before {
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  background-color: #00a040;
  position: absolute;
  left: 0;
  top: .5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contentsList1__item.u-dotIcon, .numberList__item.u-dotIcon {
  padding-left: 1em;
  text-indent: -1em;
}
.contentsList1__item.u-dotIcon:before, .numberList__item.u-dotIcon:before {
  content: "・";
}

.contentsList2 {
  font-size: 0.88rem;
  margin-bottom: 1em;
  padding-left: 1.2em;
}
.contentsList2:last-child {
  margin-bottom: 0;
}

.contentsList2__item {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: .5em;
  position: relative;
}
.contentsList2__item:last-child {
  margin-bottom: 0;
}

.namList1 {
  font-size: 0.88rem;
  margin-bottom: 1em;
}
.namList1:last-child {
  margin-bottom: 0;
}

.namList1__item {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: .5em;
  position: relative;
}
.namList1__item:last-child {
  margin-bottom: 0;
}

.heading-type3 + .contentsList1 > .u-dotIcon {
  padding-left: 2.8em;
}

.defineList .defineList__dd.u-indent--n2 {
  text-indent: 0;
  padding-left: 2em;
}

.defineList__dt {
  font-size: 0.88rem;
  margin-bottom: .5em;
}
.defineList__dt:last-child {
  margin-bottom: 0;
}
.defineList__dt.u-indent--n1_5 + .defineList__dd {
  padding-left: 1.5em;
}

.defineList__dd {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: .8em;
  margin-bottom: 1.5em;
  position: relative;
}
.defineList__dd:last-child {
  margin-bottom: 0;
}

.contentsMain {
  margin-bottom: 60px;
}
.contentsMain:last-child {
  margin-bottom: 0;
}

.contentsMain + .m-btn-wrap {
  margin-top: -20px;
}

.contentsMore {
  margin-bottom: 1em;
}
.contentsMore.is-show .m-btn-more-wrap {
  display: none;
}

.contentsMore__main {
  display: none;
}

.contentsTable {
  margin-bottom: 40px;
  overflow: hidden;
}
.contentsTable:last-child {
  margin-bottom: 0;
}
.contentsTable table {
  width: 100%;
  border: none;
  border-collapse: separate;
  table-layout: auto;
  overflow: hidden;
  border-top: solid 1px #bbc2c9;
}
.contentsTable[data-table-layout="fixed"] table, .contentsTable[data-table-layout="auto"] table {
  table-layout: fixed;
  margin-left: -1px;
}
.contentsTable th, .contentsTable td {
  text-align: left;
  font-size: 0.88rem;
  border-bottom: solid 1px #bbc2c9;
  padding: 20px 20px 20px 20px;
  border-left: solid 1px #bbc2c9;
}
.contentsTable th {
  background-color: #f3f3f3;
  font-weight: normal;
}
.contentsTable th:first-child {
  border-left-width: 0;
}
.contentsTable th.head {
  text-align: center;
}
.contentsTable thead tr:first-of-type th {
  background-color: #c9c9c9;
}
.contentsTable td:last-child {
  border-left-width: 1px;
}
.contentsTable td table {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.contentsTable td table:first-child {
  margin-top: -20px;
  border-top-width: 0;
}
.contentsTable td table:last-child {
  margin-bottom: -20px;
  border-bottom-width: 0;
}
.contentsTable td table:last-child tr:last-child th, .contentsTable td table:last-child tr:last-child td {
  border-bottom-width: 0;
}
.contentsTable td table th, .contentsTable td table td {
  border-left-width: 0;
}
.contentsTable td table td:last-child {
  border-left-width: 0;
}

.contentsList1__item a[target="_blank"]:after, .contentsList1__item .u-linkBlank:after, .numberList__item a[target="_blank"]:after, .numberList__item .u-linkBlank:after, .contentsList2__item a[target="_blank"]:after, .contentsList2__item .u-linkBlank:after, .contentsTxt1 a[target="_blank"]:after, .contentsTxt1 .u-linkBlank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.2em;
}

.contentsImg1 a[target="_blank"], .m-columnBox__img a[target="_blank"] {
  display: block;
}
.contentsImg1 a[target="_blank"] img:hover, .m-columnBox__img a[target="_blank"] img:hover {
  opacity: .8;
}
.contentsImg1 a[target="_blank"] .imgIcon, .m-columnBox__img a[target="_blank"] .imgIcon {
  position: relative;
}
.contentsImg1 a[target="_blank"] .imgIcon:before, .m-columnBox__img a[target="_blank"] .imgIcon:before {
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 6px;
  display: block;
  z-index: 9;
  content: url("http://www.mtc95.fr/fr/images/icon_img.svg");
  right: 0;
  bottom: 0;
}
.contentsImg1 a[target="_blank"] .imgIcon:after, .m-columnBox__img a[target="_blank"] .imgIcon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #535353;
  opacity: 0.5;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .contentsPaling {
    padding: 15% 7%;
    margin: 0 auto;
    position: relative;
  }

  .contentsTxt1 {
    font-size: 0.82rem;
  }

  .contentsNote1 {
    font-size: 0.63rem;
  }

  .contentsPagetop {
    font-size: 0.82rem;
    margin-top: 2em;
  }

  .contentsList1, .numberList {
    font-size: 0.82rem;
  }

  .contentsList1__item, .numberList__item {
    font-size: 0.82rem;
  }

  .contentsList2 {
    font-size: 0.82rem;
    padding-left: 1em;
  }

  .contentsList2__item {
    font-size: 0.82rem;
    margin-bottom: .4em;
  }

  .contentsImg1, .thinking-pageKeyVisual {
    font-size: 0.82rem;
  }
  .contentsImg1 figcaption, .thinking-pageKeyVisual figcaption {
    font-size: 0.69rem;
  }
  .contentsImg1[data-size-sp='l'], .thinking-pageKeyVisual[data-size-sp='l'] {
    max-width: 100%;
  }
  .contentsImg1[data-size-sp='m'], .thinking-pageKeyVisual[data-size-sp='m'] {
    max-width: 80%;
  }
  .contentsImg1[data-size-sp='s'], .thinking-pageKeyVisual[data-size-sp='s'] {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .thinking-pageKeyVisual figcaption {
    padding: 0 6.25%;
  }

  .contentsMain {
    margin-bottom: 10%;
  }
  .contentsMain:last-child {
    margin-bottom: 0;
  }

  .contentsMain + .m-btn-wrap {
    margin-top: -4%;
  }

  .contentsTable {
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 10%;
    padding-bottom: 2px;
  }
  .contentsTable:last-child {
    margin-bottom: 0;
  }
  .contentsTable table {
    width: auto;
    min-width: 100%;
  }
  .contentsTable::-webkit-scrollbar {
    height: 8px;
  }
  .contentsTable::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
  }
  .contentsTable::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .contentsTable th, .contentsTable td {
    font-size: 0.82rem;
    padding: 1.5em 1.5em;
  }
}
.accordionBox + .accordionBox {
  margin-top: -1px;
}

.accordionBox__title {
  font-size: 1.13rem;
  border-top: solid 1px #bbc2c9;
  border-bottom: solid 1px #bbc2c9;
  padding: 32px 30px 32px 0;
  cursor: pointer;
  position: relative;
}
.accordionBox__title:before, .accordionBox__title:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1.5em;
  height: 2px;
  background: #969696;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
}
.accordionBox__title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordionBox__title:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordionBox__contents {
  padding: 40px 0 60px;
  margin: 0 auto;
  border-bottom: solid 1px #bbc2c9;
  display: none;
}

.accordionBox.is-show .accordionBox__title:before, .accordionBox.is-show .accordionBox__title:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
  .accordionBox__title {
    font-size: 0.94rem;
    padding: 3.8% 6.25% 3.8% 0;
  }
  .accordionBox__title:before, .accordionBox__title:after {
    right: 1%;
    width: 1em;
    height: 1px;
  }

  .accordionBox__contents {
    padding: 10% 0;
  }
}
.u-pageNumTitle {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .u-pageNumTitle {
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
    line-height: 1.6;
    margin-bottom: 6%;
  }
}
.u-pagination {
  border: solid 1px #bbc2c9;
  text-align: center;
  position: relative;
}

.u-paginationList {
  overflow: hidden;
  letter-spacing: -1em;
}

.u-pagination__item {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
}
.u-pagination__item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.u-pagination__item a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

.u-pagination__num {
  line-height: 68px;
}
.u-pagination__num a {
  width: 68px;
  height: 68px;
}
.u-pagination__num > span {
  width: 68px;
  height: 68px;
  display: block;
  position: relative;
}
.u-pagination__num.is-current {
  color: #00a040;
}
.u-pagination__num.is-current > span:before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: 2px;
  background-color: #00a040;
  position: absolute;
  margin-top: .9em;
  margin-left: -.75em;
}

.u-pagination__abb span {
  padding: 0 5px;
}

.u-pagination__total {
  display: none;
}

.u-pagination__first a, .u-pagination__prev a {
  display: block;
  width: 68px;
  height: 68px;
  border-right: solid 1px #bbc2c9;
}

.u-pagination__first {
  position: absolute;
  left: 0;
  top: 0;
}
.u-pagination__first a:before, .u-pagination__first a:after {
  content: "";
  width: 1em;
  height: 1em;
  border-left: solid 1px #6d6d6c;
  border-bottom: solid 1px #6d6d6c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -.5em;
}
.u-pagination__first a:after {
  left: 2.1em;
}

.u-pagination__prev {
  position: absolute;
  left: 69px;
  top: 0;
}
.u-pagination__prev a:before {
  content: "";
  width: 1em;
  height: 1em;
  border-left: solid 1px #6d6d6c;
  border-bottom: solid 1px #6d6d6c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 1.8em;
  top: 50%;
  margin-top: -.5em;
}

.u-pagination__next a, .u-pagination__last a {
  display: block;
  width: 68px;
  height: 68px;
  border-left: solid 1px #bbc2c9;
}

.u-pagination__next {
  position: absolute;
  right: 69px;
  top: 0;
}
.u-pagination__next a:before {
  content: "";
  width: 1em;
  height: 1em;
  border-right: solid 1px #6d6d6c;
  border-bottom: solid 1px #6d6d6c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 1.8em;
  top: 50%;
  margin-top: -.5em;
}

.u-pagination__last {
  position: absolute;
  right: 0;
  top: 0;
}
.u-pagination__last a:before, .u-pagination__last a:after {
  content: "";
  width: 1em;
  height: 1em;
  border-right: solid 1px #6d6d6c;
  border-bottom: solid 1px #6d6d6c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -.5em;
}
.u-pagination__last a:after {
  right: 2.1em;
}

@media only screen and (max-width: 767px) {
  .u-pagination__item {
    font-size: 0.82rem;
  }

  .u-pagination__abb {
    display: none;
  }

  .u-pagination__num {
    display: none;
  }

  .u-pagination__total {
    display: block;
    height: 58px;
    line-height: 58px;
  }

  .u-pagination__first a, .u-pagination__prev a, .u-pagination__next a, .u-pagination__last a {
    width: 58px;
    height: 58px;
  }

  .u-pagination__first, .u-pagination__last {
    display: none;
  }

  .u-pagination__prev {
    left: 0;
  }

  .u-pagination__next {
    right: 0;
  }
}
.fixedSearchBtn {
  position: fixed;
  z-index: 4;
  right: 50px;
  bottom: 50px;
}
.fixedSearchBtn a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #565656;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fixedSearchBtn a img {
  width: 100%;
  height: auto;
}
.fixedSearchBtn.is-abs {
  position: absolute;
  margin-right: 0 !important;
}

@media only screen and (max-width: 1060px) {
  .fixedSearchBtn {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedSearchBtn {
    right: 5%;
    bottom: 0;
    margin-bottom: 5%;
  }
  .fixedSearchBtn a {
    width: 50px;
    height: 50px;
  }
}
.searchBox {
  background-color: #f3f3f3;
  margin-bottom: 60px;
}
.searchBox:last-child {
  margin-bottom: 0;
}
.searchBox .searchBox__contents {
  display: none;
}

.searchBox__heading {
  text-align: center;
  border: solid 1px #bbc2c9;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
  font-size: 0.88rem;
  background-color: #ffffff;
  color: #272727;
}
.searchBox__heading:before, .searchBox__heading:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1.5em;
  height: 1px;
  background: #969696;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
}
.searchBox__heading:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.searchBox__heading:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.searchBox.is-hide > .searchBox__heading:before, .searchBox__addition.is-hide > .searchBox__heading:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.searchBox.is-hide > .searchBox__heading:after, .searchBox__addition.is-hide > .searchBox__heading:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.searchBox.is-show > .searchBox__heading:before, .searchBox.is-show > .searchBox__heading:after, .searchBox__addition.is-show > .searchBox__heading:before, .searchBox__addition.is-show > .searchBox__heading:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.searchBox__close a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
  font-size: 0.88rem;
  background-color: #c9c9c9;
  color: #585857;
  text-decoration: none;
}
.searchBox__close a:hover {
  text-decoration: none;
}
.searchBox__close a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1.5em;
  height: 1px;
  background: #585857;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
}

.searchBox__title {
  font-size: 0.88rem;
  line-height: 1.4;
}

.searchBox__contents__inner {
  padding: 60px;
  width: auto;
  max-width: 800px;
  min-width: 780px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 894px) {
  .searchBox__contents__inner {
    max-width: 85%;
    min-width: 85%;
  }
}
.searchBox__contents__inner:after {
  content: "";
  display: block;
  clear: both;
}

.searchBox__sectionWrapper {
  margin: 0 -15px 0;
  overflow: hidden;
}

.searchBox__section {
  margin-bottom: 60px;
  padding: 0 15px;
}
.searchBox__section:last-child {
  margin-bottom: 0;
}

.searchBox__section--s {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  margin-bottom: 60px;
}

.searchBox__section__inner {
  background-color: #fff;
  padding: 30px 15px 0;
  margin-bottom: 0;
}
.searchBox__section__inner:after {
  content: "";
  display: block;
  clear: both;
}
.searchBox__section__inner .searchBox__section--s {
  margin-bottom: 30px;
}

.searchForm__keywordsBox {
  margin-bottom: 20px;
}
.searchForm__keywordsBox:last-child {
  margin-bottom: 0;
}

.searchForm__keywordsList {
  text-align: center;
  font-size: 0;
  margin-bottom: -10px;
}

.searchForm__keywordsList__item {
  display: inline-block;
  font-size: 0.88rem;
  margin: 0 5px 10px;
}
.searchForm__keywordsList__item a {
  display: block;
  background-color: #fff;
  padding: 5px 15px;
  border: solid 1px #fff;
  border-radius: 18px;
  text-decoration: none;
}
.searchForm__keywordsList__item a:hover {
  text-decoration: underline;
}

.searchForm__typeList {
  text-align: center;
  margin: 0 -1em 10px;
  font-size: 1rem;
}

.searchForm__typeList__item {
  display: inline-block;
  margin: 0 1em 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.searchBox__addition {
  margin-bottom: 60px;
}
.searchBox__addition .searchBox__heading {
  margin: 0 15px;
}
.searchBox__addition .searchBox__close {
  margin: 0 15px;
}

.searchBox__addition__contents {
  padding: 50px 0 0;
}

.searchBox__submit {
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  position: relative;
}
.searchBox__submit input {
  display: block;
  -webkit-appearance: none;
  color: #272727;
  width: 100%;
  padding: 15px 40px 15px 40px;
  height: 60px;
  font-size: 0.88rem;
  box-sizing: border-box;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  line-height: 1.3;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.searchBox__submit input:hover {
  background-color: #f1f1f1;
}
.searchBox__submit:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: url(http://www.mtc95.fr/fr/images/icon_search.svg) no-repeat center center;
  background-size: 100% auto;
  pointer-events: none;
}

.searchForm__keywordsBoxWrapper {
  overflow: hidden;
}
.searchForm__keywordsBoxWrapper .searchForm__keywordsBox {
  width: 80%;
  width: calc(100% - 150px);
  float: left;
}
.searchForm__keywordsBoxWrapper .searchBox__submit {
  width: 140px;
  float: right;
}
.searchForm__keywordsBoxWrapper .searchBox__submit:after {
  right: 8px;
}

@media only screen and (max-width: 767px) {
  .searchBox {
    background-color: #f3f3f3;
    margin-bottom: 10%;
  }
  .searchBox:last-child {
    margin-bottom: 0;
  }

  .searchBox__heading {
    padding: 6px 10px;
    font-size: 0.82rem;
  }
  .searchBox__heading:before, .searchBox__heading:after {
    width: 1.2em;
  }

  .searchBox__title {
    font-size: 0.82rem;
  }

  .searchBox__close a {
    padding: 6px 10px;
    font-size: 0.82rem;
  }
  .searchBox__close a:before {
    width: 1.2em;
  }

  .searchBox__contents__inner {
    padding: 10% 5.3%;
    min-width: initial;
    min-width: auto;
  }

  .searchBox__sectionWrapper {
    margin: 0 0px 0;
    overflow: hidden;
  }

  .searchBox__section {
    margin-bottom: 10%;
    padding: 0 0;
  }

  .searchBox__section--s {
    width: auto;
    padding: 0;
    float: none;
    margin-bottom: 10%;
  }

  .searchBox__section__inner {
    background-color: #fff;
    padding: 15px 15px 20px;
    margin-bottom: 0;
  }
  .searchBox__section__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .searchBox__section__inner .searchBox__section--s {
    margin-bottom: 10%;
  }
  .searchBox__section__inner .searchBox__section--s:last-child {
    margin-bottom: 0;
  }

  .searchForm__keywordsBox {
    margin-bottom: 20px;
  }

  .searchForm__keywordsList {
    text-align: center;
    font-size: 0;
  }

  .searchForm__keywordsList__item {
    font-size: 0.63rem;
    margin: 0 5px 10px;
  }
  .searchForm__keywordsList__item a {
    padding: 2px 5px;
  }

  .searchBox__addition {
    margin-bottom: 10%;
  }
  .searchBox__addition .searchBox__heading {
    margin: 0;
  }
  .searchBox__addition .searchBox__close {
    margin: 0;
  }

  .searchBox__addition__contents {
    padding: 8% 0 0;
  }

  .searchBox__submit {
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
    position: relative;
  }
  .searchBox__submit input {
    padding: 5px 40px 5px 40px;
    height: 40px;
    font-size: 0.82rem;
  }
  .searchBox__submit:after {
    right: 15px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
  }

  .searchForm__keywordsBoxWrapper {
    overflow: hidden;
  }
  .searchForm__keywordsBoxWrapper .searchForm__keywordsBox {
    width: calc(100% - 85px);
  }
  .searchForm__keywordsBoxWrapper .searchBox__submit {
    width: 75px;
    float: right;
  }
  .searchForm__keywordsBoxWrapper .searchBox__submit input {
    padding: 5px 10px 5px 5px;
  }
  .searchForm__keywordsBoxWrapper .searchBox__submit:after {
    right: 8px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
.modalSearch {
  color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  bottom: 0;
}
.modalSearch .searchBox__section__inner {
  color: #272727;
  background-color: #f3f3f3;
}
.modalSearch .searchForm__keywordsList__item a {
  color: #fff;
  background-color: transparent;
  border-color: #bbc2c9;
}
.modalSearch .u-radio label:before {
  border-color: #fff;
}
.modalSearch .u-radio input:checked + label:after {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .modalSearch {
    top: 54px;
    left: 0;
    right: 0;
  }
}
.requiredLabel {
  display: inline-block;
  background-color: #d30000;
  color: #fff;
  font-size: .8em;
  padding: 0 .5em;
  margin-right: .4em;
}

.u-inputSkin01 {
  width: 100%;
  height: 60px;
  padding: 2px 10px;
  line-height: 60px;
  background: #fff;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 0.88rem;
}
.u-inputSkin01:placeholder-shown {
  color: #9f9f9f;
}

.u-inputSkin01--s {
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  line-height: 40px;
  background: #fff;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 0.88rem;
}
.u-inputSkin01--s:placeholder-shown {
  color: #9f9f9f;
}
.u-inputSkin01--s.is-off {
  background-color: #e8e8e8;
  pointer-events: none;
  cursor: normal;
  opacity: .8;
}

.u-inputSkin02 {
  width: 40%;
  height: 40px;
  padding: 2px 10px;
  line-height: 40px;
  background: #fff;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 0.88rem;
}
.u-inputSkin02:placeholder-shown {
  color: #9f9f9f;
}
.u-inputSkin02.u-first {
  margin-right: 5%;
}

.u-selectWrapp {
  position: relative;
}
.u-selectWrapp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  height: 60px;
  line-height: 50px;
  padding: 2px 10px;
  font-size: 0.88rem;
  background: #fff;
  border: solid 1px #bbc2c9;
  border-radius: 0;
  box-sizing: border-box;
}
.u-selectWrapp select::-ms-expand {
  display: none;
}
.u-selectWrapp:after {
  content: "";
  width: .9em;
  height: .9em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -.6em;
  pointer-events: none;
}
.u-selectWrapp select::-ms-expand {
  display: none;
}
.u-selectWrapp select + .inquiryForm__errTxt {
  height: 0;
  margin-top: 0;
}
.u-selectWrapp.u-date:after {
  top: 65%;
}

.u-submitWrapp, .u-submitWrapp-bk {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  position: relative;
  display: block;
}
.u-submitWrapp input, .u-submitWrapp-bk input {
  display: block;
  -webkit-appearance: none;
  color: #272727;
  width: 100%;
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #bbc2c9;
  padding: 4px 30px;
  line-height: 1.4;
  height: 3.3em;
  font-size: 1.13rem;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.u-submitWrapp input:hover, .u-submitWrapp-bk input:hover {
  background-color: #f1f1f1;
}
.u-submitWrapp:after, .u-submitWrapp-bk:after {
  content: "";
  width: .7em;
  height: .7em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.35em;
  pointer-events: none;
}

.u-submitWrapp-bk:after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.u-radio input {
  display: none;
}
.u-radio label {
  position: relative;
  padding-left: 1.8em;
}
.u-radio label:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px #bec4cb;
  box-sizing: border-box;
  border-radius: 50%;
}
.u-radio input:checked + label:after {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #6f6f6f;
}

.u-textareaSkin01 {
  width: 100%;
  padding: 8px 8px;
  background: none;
  border: none;
  font-size: 0.88rem;
  background-color: #fff;
  border: solid 1px #bbc2c9;
  box-sizing: border-box;
  resize: vertical;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .u-inputSkin01 {
    height: 40px;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 40px;
  }

  .u-inputSkin01--s {
    height: 40px;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 40px;
  }

  .u-inputSkin02 {
    width: 100%;
  }
  .u-inputSkin02.u-first {
    margin-right: 0;
  }

  .u-selectWrapp {
    position: relative;
  }
  .u-selectWrapp select {
    height: 40px;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 32px;
  }
  .u-selectWrapp:after {
    content: "";
    width: .8em;
    height: .8em;
    right: 1em;
    margin-top: -.5em;
  }

  .u-submitWrapp, .u-submitWrapp-bk {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    position: relative;
  }
  .u-submitWrapp input, .u-submitWrapp-bk input {
    max-width: 100%;
    font-size: 0.82rem;
    height: 4em;
  }

  .u-textareaSkin01 {
    font-size: 1rem;
  }
}
.inquiryForm__box {
  margin-bottom: 60px;
}

.inquiryForm__dt {
  box-sizing: border-box;
  padding-top: .3em;
  margin-bottom: .8em;
  font-size: 1.25rem;
  vertical-align: top;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.inquiryForm__dt .requiredLabel {
  margin-top: .2em;
  margin-right: .5em;
  float: left;
}
.inquiryForm__dt .requiredLabel + label {
  display: block;
  overflow: hidden;
}

.inquiryForm__dd {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  position: relative;
}
.inquiryForm__dd .u-inputSkin01--s {
  max-width: 470px;
}
.inquiryForm__dd input.is-err {
  border-color: #d30000;
}
.inquiryForm__dd textarea.is-err {
  border-color: #d30000;
}
.inquiryForm__dd.u-radioFloat .inquiryForm__list {
  overflow: hidden;
}
.inquiryForm__dd.u-radioFloat .inquiryForm__list__item {
  float: left;
  margin-right: 3%;
}

.inquiryForm__confirmTxt {
  font-size: 0.88rem;
}

.inquiryForm__list__item {
  font-size: 1rem;
  margin-top: .2em;
  margin-bottom: 1em;
}

.inquiryForm__note {
  font-size: 0.63rem;
  margin-top: .5em;
}

.inquiryForm__confirmLead1 {
  text-align: center;
  font-size: 1.13rem;
  margin-bottom: 1.5em;
}

.inquiryForm__btnList {
  text-align: center;
  letter-spacing: -1em;
  margin: 0 -15px;
}
.inquiryForm__btnList .inquiryForm__btn {
  letter-spacing: 0;
  display: inline-block;
  width: 350px;
  padding: 0 15px;
  max-width: 50%;
  box-sizing: border-box;
}

.inquiryForm__errTxt {
  color: #d30000;
  font-size: 0.88rem;
  margin-top: .5em;
}

.inquiryErr {
  background-color: #fef3f7;
  margin-bottom: 60px;
  padding: 5% 5%;
}

.inquiryErr__title {
  font-size: 1.5rem;
  margin-bottom: .5em;
  color: #d30000;
}

.inquiryErr__txt {
  font-size: 1rem;
}

.inquiryErrBox__item {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .inquiryForm__box {
    margin-bottom: 10%;
  }

  .inquiryForm__dt {
    width: auto;
    padding-top: 0;
    margin-bottom: .8em;
    font-size: 1.13rem;
    float: none;
  }
  .inquiryForm__dt .requiredLabel {
    margin-right: .5em;
    font-size: .8em;
  }

  .inquiryForm__dd {
    width: auto;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 40px;
    vertical-align: top;
    position: relative;
    float: none;
  }
  .inquiryForm__dd .u-inputSkin01--s {
    max-width: 100%;
  }
  .inquiryForm__dd.u-radioFloat .inquiryForm__list__item {
    float: none;
    margin-right: 0;
  }

  .inquiryForm__list__item {
    font-size: 0.88rem;
  }

  .inquiryForm__confirmLead1 {
    font-size: 1.13rem;
  }

  .inquiryForm__btnList {
    margin: 0 -1.7%;
  }
  .inquiryForm__btnList .inquiryForm__btn {
    padding: 0 1.8%;
  }

  .inquiryErr {
    margin-bottom: 10%;
    padding: 15% 7%;
  }

  .inquiryErr__title {
    font-size: 1.07rem;
    margin-bottom: .5em;
    color: #d30000;
  }

  .inquiryErr__txt {
    font-size: 0.82rem;
  }

  .inquiryErrBox__item {
    font-size: 0.82rem;
  }
}
/* -------------------------------------------------------------------------
-- This CSS is generated by Sass. Please do not never be edited directly. --
------------------------------------------------------------------------- */
.overlay-lock-test {
  overflow-y: hidden !important;
}

.modal-overlay-lock {
  overflow: hidden !important;
  width: auto;
}
.modal-overlay-lock body {
  overflow: hidden !important;
}

.is-iPad.modal-overlay-lock {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
  height: 100% !important;
}
.is-iPad.modal-overlay-lock body {
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
}

.modalBox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: rgba(50, 50, 50, 0.9);
  overflow: auto;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  z-index: 20;
  top: 0;
  left: 0;
}

.modalOverlay__close {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modalBox__close {
  position: fixed;
  background: rgba(50, 50, 50, 0.7);
  border-bottom: solid 1px rgba(50, 50, 50, 0.9);
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.modalBox__closeBtn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

.modalBox__closeBtn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  margin: -1px 0 0 -20px;
  border-width: 0;
  background: transparent !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.modalBox__closeBtn__icon:before, .modalBox__closeBtn__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.modalBox__closeBtn__icon:before {
  margin-top: -2px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalBox__closeBtn__icon:after {
  margin-top: -2px;
  left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.modalBox__inner {
  min-height: 570px;
  padding-top: 100px;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: none;
}

@media only screen and (max-width: 767px) {
  .modalBox__close {
    height: 54px;
  }

  .modalBox__closeBtn {
    width: 54px;
    height: 54px;
    top: 0px;
    right: 0;
  }

  .modalBox__closeBtn__icon {
    width: 30px;
    height: 2px;
    margin: -1px 0 0 -15px;
  }
  .modalBox__closeBtn__icon:before, .modalBox__closeBtn__icon:after {
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
  }
  .modalBox__closeBtn__icon:before {
    margin-top: -1px;
    left: 0px;
  }
  .modalBox__closeBtn__icon:after {
    margin-top: -1px;
    left: 0px;
  }
}
@media only screen and (min-width: 771px) {
  .overlay-lock.overlay-lock--sp {
    padding-right: 0 !important;
  }

  .overlay-lock.overlay-lock--sp .overlay-offset-r {
    margin-right: 0 !important;
  }

  .overlay-lock.overlay-lock--sp {
    overflow: visible !important;
  }

  .overlay-lock.overlay-lock--sp body {
    overflow: visible !important;
  }
}
.aboutBox__wrapper {
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.aboutBox {
  display: inline-block;
  font-size: 1rem;
  width: 25%;
  box-sizing: border-box;
}
.aboutBox:nth-child(2) {
  width: 50%;
  padding: 0 2.3%;
}

.aboutBox__title {
  font-size: 0.88rem;
}

.aboutBox__txt {
  font-size: 1.5rem;
}
.aboutBox__txt b {
  font-size: 3.75rem;
  font-weight: normal;
}

.atAGlanceBox__wrapper {
  margin-bottom: 10px;
}
.atAGlanceBox__wrapper .m-columnBox__img {
  width: 55%;
  margin: 0 auto;
}

.atAGlanceBox {
  display: inline-block;
  font-size: 1rem;
  width: 25%;
  box-sizing: border-box;
}
.atAGlanceBox:nth-child(2) {
  width: 100%;
}

.atAGlanceBox__title {
  font-size: 1rem;
  text-align: center;
}

.atAGlanceBox__txt {
  font-size: 1.5rem;
  text-align: center;
}
.atAGlanceBox__txt b {
  font-size: 3.13rem;
  font-weight: normal;
  color: #00a040;
}

.spBnrBox__wrapper {
  margin: 0 auto 60px;
}
.spBnrBox__wrapper a {
  text-decoration: none;
}
.spBnrBox__wrapper a:hover {
  text-decoration: none;
}
.spBnrBox__wrapper a:hover .m-columnBox__txtBox p {
  text-decoration: underline;
}
.spBnrBox__wrapper a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.2em;
}
.spBnrBox__wrapper a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt--s:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: .9em;
  background: url(http://www.mtc95.fr/fr/images/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  top: -.1em;
}

.spBnrBox {
  border: solid 3px #b1e8e8;
  padding: 3%;
  overflow: hidden;
}

.spBnrBox__img {
  width: 35%;
  float: left;
}
.spBnrBox__img img {
  width: 100%;
  height: auto;
}

.spBnrBox__txtBox {
  float: right;
  width: 65%;
}

.spBnrBox__title {
  font-size: 1.5rem;
  font-size: 1.9vw;
  font-weight: bold;
  color: #272727;
  margin-bottom: 1em;
  float: right;
  width: 65%;
  margin-top: 1.5%;
}

.spBnrBox__txtInner {
  width: 50%;
  float: left;
}

.spBnrBox__sTitle {
  font-size: 1.13rem;
  font-size: 1.4vw;
  font-weight: bold;
  color: #272727;
  margin-bottom: .5em;
}

.spBnrBox__txt {
  font-size: 0.88rem;
  font-size: 1.1vw;
  color: #272727;
}
.spBnrBox__txt b {
  font-size: 2.75rem;
  font-size: 3.5vw;
  display: inline-block;
  color: #fff;
  background-color: #00cccc;
  font-weight: normal;
  line-height: 1.2;
  min-width: 5em;
  text-align: center;
  margin-right: .1em;
}

.profitBox {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -4%;
}

.profitBox__num {
  width: 46.25%;
  float: left;
}

.profitBox__num__title {
  font-size: 1.25rem;
  display: inline-block;
  width: 4.2em;
}

.profitBox__num__txt {
  font-size: 1.25rem;
  display: inline-block;
}
.profitBox__num__txt b {
  font-size: 3.75rem;
  width: 3.2em;
  padding-right: .1em;
  color: #1c74c4;
  display: inline-block;
  text-align: right;
}

html:lang(fr) .profitBox__num__title {
  font-size: 1.13rem;
  padding-right: 0.5em;
}
html:lang(fr) .profitBox__num__txt {
  font-size: 1.13rem;
}

.profitBox__graph {
  width: 53.75%;
  float: right;
}

.profitBox__graph__title {
  font-size: 1.25rem;
  margin-bottom: .5em;
}

.profitBox__graph__item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.profitBox__graph__item:before {
  content: "";
  display: block;
  background-color: #9fa0a0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.profitBox__graph__item:last-child {
  margin-bottom: 0;
}
.profitBox__graph__item[data-graph='1'] {
  width: 10%;
}
.profitBox__graph__item[data-graph='2'] {
  width: 20%;
}
.profitBox__graph__item[data-graph='3'] {
  width: 30%;
}
.profitBox__graph__item[data-graph='4'] {
  width: 40%;
}
.profitBox__graph__item[data-graph='5'] {
  width: 50%;
}
.profitBox__graph__item[data-graph='6'] {
  width: 60%;
}
.profitBox__graph__item[data-graph='7'] {
  width: 70%;
}
.profitBox__graph__item[data-graph='8'] {
  width: 80%;
}
.profitBox__graph__item[data-graph='9'] {
  width: 90%;
}
.profitBox__graph__item[data-graph='10'] {
  width: 100%;
}

.profitBox__graph__year {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  padding: .2em .8em;
  float: left;
}

.profitBox__graph__num {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  padding: .2em .8em;
  float: right;
}

.profitBox__graph__item.is-current:before {
  background-color: #1e6eb6;
}
.profitBox__graph__item.is-current .profitBox__graph__num {
  font-size: 1.63rem;
  margin: -1px 0 -5px;
  padding: 0 .6em;
}

.profitBox__graphBox {
  position: relative;
}

.profitBox__graphBox__unit {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0em;
}

.profitBox__note {
  margin-top: 2em;
  width: 100%;
  text-align: right;
  font-size: 0.75rem;
  clear: both;
}

@media only screen and (min-width: 2000px) {
  .spBnrBox__title {
    font-size: 2.38rem;
  }

  .spBnrBox__sTitle {
    font-size: 1.75rem;
  }

  .spBnrBox__txt {
    font-size: 1.38rem;
  }
  .spBnrBox__txt b {
    font-size: 4.38rem;
  }
}
@media only screen and (max-width: 1060px) {
  .profitBox__num__title {
    font-size: 1.886vw;
  }

  .profitBox__num__txt {
    font-size: 1.886vw;
  }
  .profitBox__num__txt b {
    font-size: 5.66vw;
  }

  .profitBox__graph__title {
    font-size: 1.886vw;
  }

  .profitBox__graph__item {
    margin-bottom: 7.5%;
  }

  .profitBox__graph__year {
    font-size: 1.886vw;
  }

  .profitBox__graph__num {
    font-size: 1.886vw;
  }

  .profitBox__graph__item.is-current .profitBox__graph__num {
    font-size: 2.4vw;
  }

  .profitBox__graphBox {
    position: relative;
  }

  .profitBox__graphBox__unit {
    font-size: 1.1vw;
  }

  .profitBox__note {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .aboutBox__wrapper {
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  .aboutBox:nth-child(1) {
    width: 100%;
    margin-bottom: 5%;
  }
  .aboutBox:nth-child(2) {
    width: 100%;
    width: calc(60% + 1em);
    padding-right: 1%;
    padding-left: 0;
  }
  .aboutBox:nth-child(3) {
    width: 36%;
    width: calc(40% - 1em);
    padding-left: 1%;
    padding-right: 0%;
  }

  .aboutBox__title {
    font-size: 0.75rem;
  }

  .aboutBox__txt {
    font-size: 0.88rem;
    font-size: calc(0.875rem + 10 * (100vw - 320px) / 448);
    line-height: 1.2;
  }
  .aboutBox__txt b {
    font-size: 3.13rem;
    font-size: calc(3.125rem + 10 * (100vw - 320px) / 448);
  }

  .atAGlanceBox__wrapper .m-columnBox__img {
    width: 100%;
  }
  .atAGlanceBox__wrapper .m-columnBox__item {
    padding: 0 2% 5.5vw;
  }

  html:lang(fr) .atAGlanceBox__wrapper .m-columnBox__item:first-child {
    width: 100%;
  }
  html:lang(fr) .atAGlanceBox__wrapper .m-columnBox__item:first-child .m-columnBox__img {
    width: 50%;
  }

  .atAGlanceBox:nth-child {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }

  .atAGlanceBox__title {
    font-size: 0.75rem;
  }

  .atAGlanceBox__txt {
    font-size: 0.88rem;
    font-size: calc(0.875rem + 10 * (100vw - 320px) / 448);
    line-height: 1.2;
  }
  .atAGlanceBox__txt b {
    font-size: 3.13rem;
    font-size: calc(1.875rem + 10 * (100vw - 320px) / 448);
  }

  .spBnrBox__wrapper {
    margin-bottom: 10%;
  }

  .spBnrBox {
    border-width: 3px;
    padding: 5%;
  }

  .spBnrBox__img {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  .spBnrBox__txtBox {
    float: none;
    width: auto;
  }

  .spBnrBox__title {
    float: none;
    width: auto;
    font-size: 13px;
    font-size: 4.08vw;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
  }

  .spBnrBox__txtInner {
    width: auto;
    float: none;
    margin-bottom: 5%;
  }
  .spBnrBox__txtInner:last-child {
    margin-bottom: 0;
  }

  .spBnrBox__sTitle {
    font-size: 12px;
    font-size: 3.76vw;
    margin-bottom: .2em;
  }

  .spBnrBox__txt {
    font-size: 12px;
    font-size: 3.76vw;
  }
  .spBnrBox__txt b {
    font-size: 40px;
    font-size: 12.5vw;
  }

  .profitBox {
    display: block;
    margin-bottom: 0;
  }

  .profitBox__num {
    width: auto;
    float: none;
    margin-bottom: 10%;
  }

  .profitBox__num__list {
    letter-spacing: -0.5em;
  }

  .profitBox__num__title {
    letter-spacing: 0;
    font-size: 1.13rem;
    font-size: 5.6vw;
    width: 28%;
  }

  .profitBox__num__txt {
    font-size: 1.13rem;
    font-size: 5.6vw;
    letter-spacing: 0;
    text-align: right;
    width: 72%;
  }
  .profitBox__num__txt b {
    font-size: 3.13rem;
    font-size: 14vw;
  }

  .profitBox__graph {
    width: auto;
    float: none;
  }

  .profitBox__graph__title {
    font-size: 1.13rem;
    font-size: 5.6vw;
    margin-bottom: .5em;
  }

  .profitBox__graph__item {
    margin-bottom: 6.25%;
  }

  .profitBox__graph__year {
    font-size: 1.13rem;
    font-size: 5.6vw;
  }

  .profitBox__graph__num {
    font-size: 1.13rem;
    font-size: 5.6vw;
  }

  .profitBox__graph__item.is-current .profitBox__graph__num {
    font-size: 1.63rem;
    font-size: 8.125vw;
    margin-top: -.05em;
    margin-bottom: -.2em;
  }

  .profitBox__graphBox {
    font-size: 0.63rem;
    font-size: 3.12vw;
    padding-bottom: 2em;
    position: relative;
  }

  .profitBox__graphBox__unit {
    font-size: 0.63rem;
    font-size: 3.12vw;
  }

  .profitBox__note {
    margin-top: 2em;
    font-size: 0.63rem;
    font-size: 3.12vw;
  }
}
.documentLinkBox {
  margin-bottom: 40px;
}

.heading-type1 + .documentLinkBox {
  border-top: solid 1px #bbc2c9;
  padding: 40px 0 0;
}

.heading-type2 + .documentLinkBox {
  border-top: solid 1px #bbc2c9;
  padding: 40px 0 0;
}

.heading-type3 + .documentLinkBox {
  border-top: solid 1px #bbc2c9;
  padding: 40px 0 0;
}

.heading-type4 + .documentLinkBox {
  border-top: solid 1px #bbc2c9;
  padding: 40px 0 0;
}

.documentLinkBox__items:after {
  content: "";
  display: block;
  clear: both;
}

.documentLinkBox__item {
  margin-bottom: 1.5em;
  font-size: 0.88rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.documentLinkBox__item a {
  color: #272727;
  display: inline-block;
  position: relative;
  padding-left: 36px;
  text-decoration: none;
}
.documentLinkBox__item a:before {
  content: "";
  display: block;
  width: 26px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.documentLinkBox__item a[href$=".pdf"]:before, .documentLinkBox__item a[href*=".pdf#"]:before, .documentLinkBox__item a[href*=".pdf?"]:before, .documentLinkBox__item a.documentLinkBox__icon_pdf:before {
  background: url(http://www.mtc95.fr/fr/images/icon_pdf.svg) no-repeat center center;
}
.documentLinkBox__item a:hover {
  text-decoration: underline;
}
.documentLinkBox__item a[href$=".xls"]:before, .documentLinkBox__item a.documentLinkBox__icon_xls:before {
  background: url(http://www.mtc95.fr/fr/images/icon_xls.svg) no-repeat center center;
}

.documentLinkBox__txt {
  width: 100%;
  font-size: 1em;
}

.documentLinkBox__date {
  width: 100%;
  font-size: 0.88rem;
  text-align: left;
  padding-left: 36px;
}

@media only screen and (max-width: 767px) {
  .heading-type1 + .documentLinkBox {
    padding: 6.25% 0 0;
  }

  .heading-type2 + .documentLinkBox {
    padding: 6.25% 0 0;
  }

  .heading-type3 + .documentLinkBox {
    padding: 6.25% 0 0;
  }

  .heading-type4 + .documentLinkBox {
    padding: 6.25% 0 0;
  }

  .documentLinkBox {
    margin-bottom: 10%;
  }
  .documentLinkBox:last-child {
    margin-bottom: 0;
  }

  .documentLinkBox__items {
    display: block;
  }

  .documentLinkBox__item {
    width: auto;
    font-size: 0.82rem;
    padding-right: 0;
  }
  .documentLinkBox__item a {
    padding-left: 36px;
  }

  .documentLinkBox__txt {
    width: auto;
  }

  .documentLinkBox__date {
    width: auto;
    margin-bottom: 1.5em;
    font-size: 0.75rem;
    text-align: left;
    padding-left: 36px;
  }
}
.thinking-topHeading {
  text-align: center;
  padding: 15px 0 15px;
}

.thinking-pageHeading {
  text-align: center;
  padding: 18px 0 0;
}
.thinking-pageHeading .heading-type1 {
  margin-bottom: 18px;
}

.thinking-pageHeading__logo {
  width: 224px;
  margin: 0 auto 22px;
}
.thinking-pageHeading__logo img {
  width: 100%;
  height: auto;
}

.thinking-pageHeading__category {
  display: inline-block;
  background-color: #8a8f93;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.5;
  padding: .1em 1.5em;
  margin-bottom: 1em;
}

.thinking-pageHeading__lead {
  font-size: 0.88rem;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .thinking-topHeading {
    text-align: center;
    padding: 3.125% 20.9375% 2.34375%;
  }
  .thinking-topHeading img {
    width: 100%;
    height: auto;
  }

  .thinking-pageHeading {
    text-align: center;
    padding: 3.125% 6.25% 0;
  }
  .thinking-pageHeading .heading-type1 {
    margin-bottom: 5%;
  }

  .thinking-pageHeading__logo {
    width: auto;
    max-width: 224px;
    margin: 0 auto 1em;
    padding: 0 16.78571%;
  }

  .thinking-pageHeading__category {
    font-size: calc(0.8125rem + 1 * (100vw - 320px) / 448);
  }

  .thinking-pageHeading__lead {
    font-size: calc(0.8125rem + 1 * (100vw - 320px) / 448);
    margin-top: .8em;
  }
}
.thinking-keyVisual {
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
.thinking-keyVisual img {
  width: 100%;
  height: auto;
}

.thinking-keyVisual__inner {
  width: 72%;
  margin: 0 14%;
}

.thinking-keyVisual__slide {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -200%;
  opacity: 1;
  width: 100%;
}
.thinking-keyVisual__slide:after {
  content: "";
  clear: both;
  display: block;
}

.thinking-keyVisual__slide.is-animation {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.thinking-keyVisual__slide__item {
  top: 0;
  left: 0;
  float: left;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: .5;
}
.thinking-keyVisual__slide__item.is-current {
  opacity: 1;
}
.thinking-keyVisual__slide__item a {
  text-decoration: none;
}

.thinking-keyVisual__txtBox {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.1% 1.6%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.is-current .thinking-keyVisual__txtBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.thinking-keyVisual__txtBox__category {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: .2em;
  text-align: left;
}

.thinking-keyVisual__txtBox__title {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
}

.thinking-keyVisual__slideNav__item {
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: -3%;
}
.thinking-keyVisual__slideNav__item a {
  width: 34px;
  height: 60px;
  display: block;
  position: relative;
}
.thinking-keyVisual__slideNav__item a:before {
  content: "";
  height: 0;
  width: 0;
  padding: 60%;
  position: absolute;
  top: 50%;
  margin-top: -60%;
}

.thinking-keyVisual__slideNav--prev {
  left: 2.3%;
}
.thinking-keyVisual__slideNav--prev a:before {
  left: 20%;
  border-left: solid 2px #666;
  border-bottom: solid 2px #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.thinking-keyVisual__slideNav--next {
  right: 2.3%;
}
.thinking-keyVisual__slideNav--next a:before {
  right: 20%;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.thinking-keyVisual__slideNav__mark {
  z-index: 6;
  text-align: center;
  width: 100%;
}

.thinking-keyVisual__slideNav__mark .slideMark__item {
  display: inline-block;
  vertical-align: top;
  margin: 20px 12px 0;
}
.thinking-keyVisual__slideNav__mark .slideMark__item a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-color: #666;
  border-radius: 50%;
}
.thinking-keyVisual__slideNav__mark .slideMark__item.is-current a {
  background-color: #00a040;
}

@media only screen and (max-width: 767px) {
  .thinking-keyVisual {
    margin: 0 auto 10.9375%;
    position: relative;
    overflow: hidden;
  }
  .thinking-keyVisual img {
    width: 100%;
    height: auto;
  }
  .thinking-keyVisual:before, .thinking-keyVisual:after {
    display: none;
  }

  .thinking-keyVisual__inner {
    width: 100%;
    margin: 0;
  }

  .thinking-keyVisual__txtBox {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3.125% 6.25%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #666;
  }

  .thinking-keyVisual__txtBox__category {
    font-size: 0.75rem;
    font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
    line-height: 1.3;
    margin-bottom: .2em;
    text-align: left;
  }

  .thinking-keyVisual__txtBox__title {
    font-size: 1.25rem;
    font-size: calc(1.125rem + 2 * (100vw - 320px) / 448);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .thinking-keyVisual__slideNav__item {
    top: 0;
    margin-top: 26.5625%;
    width: 5.3125%;
  }
  .thinking-keyVisual__slideNav__item a {
    width: 3vw;
    height: 2vw;
  }

  .thinking-keyVisual__slideNav--prev {
    left: 3.90625%;
  }

  .thinking-keyVisual__slideNav--next {
    right: 3.90625%;
  }

  .thinking-keyVisual__slideNav__mark .slideMark__item a {
    width: 10px;
    height: 10px;
  }
}
.thinking-pageKeyVisual {
  width: auto;
  max-width: 1600px;
  padding: 0 10%;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}
.thinking-pageKeyVisual img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .thinking-pageKeyVisual {
    padding: 0;
    margin-bottom: 10%;
  }
}
.thinking-categoryNav {
  background-color: #f3f3f3;
  margin-bottom: 60px;
}
.thinking-categoryNav:last-child {
  margin-bottom: 0;
}

.thinking-categoryNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 10% 30px;
}

.thinking-categoryNav__items {
  margin: 0 -.8em;
  font-size: 0.88rem;
}

.thinking-categoryNav__item {
  display: inline-block;
  margin: 0 1em 10px;
  font-size: 0.88rem;
}
.thinking-categoryNav__item a {
  position: relative;
  padding: 2px 0;
  display: block;
}
.thinking-categoryNav__item a:before {
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00a040;
  position: absolute;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  opacity: 0;
}
.thinking-categoryNav__item a:link, .thinking-categoryNav__item a:visited, .thinking-categoryNav__item a:hover, .thinking-categoryNav__item a:active {
  text-decoration: none;
}
.thinking-categoryNav__item > a:hover:before {
  background-color: #00a040;
  opacity: 1;
}
.thinking-categoryNav__item.is-current > a:before {
  background-color: #00a040;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .thinking-categoryNav {
    margin-bottom: 60px;
  }

  .thinking-categoryNav__inner {
    margin: 0 auto;
    text-align: center;
    padding: 9.375% 6.25% 7.8125%;
  }

  .thinking-categoryNav__item {
    display: block;
    margin: 0 0 .5em;
    font-size: 0.94rem;
    font-size: calc(0.8125rem + 2 * (100vw - 320px) / 448);
  }
  .thinking-categoryNav__item a {
    display: inline-block;
  }
  .thinking-categoryNav__item a:link, .thinking-categoryNav__item a:visited, .thinking-categoryNav__item a:hover, .thinking-categoryNav__item a:active {
    text-decoration: none;
  }
  .thinking-categoryNav__item:last-child {
    margin-bottom: 0;
  }
}
.thinking-pagelink__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thinking-pagelink__item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
}
.thinking-pagelink__item a {
  width: 100%;
  box-sizing: border-box;
  padding: .6em 8%;
  text-decoration: none;
  display: block;
  position: relative;
}
.thinking-pagelink__item a:after {
  content: "";
  width: .7em;
  height: .7em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  position: absolute;
  top: 50%;
  margin-top: -.35em;
}
.thinking-pagelink__item a:hover {
  text-decoration: underline;
}

.thinking-pagelink__item + .thinking-pagelink__item {
  border-left: solid 1px #bbc2c9;
}

.thinking-pagelink__perv a {
  padding-left: 3em;
}
.thinking-pagelink__perv a:after {
  left: 1em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.thinking-pagelink__next a {
  padding-right: 3em;
}
.thinking-pagelink__next a:after {
  right: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.thinking-pagelink__next:first-child {
  margin-left: 50%;
}

.thinking-pagelink__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .3em;
}
.thinking-pagelink__title:last-child {
  margin-bottom: 0;
}

.thinking-pagelink__txt {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .thinking-pagelink__items {
    display: block;
  }

  .thinking-pagelink__item {
    width: auto;
    display: block;
  }
  .thinking-pagelink__item a {
    padding: .7em 0;
  }
  .thinking-pagelink__item a:after {
    content: "";
    width: .5em;
    height: .5em;
    margin-top: -.25em;
  }

  .thinking-pagelink__item + .thinking-pagelink__item {
    border-left: none;
    border-top: solid 1px #bbc2c9;
  }

  .thinking-pagelink__perv a {
    padding-left: 1.2em;
  }
  .thinking-pagelink__perv a:after {
    left: .2em;
  }

  .thinking-pagelink__next a {
    padding-right: 1.2em;
  }
  .thinking-pagelink__next a:after {
    right: .2em;
  }
  .thinking-pagelink__next:first-child {
    margin-left: 0;
  }

  .thinking-pagelink__title {
    font-size: calc(0.9375rem + 1 * (100vw - 320px) / 448);
  }

  .thinking-pagelink__txt {
    font-size: 0.75rem;
    font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
  }
}
/* =====================================================================





===================================================================== */
.u-taL {
  text-align: left;
}

.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-visHide {
  visibility: hidden;
}

.u-hide {
  display: none !important;
}

.u-pcHide {
  display: none;
}

.u-fColor--wht {
  color: #fff;
}

.u-fColor--grn {
  color: #00a040;
}

.u-indent--1 {
  text-indent: 1em;
}

.u-indent--n0_5 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.u-indent--n1 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-indent--n1_3 {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.u-indent--n1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.u-indent--n2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-liMarker {
  text-indent: -1em;
  padding-left: 1em;
}
.u-liMarker:before {
  content: "・";
}

.u-pcNobreak {
  display: none;
}

.u-inlineBlock {
  display: inline-block;
}

.u-urlTxt {
  word-break: break-all;
}

.u-scrTxt {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .u-pcNobreak {
    display: inline;
  }

  .u-spNobreak {
    display: none;
  }

  .u-pcHide {
    display: block;
  }

  .u-spHide {
    display: none;
  }
}
.u-bdrBtm {
  border-bottom: solid 1px #bbc2c9;
}

.u--bdrTop {
  border-top: solid 1px #bbc2c9;
}

.u-countBox {
  counter-reset: number;
}
.u-countBox .u-countItem:before {
  counter-increment: number;
  content: counter(number) "　";
  font-style: normal;
}
.u-countBox .u-countItems {
  padding-left: 2.3em;
}

html:lang(fr) .u-countBox .u-countItem:before {
  content: counter(number) "　";
}

.u-qaBox .u-qaItem-Q {
  padding-left: 1.8em;
  position: relative;
}
.u-qaBox .u-qaItem-Q:before {
  content: "Q. ";
  color: #00a040;
  font-style: normal;
  font-size: 1.38em;
  font-size: 28px;
  position: absolute;
  top: -.2em;
  left: 0;
}
.u-qaBox .u-qaItem-A {
  padding-left: 2.2em;
  padding-top: .5em;
  position: relative;
}
.u-qaBox .u-qaItem-A:before {
  content: "A. ";
  color: #00a040;
  font-style: normal;
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .u-qaBox .u-qaItem-Q {
    padding-left: 1.5em;
  }
  .u-qaBox .u-qaItem-Q:before {
    top: -.1em;
    font-size: 21px;
  }
  .u-qaBox .u-qaItem-A {
    padding-left: 1.8em;
  }
  .u-qaBox .u-qaItem-A:before {
    top: .2em;
    font-size: 21px;
  }
}
.u-linkIcon {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  text-decoration: none;
}
.u-linkIcon:before {
  content: "";
  width: .4em;
  height: .4em;
  border-right: solid 1px #595656;
  border-bottom: solid 1px #595656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: .6em;
  left: 0;
}
.u-linkIcon:link, .u-linkIcon:visited {
  text-decoration: none;
}
.u-linkIcon:hover, .u-linkIcon:active {
  text-decoration: underline;
}

.tableListBox {
  margin-bottom: 40px;
}

.tableListBox__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tableListBox__items:after {
  content: "";
  display: block;
  clear: both;
}

.tableListBox__dt {
  width: 34%;
  font-size: 0.88rem;
  box-sizing: border-box;
  padding: 20px 20px 20px 25px;
}

.tableListBox__dd {
  width: 66%;
  font-size: 0.88rem;
  box-sizing: border-box;
  padding: 20px 20px 20px 25px;
}

.tableListBox__dt:nth-of-type(2n+1), .tableListBox__dd:nth-of-type(2n+1) {
  background-color: #f3f3f3;
}

.tableListBox__txt {
  font-size: 0.88rem;
}

.tableListBox__txt--s {
  font-size: 0.75rem;
  padding-top: .4em;
}

.tableListBox02 {
  text-align: center;
  margin-bottom: 40px;
}

.tableListBox02__items {
  text-align: left;
  display: inline-block;
}

.tableListBox02__dt {
  float: left;
  font-size: 0.88rem;
  margin-bottom: 1em;
}
.tableListBox02__dt:last-of-type {
  margin-bottom: 0;
}

.tableListBox02__dd {
  padding-left: 18em;
  padding-top: .2em;
  font-size: 0.88rem;
  margin-bottom: 1em;
  min-height: 1.8em;
}
.tableListBox02__dd:last-of-type {
  margin-bottom: 0;
}

.tableListBox02__txt {
  padding-left: 1.8em;
  overflow: hidden;
  font-size: 0.88rem;
}

.tableListBox__txt--s {
  font-size: 0.75rem;
  padding-top: .4em;
}

@media print {
  .tableListBox__items {
    display: block;
  }
  .tableListBox__items:after {
    content: "";
    display: block;
    clear: both;
  }

  .tableListBox__dt {
    float: left;
    clear: left;
  }

  .tableListBox__dd {
    width: auto;
    padding-left: 35%;
    padding-left: calc(25px + 34%);
  }
  .tableListBox__dd:after {
    content: "　";
  }
}
@media only screen and (max-width: 767px) {
  .tableListBox {
    margin-bottom: 10%;
  }
  .tableListBox:last-child {
    margin-bottom: 0;
  }

  .tableListBox__dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 0.82rem;
    padding-right: 0;
    padding: 10px 10px 10px 15px;
  }
  .tableListBox__dt:nth-of-type(n+1) {
    background-color: #f3f3f3;
  }

  .tableListBox__dd {
    width: 100%;
    text-align: left;
    padding: 10px 10px 20px 15px;
  }
  .tableListBox__dd:nth-of-type(n+1) {
    background-color: #fff;
  }

  .tableListBox02 {
    text-align: center;
    margin-bottom: 6.8%;
  }

  .tableListBox02__items {
    text-align: left;
    display: inline-block;
  }

  .tableListBox02__dt {
    font-size: 0.88rem;
    margin-bottom: .5em;
    padding-right: 1em;
  }
  .tableListBox02__dt:last-of-type {
    margin-bottom: .5em;
  }

  .tableListBox02__dd {
    padding-left: 0;
    margin-bottom: 1em;
  }
  .tableListBox02__dd:last-of-type {
    margin-bottom: 0;
  }

  .tableListBox02__txt {
    clear: both;
    padding-left: 0;
    font-size: 0.88rem;
  }
}
.corporateColor__logo {
  width: 240px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .corporateColor__logo {
    width: 170px;
  }
}
.corporateReport__img {
  width: 340px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .corporateReport__img {
    width: 170px;
  }
}
.corporateColorBox .l-conpositBox.box-L {
  padding-right: 0;
  width: 14.333%;
  box-sizing: border-box;
}
.corporateColorBox .l-conpositBox.box-R {
  width: 85.666%;
  box-sizing: border-box;
  padding-left: 0;
}
.corporateColorBox .u-inlineBlock {
  margin-left: 1.5em;
  font-size: 0.88rem;
}

.corporateColorBox--green {
  background: #11a84e;
  width: 80px;
  height: 80px;
}

.corporateColorBox--blue {
  background: #518fcc;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .corporateColorBox .corporateColorBox--green {
    width: 60px;
    height: 60px;
  }
  .corporateColorBox .corporateColorBox--blue {
    width: 60px;
    height: 60px;
  }
  .corporateColorBox .l-conpositBox.box-L {
    float: left;
    margin-bottom: 0;
    width: 60px;
    margin-right: 20px;
  }
  .corporateColorBox .l-conpositBox.box-R {
    width: 100%;
  }
  .corporateColorBox .l-conpositBox.box-R .heading-type2 {
    margin-bottom: 20px;
  }
  .corporateColorBox .u-inlineBlock {
    display: block;
    margin-left: 0;
  }
}
.dataBookBox {
  background-color: #f3f3f3;
}

.dataBookBox__inner {
  padding: 50px 0;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.dataBookBox__inner .m-btnList__item a {
  background: #fff;
}

.videoBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.i-searchDetailBox {
  margin: 0 15px;
  padding-bottom: 30px;
  overflow: hidden;
}
.i-searchDetailBox .inquiryForm__list {
  margin-bottom: 30px;
}
.i-searchDetailBox .inquiryForm__list:last-child {
  margin-bottom: 0;
}
.i-searchDetailBox .inquiryForm__list li {
  display: inline-block;
  padding-right: 1.5em;
}

@media only screen and (max-width: 767px) {
  .videoBox {
    margin-bottom: 6.8%;
  }

  .i-searchDetailBox {
    margin: 0;
    padding-bottom: 0;
  }
  .i-searchDetailBox .inquiryForm__list {
    padding: 0;
    margin-bottom: 10%;
  }
  .i-searchDetailBox .inquiryForm__list:last-child {
    margin-bottom: 0;
  }
  .i-searchDetailBox .inquiryForm__list li {
    display: block;
    padding-right: 0;
  }
  .i-searchDetailBox .inquiryForm__list__item:last-child {
    margin-bottom: 0;
  }
}
.videoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1060px) {
  .utilityNav__item.u-pcHide,
  .globalSubNav__item.u-pcHide {
    display: block;
  }

  .utilityNav__item.u-spHide {
    display: none;
  }
}
#googlemaps {
  width: 100%;
  height: 300px;
  position: relative;
}


#presentation {
 /* visibility:hidden; */
  display: none;
}

#foo {
 /* visibility:hidden; */
  display: none;
}

.bar1 { 
  background-color: #CCCCCC;
  color: #000;
/*  position: absolute;  */
  top: 50px;
  left: 10px;
  height: 100%;
  width: 100%;
  z-index: 100;  
} 

.bar2 { 
  background-color: yellow;
  color: #000;
  position: absolute;  
  top: 150px;
  left: 10px;
  height: 400px; 
  width: 100%;   
} 