body {
  background-color: #ABABAB;
  padding: 0;
  margin: 0;
}
body div#content {
  padding: 0;
}
body div#content div.container {
  padding: 0;
}

section *,
header *,
footer * {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
}
section ol, section ul,
header ol,
header ul,
footer ol,
footer ul {
  list-style: none;
}
section ol li, section ul li,
header ol li,
header ul li,
footer ol li,
footer ul li {
  padding: 0;
  margin: 0;
}

.grecaptcha-badge {
  visibility: visible !important;
  opacity: 1 !important;
}

/* 
=============================================================================================
    :PC
=============================================================================================
 */
@media screen and (min-width: 768px) {
  .pce {
    display: block;
  }
  img.pce,
  span.pce {
    display: inline;
  }
  .spe {
    display: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /*============================
  #content
  ============================*/
  div#content div.container {
    width: auto;
    /*============================
    #header
    ============================*/
  }
  div#content div.container *:focus {
    outline: none;
  }
  div#content div.container header#header.navbar {
    z-index: 256;
    position: fixed;
    top: 50px;
    right: 0px;
    width: 692px;
  }
  div#content div.container header#header.navbar div.box.box__header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#content div.container header#header.navbar div.box.box__header__inner a.logo {
    display: block;
    width: 100px;
  }
  div#content div.container header#header.navbar div.box.box__header__inner a.logo img {
    display: block;
    width: 100%;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li {
    margin-right: 36px;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li a {
    text-decoration: underline;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li a p {
    font-size: 18px;
  }
  div#content div.container span.txt.txt__orange {
    color: #FFAF2D;
  }
  div#content div.container section.sec {
    min-width: 1280px;
    overflow: hidden;
    padding: 81px 30px 0;
  }
  div#content div.container section.sec div.box.box__sec__inner {
    width: 1280px;
    margin: 0 auto;
  }
  div#content div.container section.sec div.box.box__sec__inner p.body,
  div#content div.container section.sec div.box.box__sec__inner p.lead {
    width: auto;
    font-size: 17px;
    line-height: 1.7647058824;
    padding-bottom: 1em;
  }
  div#content div.container section.sec div.box.box__sec__inner p.body.lead,
  div#content div.container section.sec div.box.box__sec__inner p.lead.lead {
    font-weight: bold;
  }
  div#content div.container h1 {
    font-size: 68px;
    line-height: 1.3333333333;
    font-weight: bold;
  }
  div#content div.container h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
  }
  div#content div.container div.box.box__carousel {
    padding: 0 24px;
    width: 900px;
    margin: 0 auto;
  }
  div#content div.container div.box.box__carousel .slick-arrow {
    position: absolute;
    top: 220px;
    font-size: 0;
    display: block !important;
    width: 54px;
    height: 54px;
    background-size: cover;
  }
  div#content div.container div.box.box__carousel .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/arrow__prev.svg);
  }
  div#content div.container div.box.box__carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/arrow__next.svg);
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body {
    margin: 0 auto;
    padding: 0 18px;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body div.box.box__carousel__body__inner {
    width: 390px;
    height: 493px;
    border-radius: 30px;
    background-color: #E6E6E6;
    padding: 20px;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h3.heading__carousel {
    font-size: 24px;
    line-height: 1.4583333333;
    color: #FFAF2D;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h4.heading__carousel_sub {
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1.3333333333;
    color: #000;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body img.img__carousel {
    margin-top: 17px;
    width: 100%;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body a.button__carousel {
    margin-top: 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    background-color: #FFAF2D;
    border-radius: 50px;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body a.button__carousel:hover {
    text-decoration: none;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body a.button__carousel p.button__label__carousel {
    font-size: 18px;
    line-height: 1;
  }
  div#content div.container div.box.box__carousel .slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
  }
  div#content div.container div.box.box__carousel .slick-dots li {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 13px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  div#content div.container div.box.box__carousel .slick-dots li * {
    opacity: 0;
  }
  div#content div.container div.box.box__carousel .slick-dots li:not(:first-of-type) {
    margin-left: 16px;
  }
  div#content div.container div.box.box__carousel .slick-dots li.slick-active {
    background-color: #FFAF2D;
    width: 45px;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
  }
  div#content div.container section.sec.sec__fv {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0;
    height: 1078px;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner {
    padding-top: 255px;
    padding-bottom: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner h1 {
    text-align: center;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner h1 p {
    font-size: 60px;
    line-height: 1.3333333333;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner p.body {
    padding-top: 7em;
    text-align: center;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner a.link__append {
    display: block;
    font-size: 30px;
    color: #f00;
    text-decoration: underline;
    margin-top: 190px;
    margin-left: auto;
    margin-right: -2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  div#content div.container section.sec.sec__privacy {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner {
    max-width: 1140px;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner p.note {
    margin-top: 0.5em;
    font-size: 15px;
    margin-bottom: 3em;
    padding-left: 0.5em;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner h3 {
    margin-top: 1em;
    font-weight: 700;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner p.body {
    margin-top: 0.5em;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner div.box__contents {
    padding-top: 1em;
    margin-top: 10em;
    width: 100%;
    border-top: 1px solid #fff;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner div.box__contents a.close__page {
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-size: 18px;
  }
  div#content div.container section.sec.sec__whoweare {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner h2 {
    padding-bottom: 40px;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner div.box.box_contents {
    width: 630px;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner img.photo {
    width: 560px;
    margin-top: 1em;
  }
  div#content div.container section#keymessage.sec.sec__keymessage {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_2.jpg);
    background-size: cover;
    padding-top: 133px;
    padding-bottom: 150px;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__contents {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo {
    width: 33.3%;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo img.photo {
    width: 100%;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo h3 {
    font-weight: 600;
    width: 100%;
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo p.body {
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 1.6666666667;
    position: absolute;
    bottom: 0px;
    left: 33px;
  }
  div#content div.container section.sec.sec__work {
    padding-top: 135px;
    padding-bottom: 146px;
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_metal.jpg);
    background-color: #767676;
    background-size: 100% auto;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner h2 {
    padding-bottom: 23px;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner p.body {
    margin-top: 1em;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box__carousel {
    margin-top: 50px;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box__carousel ol.box.box__carousel__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare {
    margin: 48px auto 0;
    display: block;
    width: 459px;
    height: 66px;
    border: 1px solid #fff;
    padding-right: 23px;
    text-align: center;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare::after {
    content: "";
    display: block;
    width: 23px;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 13px;
    top: 50%;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare p.buttton__label {
    line-height: 1;
    margin-top: 20px;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials {
    margin-top: 37px;
    padding: 30px;
    background-color: #fff;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials h3.heading__ministerials {
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 13px;
    font-size: 20px;
    color: #FFAF2D;
    border-bottom: 1px solid #000;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner {
    width: 30%;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner p {
    color: #000;
    font-size: 15px;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner p.date__ministerials:not(:first-of-type) {
    margin-top: 0.7em;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials {
    padding-bottom: 0.5em;
    display: block;
    color: #2B6296;
    font-size: 14px;
    text-decoration: none;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 2px;
    margin-right: 0.5em;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials.link__pdf::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/icon__pdf.png);
    background-size: contain;
    margin-left: 0.3em;
    margin-bottom: -5px;
  }
  div#content div.container section.sec.sec__members {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner h2 {
    text-align: center;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags {
    width: 1234px;
    margin: 50px auto 0px;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag {
    margin-left: 26px;
    padding-bottom: 35px;
    width: 100px;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag:nth-of-type(10n - 9) {
    margin-left: 0;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag img.img__flag {
    width: 100%;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag p.txt__name__flag {
    line-height: 1;
    text-align: center;
    font-size: 12px;
    margin-top: 1em;
  }
  div#content div.container section.sec.sec__publications {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_metal.jpg);
    background-color: #767676;
    background-size: 100% auto;
    padding-bottom: 140px;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner {
    margin-top: 30px;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner h2 {
    text-align: center;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel ol.box.box__carousel__inner li.carousel__body div.box__carousel__body__inner {
    padding: 23px 20px;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h3.heading__carousel {
    font-size: 16px;
    line-height: 1.3888888889;
    height: 4em;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel ol.box.box__carousel__inner li.carousel__body img.img__carousel {
    width: 100%;
  }
  div#content div.container section.sec.contact {
    background-color: #8C8C8C;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner {
    min-height: 690px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input h2 {
    text-align: center;
    margin-right: 140px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input h2 p span.txt.txt__orange {
    color: #fff;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form {
    width: 500px;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 60px;
    /*============================
    #contactForm
    ============================*/
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form {
    width: 100%;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form.size__half {
    width: calc(50% - 17px);
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form.size__half + .size__half {
    margin-left: 34px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p {
    color: #000;
    font-size: 14px;
    line-height: 1.25;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p.txt__label__form {
    padding-bottom: 0.5em;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p.error__form {
    color: red;
    margin-top: -1em;
    line-height: 1;
    margin-bottom: 2em;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form input, div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form textarea {
    margin-bottom: 1.5em;
    width: 100%;
    color: #000;
    padding: 20px 10px;
    border: none;
    background-color: #D9D9D9;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm div.box.box__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form,
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form__final {
    width: 214px;
    height: 60px;
    border-radius: 10px;
    background-color: #FFAF2D;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 24px;
    line-height: 1;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form__final {
    display: none;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.back__form {
    display: none;
    width: 120px;
    height: 60px;
    border-radius: 10px;
    background-color: #5B5B5B;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 24px;
    line-height: 1;
    margin-left: 16px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks img.pict__conplete {
    width: 64px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 {
    margin-top: 30px;
    text-align: center;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 p {
    font-size: 40px;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 p span.txt.txt__orange {
    color: #fff;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks p.body {
    font-size: 17px;
    margin-top: 2em;
  }
  div#content footer {
    min-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    height: 120px;
    background-color: #000;
  }
  div#content footer div.box.box__footer__inner {
    width: 1280px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1235px;
    margin: 0 auto;
  }
  div#content footer div.box.box__footer__inner a.logo {
    display: block;
    width: 78px;
  }
  div#content footer div.box.box__footer__inner a.logo img {
    display: block;
    width: 100%;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 593px;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner li a {
    text-decoration: underline;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner li a p {
    font-size: 18px;
  }
  div#content footer div.box.box__footer__inner p.copyright {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
  div#content footer div.box.box__footer__inner p.copyright a {
    text-decoration: underline;
  }
}
/* 
=============================================================================================
    :SP
=============================================================================================
 */
@media screen and (max-width: 767px) {
  .spe {
    display: block;
  }
  img.spe,
  span.spe {
    display: inline;
  }
  .pce {
    display: none;
  }
  /*============================
  #content
  ============================*/
  div#content div.container {
    /*============================
    #header
    ============================*/
  }
  div#content div.container header#header.navbar {
    z-index: 256;
    position: fixed;
    top: 3.6vw;
    left: 3.8666666667vw;
    width: 92.2666666667vw;
  }
  div#content div.container header#header.navbar div.box.box__header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#content div.container header#header.navbar div.box.box__header__inner a.logo {
    display: block;
    width: 13.3333333333vw;
  }
  div#content div.container header#header.navbar div.box.box__header__inner a.logo img {
    display: block;
    width: 100%;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li {
    margin-left: 2.9333333333vw;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li a {
    text-decoration: underline;
  }
  div#content div.container header#header.navbar div.box.box__header__inner nav.upper ol.box.box__nav__inner li a p {
    font-size: 2.4vw;
  }
  div#content div.container span.txt.txt__orange {
    color: #FFAF2D;
  }
  div#content div.container section.sec {
    overflow: hidden;
    padding: 10.8vw 4vw 0;
  }
  div#content div.container section.sec div.box.box__sec__inner p.body,
  div#content div.container section.sec div.box.box__sec__inner p.lead {
    font-size: 3.2vw;
    line-height: 2.0833333333;
    padding-bottom: 2em;
  }
  div#content div.container section.sec div.box.box__sec__inner p.body.lead,
  div#content div.container section.sec div.box.box__sec__inner p.lead.lead {
    font-weight: bold;
  }
  div#content div.container h1 {
    font-size: 7.3333333333vw;
    line-height: 1.4545454545;
    font-weight: bold;
  }
  div#content div.container h2 {
    font-size: 8vw;
    line-height: 1.3333333333;
    font-weight: bold;
  }
  div#content div.container div.box.box__carousel {
    padding: 0 3.2vw;
  }
  div#content div.container div.box.box__carousel .slick-arrow {
    position: absolute;
    top: 30.6666666667vw;
    font-size: 0;
    display: block !important;
    width: 7.2vw;
    height: 7.2vw;
    background-size: cover;
  }
  div#content div.container div.box.box__carousel .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/arrow__prev.svg);
  }
  div#content div.container div.box.box__carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/arrow__next.svg);
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body {
    padding: 0 2.4vw;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body div.box.box__carousel__body__inner {
    height: 58.6666666667vw;
    border-radius: 4vw;
    background-color: #E6E6E6;
    padding: 2.6666666667vw;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h3.heading__carousel {
    font-size: 2.4vw;
    line-height: 1.3888888889;
    color: #FFAF2D;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h4.heading__carousel_sub {
    font-size: 2vw;
    letter-spacing: -0.05em;
    line-height: 1.3333333333;
    color: #000;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body img.img__carousel {
    margin-top: 2.2666666667vw;
    width: 100%;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body a.button__carousel {
    margin-top: 2vw;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.3333333333vw 3.3333333333vw;
    background-color: #FFAF2D;
    border-radius: 6.6666666667vw;
  }
  div#content div.container div.box.box__carousel ol.box.box__carousel__inner li.carousel__body a.button__carousel p.button__label__carousel {
    font-size: 2.4vw;
    line-height: 1;
  }
  div#content div.container div.box.box__carousel .slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4.4vw;
  }
  div#content div.container div.box.box__carousel .slick-dots li {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    background-color: #fff;
    border-radius: 1.7333333333vw;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  div#content div.container div.box.box__carousel .slick-dots li * {
    opacity: 0;
  }
  div#content div.container div.box.box__carousel .slick-dots li:not(:first-of-type) {
    margin-left: 2.1333333333vw;
  }
  div#content div.container div.box.box__carousel .slick-dots li.slick-active {
    background-color: #FFAF2D;
    width: 6vw;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner div.box.box__carousel__body__inner {
    height: 56vw !important;
    border-radius: 4vw;
    background-color: #E6E6E6;
    padding: 2.6666666667vw;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner h3.heading__carousel {
    font-size: 2.9333333333vw !important;
    line-height: 1.3888888889;
    color: #FFAF2D;
    height: 4em;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner h4.heading__carousel_sub {
    font-size: 2vw;
    letter-spacing: -0.05em;
    line-height: 1.3333333333;
    color: #000;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner img.img__carousel {
    margin-top: 2.2666666667vw;
    width: 100%;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner a.button__carousel {
    margin-top: 2vw;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.3333333333vw 3.3333333333vw;
    background-color: #FFAF2D;
    border-radius: 6.6666666667vw;
  }
  div#content div.container div.box.box__carousel.box__carousel_disabled ol.box.box__carousel__inner a.button__carousel p.button__label__carousel {
    font-size: 2.4vw;
    line-height: 1;
  }
  div#content div.container section.sec.sec__fv {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_1--sp.jpg);
    background-size: contain;
    background-position: center top;
    padding-top: 34vw;
    padding-bottom: 34.8vw;
    aspect-ratio: 750/1080;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner h1 {
    text-align: center;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner p.body {
    padding-top: 3.5em;
    text-align: center;
  }
  div#content div.container section.sec.sec__fv div.box.box__sec__inner a.link__append {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 2.6666666667vw;
    bottom: -14.6666666667vw;
    font-size: 4vw;
    text-align: right;
    color: #f00;
    text-decoration: underline;
  }
  div#content div.container section.sec.sec__privacy {
    padding-top: 9.3333333333vw;
    padding-bottom: 20vw;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner p.note {
    margin-top: 0.5em;
    font-size: 2.4vw;
    margin-bottom: 3em;
    padding-left: 0.5em;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner h3 {
    margin-top: 0.5em;
    font-weight: 700;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner p.body {
    margin-top: 0.5em;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner div.box__contents {
    padding-top: 1em;
    margin-top: 5em;
    width: 100%;
    border-top: 1px solid #fff;
  }
  div#content div.container section.sec.sec__privacy div.box.box__sec__inner div.box__contents a.close__page {
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-size: 2.4vw;
  }
  div#content div.container section.sec.sec__whoweare {
    padding-top: 18.6666666667vw;
    padding-bottom: 20vw;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner h2 {
    padding-bottom: 5.3333333333vw;
  }
  div#content div.container section.sec.sec__whoweare div.box.box__sec__inner img.photo {
    width: 100%;
  }
  div#content div.container section#keymessage.sec.sec__keymessage {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_2--sp.jpg);
    background-size: 100% auto;
    padding-top: 10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo:first-of-type {
    margin-top: 1.5em;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo img.photo {
    width: 100%;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo h3 {
    font-weight: 600;
    position: absolute;
    top: 3.8666666667vw;
    left: 4.4vw;
    font-size: 6vw;
    line-height: 1.3333333333;
  }
  div#content div.container section#keymessage.sec.sec__keymessage div.box.box__sec__inner div.box.box__photo p.body {
    width: 82.6666666667vw;
    position: absolute;
    bottom: 0vw;
    left: 4.4vw;
    font-size: 2.6666666667vw;
    line-height: 1.75;
  }
  div#content div.container section.sec.sec__work {
    padding-top: 18vw;
    padding-bottom: 13.3333333333vw;
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_metal.jpg);
    background-color: #767676;
    background-position: top left -20vw;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner h2 {
    text-align: center;
    padding-bottom: 6.6666666667vw;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare {
    margin: 6.4vw auto 0;
    display: block;
    width: 61.2vw;
    height: 8.8vw;
    border: 1px solid #fff;
    padding-right: 3.0666666667vw;
    text-align: center;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare::after {
    content: "";
    display: block;
    width: 3.0666666667vw;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 1.7333333333vw;
    top: 50%;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner a.button__aquare p.buttton__label {
    line-height: 1;
    margin-top: 2.6666666667vw;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials {
    margin-top: 4.9333333333vw;
    padding: 4vw;
    background-color: #fff;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials h3.heading__ministerials {
    width: 100%;
    padding-bottom: 0.9333333333vw;
    margin-bottom: 1.7333333333vw;
    font-size: 2.6666666667vw;
    color: #FFAF2D;
    border-bottom: 1px solid #000;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner {
    width: 30%;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner p {
    color: #000;
    font-size: 2vw;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner p.date__ministerials:not(:first-of-type) {
    margin-top: 0.7em;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials {
    padding-bottom: 0.5em;
    display: block;
    color: #2B6296;
    font-size: 1.8666666667vw;
    text-decoration: none;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials::before {
    content: "";
    display: inline-block;
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 0.2666666667vw;
    margin-right: 0.5em;
  }
  div#content div.container section.sec.sec__work div.box.box__sec__inner div.box.box__ministerials div.box.box__ministerials__inner a.link__ministerials.link__pdf::after {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-repeat: no-repeat;
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/icon__pdf.png);
    background-size: contain;
    margin-left: 0.3em;
    margin-bottom: -0.6666666667vw;
  }
  div#content div.container section.sec.sec__members {
    padding-bottom: 10.6666666667vw;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags {
    width: 77.3333333333vw;
    margin: 6.6666666667vw auto 0vw;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag {
    margin-left: 2.6666666667vw;
    padding-bottom: 4.6666666667vw;
    width: 13.3333333333vw;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag:nth-of-type(5n - 4) {
    margin-left: 0;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag img.img__flag {
    width: 100%;
  }
  div#content div.container section.sec.sec__members div.box.box__sec__inner ol.box.box__flags li.flag p.txt__name__flag {
    line-height: 1;
    text-align: center;
    font-size: 2vw;
  }
  div#content div.container section.sec.sec__publications {
    background-image: url(/media/oecdorg/directorates/directorateforsciencetechnologyandindustry/gfsec/bg_metal.jpg);
    background-color: #767676;
    background-position: top left -20vw;
    padding-bottom: 0vw;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner {
    margin-top: 4vw;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner h2 {
    text-align: center;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel {
    margin-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel ol.box.box__carousel__inner li.carousel__body {
    padding-top: 4vw;
  }
  div#content div.container section.sec.sec__publications div.box.box__sec__inner div.box.box__carousel ol.box.box__carousel__inner li.carousel__body h3.heading__carousel {
    font-size: 2.4vw;
    line-height: 1.3888888889;
    height: 5em;
  }
  div#content div.container section.sec.contact {
    background-color: #8C8C8C;
    padding-top: 17.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner {
    min-height: 145.3333333333vw;
    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;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input h2 {
    text-align: center;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input h2 p span.txt.txt__orange {
    color: #fff;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form {
    margin-top: 6.6666666667vw;
    background-color: #fff;
    color: #000;
    border-radius: 2.6666666667vw;
    padding: 8vw;
    /*============================
    #contactForm
    ============================*/
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form {
    width: 100%;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form.size__half {
    width: calc(50% - 2.2666666667vw);
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form.size__half + .size__half {
    margin-left: 4.5333333333vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p {
    color: #000;
    font-size: 3.2vw;
    line-height: 1.25;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p.txt__label__form {
    padding-bottom: 0.5em;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form p.error__form {
    color: red;
    margin-top: -1em;
    line-height: 1;
    margin-bottom: 2em;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form input, div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form textarea {
    margin-bottom: 1.5em;
    width: 100%;
    color: #000;
    padding: 1.3333333333vw 1.3333333333vw;
    border: none;
    background-color: #D9D9D9;
    border-radius: 0.6666666667vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form input:focus, div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm ol.box.box__form__inner li.element__form textarea:focus {
    outline: none;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form,
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form__final {
    width: 28.5333333333vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    background-color: #FFAF2D;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 3.2vw;
    line-height: 1;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.submit__form__final {
    display: none;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__input div.box.box__form form#contactForm button.back__form {
    display: none;
    width: 20.5333333333vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    background-color: #5B5B5B;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 3.2vw;
    line-height: 1;
    margin-left: 2.1333333333vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks img.pict__conplete {
    width: 15.6vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 {
    margin-top: 4vw;
    text-align: center;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 p {
    font-size: 6.6666666667vw;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks h2 p span.txt.txt__orange {
    color: #fff;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks p.body {
    font-size: 3.2vw;
    margin-top: 2em;
  }
  div#content div.container section.sec.contact div.box.box__sec__inner div.box__form__thanks div.box.box__form {
    width: 66.6666666667vw;
    background-color: #fff;
    color: #000;
    border-radius: 2.6666666667vw;
    padding: 8vw;
  }
  div#content footer {
    padding-top: 4vw;
    padding-bottom: 33.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    height: 10.6666666667vw;
    background-color: #000;
  }
  div#content footer div.box.box__footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 92.2666666667vw;
  }
  div#content footer div.box.box__footer__inner a.logo {
    display: block;
    width: 9.3333333333vw;
  }
  div#content footer div.box.box__footer__inner a.logo img {
    display: block;
    width: 100%;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 79.0666666667vw;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner li a {
    text-decoration: underline;
  }
  div#content footer div.box.box__footer__inner nav.lower ol.box.box__nav__inner li a p {
    font-size: 2.4vw;
  }
  div#content footer div.box.box__footer__inner p.copyright {
    margin-top: 4.4vw;
    font-size: 2.4vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
  div#content footer div.box.box__footer__inner p.copyright a {
    text-decoration: underline;
  }
}/*# sourceMappingURL=custom.css.map */