html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    word-break: normal;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
    padding-right: constant(safe-area-inset-right);/* iphoneX�p */
    padding-left: constant(safe-area-inset-left);/* iphoneX�p */
    padding-right: env(safe-area-inset-right);/* iphoneX�p */
    padding-left: env(safe-area-inset-left);/* iphoneX�p */
    word-break:break-all;
    overflow-x: hidden;
}
*{
    color: #001127;
    box-sizing: border-box;
}
.wrapper {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 0.2s ease-in-out;
}
.cl {
    clear: both;
}
/* container */
section,
#lead {
    padding: 80px 0 100px;
}
.container-midium {
    max-width: 1080px;
    margin: 0 auto ;
    padding: 0 24px;
}
.container-flex {
    display: flex;
    display: -ms-flexbox;
}
.container-flex > .container-img  {
    width: 50%;
    padding: 0 16px;
}
.container-flex > .container-img img {
    width: 100%;
}
.container-flex > .container-text {
    width: 50%;
    padding: 0 16px;
}
.contents-center {
    text-align: center;
}
/* Text */
.text {
    line-height: 2;
    font-size: 1.6rem;
    text-align: left;
}
.text-small {
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: left;
}
.text-lead {
    line-height: 3;
    font-size: 1.6rem;
    text-align: left;
}
/* Title・Heading */
.heading {
    line-height: 1.8;
    margin: 0 0 16px 0;
    font-weight: bold;
    font-size: 2.2rem;
}
.heading-large {
    line-height: 1.8;
    margin: 0 0 24px 0;
    font-weight: bold;
    font-size: 2.8rem;
}
.title {
    display: block;
    height: 150px;
    margin: 0 auto 80px;
    padding: 55px 0 0 0;
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    background: url(../img/bg-title-white.png) no-repeat center center;
    background-size: contain;
}
.title-blue {
    background: url(../img/bg-title-blue.png) no-repeat center center;
}
.title span {
    display: block;
    padding: 8px 0;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
}
/* wave */
.wave-blue,.wave-white{
    position: relative;
}
.wave-blue::before {
    content: "";
    position: absolute;
    top: -48px;
    width: 100%;
    height: 50px;
    background: url(../img/wave-blue.png) no-repeat;
    background-size: cover;
}
.wave-white::before {
    content: "";
    position: absolute;
    top: -48px;
    width: 100%;
    height: 50px;
    background: url(../img/wave-white.png) no-repeat;
    background-size: cover;
}
/* dot */
.dot-left-hero::before {
    content: "";
    position: absolute;
    left: -7%;
    top: -40px;
    width: 360px;
    height: 330px;
    margin-top: 0;
    background: url(../img/deco-dot-white.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.dot-right-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -20%;
    width: 360px;
    height: 330px;
    margin-top: 0;
    background: url(../img/deco-dot-white.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.dot-left {
    position: relative;
}
.dot-left::after {
    content: "";
    position: absolute;
    left: -7%;
    top: 10%;
    width: 360px;
    height: 330px;
    margin-top: 0;
    background: url(../img/deco-dot-white.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.dot-left-gray {
    position: relative;
}
.dot-left-gray::after {
    background: url(../img/deco-dot-gray.png) no-repeat;
    background-size: contain;
}
.dot-left-blue {
    position: relative;
}
.dot-left-blue::after {
    background: url(../img/deco-dot-blue.png) no-repeat;
    background-size: contain;
}
.dot-right {
    position: relative;
}
.dot-right::after {
    content: "";
    position: absolute;
    right: -30%;
    bottom: 10%;
    width: 360px;
    height: 330px;
    margin-top: 0;
    background: url(../img/deco-dot-white.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.dot-right-gray {
    position: relative;
}
.dot-right-gray::after {
    background: url(../img/deco-dot-gray.png) no-repeat;
    background-size: contain;
}
.dot-right-blue::after {
    background: url(../img/deco-dot-blue.png) no-repeat;
    background-size: contain;
}
/* hero */
#hero {
    position: relative;
    height: 80vh;
    margin-top: 0;
    background: url(../img/bg-hero.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}
#hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: max-content;
    transform: translate(-50%,-50%);
}
/*lead*/
#lead {
    position: relative;
}
#lead .container-img {
    margin: 0 24px 0 0;
}
#lead .list-lead {
    position: relative;
    margin: 150px 0;
    padding: 48px;
    background: #E7F8FF;
    border-radius: 24px;
}
#lead .list-lead .list-lead-heading {
    position: absolute;
    display: block;
    left: 50%;
    top: -42px;
    line-height: 1.4;
    width: 320px;
    color: #00285A;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    transform: translate(-50%,0);
}
#lead .list-lead .list-lead-heading::before {
    content: url(../img/deco-voice.png);
    position: absolute;
    top: 0;
    left: -38px;
}
#lead .list-lead .list-lead-heading::after {
    content: url(../img/deco-voice.png);
    position: absolute;
    top: 0;
    right: -35px;
    transform: scale(-1, 1);
}
#lead .list-lead ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
#lead .list-lead ul li {
    width: 50%;
    position: relative;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: 游ゴシック, "Yu Gochic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, sans-serif;
    padding: 0 16px 8px 24px;
}
#lead .list-lead ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #FFF;
    border: solid 2px #001127;
    border-radius: 12px;
}
/* feature */
#feature {
    background: #CFF1FF;
    z-index: 0;
}
#feature .container-feature {
    margin-bottom: 40px;
    padding: 60px;
    background: #FFF;
    border-radius: 30px;
}
#feature .contents-feature-heading {
    text-align: center;
    margin: 0 0 40px 0;
}
#feature .container-feature h3 {
    display: inline;
    margin-bottom: 50px;
    text-align: center;
    background:linear-gradient(transparent 60%, #F2F2F2 60%);
}
#feature .container-feature .link-anchor {
    position: relative;
    float: right;
    display: inline-block;
    margin: 24px 0 0 0;
    color: #06A0E3;
    font-weight: bold;
    font-size: 1.6rem;
}
#feature .container-feature .link-anchor::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #06A0E3;
    transform: translate(0,-50%);
}
#feature .container-feature ul li {
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    margin: 0 0 24px 0;
}
#feature .container-feature ul li:nth-child(even) {
    flex-direction: row-reverse
}
#feature .container-feature ul li .cocontainer-text {
    width: 400px;
}
#feature .container-feature ul li .container-img {
   text-align: center;
}
#feature .container-feature .container-img img {
   max-width: 360px;
 }
 #feature .container-feature .img-fg-teacher {
    width: 100%;
    max-width: 640px;
}
#feature .container-feature .img-fg-teacher-sp {
    display: none;
}
/* requirements */
#requirements .container-requirements {
    margin-bottom: 40px;
    background: #F2F2F2;
    border-radius: 30px;
}
#requirements .container-requirements .heading {
    padding: 40px 40px 20px 40px;
    border-bottom: 2px dashed#001127;
    color: #00285a;
}
#requirements .container-requirements ul {
    padding: 0  40px 40px 40px;
}
#requirements .container-requirements ul li {
    position: relative;
    margin: 24px 0 0 0;
    padding: 0 0 0 24px;
}
#requirements .container-requirements ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #FFF;
    border: solid 2px #001127;
    border-radius: 12px;
}
#requirements .container-requirements ul li:first-child     {
    margin: 0;
}
#requirements .container-requirements ul li .heading-requirements {
    line-height: 1.4;
    padding: 0 0 8px 0;
    color: #00285a;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 游ゴシック, "Yu Gochic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, sans-serif;
}
.number {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 47px;
    margin: 0 8px 0 0;
    padding-left: 4px;
    background: #00285a;
    border-radius: 57% 53% 52% 55%;
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: .05em;
}
/* course */
#course {
    background: #CFF1FF;
    z-index: 0;
}
#course .container-course {
    display: flex;
    margin-bottom: 32px;
}
#course .container-course .container-barometer {
    width: 110px;
    height: 542px;
    background: url(../img/fg-barometer.png) no-repeat;
    background-size: contain;
    margin: 0 32px 0 0;
}
#course .container-course ul {
    width: 100%;
}
#course .container-course ul li {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin: 0 0 8px 0;
    background: #FFF;
    border-radius: 24px;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 13%);
    overflow: hidden;
}
#course .container-course ul li > .container-course-name {
    flex: 2;
    -ms-flex: 2;
    padding: 30px 20px;
    text-align: center;
    background: #06A0E3;
    color: #FFF;
    font-size: 1.8rem;
}
#course .container-course ul li:nth-child(2) > .container-course-name{
    background: rgba(6,160,227,.8);
}
#course .container-course ul li:nth-child(3) > .container-course-name{
    background: rgba(6,160,227,.6);
}
#course .container-course ul li > .container-course-name em.coursename {
    display: block;
    color: #FFF;
    font-size: 5rem;
    font-style: normal;
}
#course .container-course ul li > .container-course-name p {
    border-radius: 30px;
    background: #FFF;
    color: #00285a;
    margin: 16px auto 0;
    padding: 4px;
    font-size: 1.4rem;
    width: 150px;
}
#course .container-course ul li > .container-course-name p em {
    vertical-align: text-bottom;
    padding: 0 4px;
    color: #00285a;
    font-size: 2rem;
    font-style: normal;
}
#course .container-course ul li > .container-course-desc {
        flex: 6;
    -ms-flex: 6;
    padding: 20px;
}
#course .container-course ul li > .container-course-desc .recommend {
    line-height: 1.6;
    margin: 4px 0 0 0;
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 8px;
    color: #00285a;
}
#course .container-course ul li > .container-course-desc .recommend .title-recommend {
    color: #00285a;
    font-family: 游ゴシック, "Yu Gochic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, sans-serif;
    font-weight: bold;
    margin: 0 0 4px 0;
}
#course .container-course ul li > .container-course-fee {
    flex: 2;
    -ms-flex: 2;
    min-width: 150px;
    padding: 20px;
    background: #f2f2f2;
    color: #00285a;
    font-size: 1.6rem;
    line-height: 1.4;
}
#course .container-course ul li > .container-course-fee span {
    display: block;
    padding: 2px 0;
    font-size: 1.6rem;
}
#course .container-course ul li > .container-course-fee span:last-child {
    text-align: right;
}
#course .container-course ul li > .container-course-fee span i.display-sp {
    display: none;
}
#course .container-course ul li > .container-course-fee span i {
    background: #00285a;
    color: #FFF;
    margin: 0 4px 0 0;
    padding: 4px 4px 4px 6px;
    letter-spacing: .3em;
    border-radius: 5px;
    font-size: 1.2rem;
    font-style: normal;
    vertical-align: middle;
}
#course .container-course ul li > .container-course-fee span em {
    color: #00285a;
    font-size: 3.6rem;
    font-style: normal;
    vertical-align: sub;
}
/* contact */
#contact .container-contact {
    text-align: center;
    padding: 0 24px;
}
/* access */
#access {
    background: #CFF1FF;
    z-index: 0;
}
#access .img-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 0 24px 0;
}
#access p {
    margin: 0 0 24px 0;
}
#access .container-map {
    width: 50%;
    padding: 0 16px;
}
#access .container-text {
    width: 50%;
}
/*Header*/
header {
    top: 0;
    z-index: 50;
    width: 100%;
}
header h1 {
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
    font-weight: normal;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    background: #001b3c;
}
header nav {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0 16px 0 0;
    background: #00285A;
    z-index: 15;
}
header nav .sitelogo {
    padding: 8px;
    border-left: none;
}
header nav .sitelogo img {
    height: 44px;
}
/* nav PC */
header nav #header-pc {
    display: flex;
    display:-ms-flexbox;
    align-items: center;
}
header nav #header-pc li {
    display: inline-block;
}
header nav #header-pc li a {
    display: block;
    padding: 16px;
    color: #FFF;
}
header nav #header-pc li:last-child a {
    border-radius: 50px;
    background: #f0820a;
    color: #FFF;
}
/* hamburger-menu */
header .hamburger {
    display: none;
    position: absolute;
    right : 8px;
    top   : 4px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index : 16;
}
header .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 1px ;
    left    : 6px;
    background: #FFF;
    transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
    top: 10px;
}
header .hamburger span:nth-child(2) {
    top: 20px;
}
header .hamburger span:nth-child(3) {
    top: 30px;
}
/* nav open */
header .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    transform        : rotate(-45deg);
}
header .hamburger.active span:nth-child(2),
header .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    transform        : rotate(45deg);
}
/* nav SP */
.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
  }
header #header-sp {
    display: none;
    position: fixed;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,40,90,.9);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity .6s ease, visibility .6s ease;
}
header nav #header-sp {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
}
header nav #header-sp li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
header nav #header-sp li:last-child {
    padding-bottom: 0;
}
header nav #header-sp li a {
    display: block;
    color: #fff;
    padding: 32px 0;
    font-size: 1.6rem;
    font-family: 'Josefin Sans', sans-serif;
}
 header #header-sp.active { /* このクラスを、jQueryで付与・削除する */
    display: block;
    opacity: 100;
    z-index: 11;
}
/*Footer*/
footer {
    background: #102634;
    padding: 40px 40px 16px 40px;
}
footer .footer-company {
    display: flex;
    display:-ms-flexbox;
    padding: 0 0 40px 0;
    border-bottom: solid 1px #394D5A;
}
footer .footer-company p {
    flex: 1;
    -ms-flex: 1;
    line-height: 1.8;
    padding: 0 0 0 40px;
    color: #FFF;
}
footer .footer-company p:first-child {
    padding: 0;
    border-left: none;
}
footer .footer-company p a {
    color: #FFF;
}
footer .footer-company p a:hover {
    color: #e5f0f7;
    text-decoration: underline;
}
footer .footer-company p a img {
    vertical-align: baseline;
}
footer .footer-nav {
    display: flex;
    display:-ms-flexbox;
    padding: 16px 0 0 0;
}
footer .footer-nav ul {
    display: flex;
    display:-ms-flexbox;
    flex: 8;
    -ms-flex: 8;
    flex-direction: initial;
    -ms-flex-direction: initial;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
footer .footer-nav ul li {
    color: #FFF;
}
footer .footer-nav ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    color: #E5F0F7;
}
footer .footer-nav ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}
footer .footer-nav small {
    flex: 2;
    -ms-flex: 2;
    color: #ccc;
    font-size: 1.2rem;
    text-align: right;
    white-space: nowrap
}
/* error */
.container-error {
    position: relative;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}
.container-error img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%,-50%);
}


/* ----------------------------------------------

                タブレット（ ~1024px ）

---------------------------------------------- */

@media screen and (max-width: 1024px) {
    /* container */
    header nav .sitelogo img {
        height: 30px;
    }
    /* course */
    #course .container-course {
        margin-bottom: 0;
    }
    #course .container-course .container-barometer {
        display: none;
    }    
    #course .container-course ul li {
        margin: 0 0 24px 0;
        flex-direction: column;
    }
    #course .container-course ul li > .container-course-name em.coursename {
        font-size: 6rem;
    }
    #course .container-course ul li > .container-course-fee {
        padding: 20px;
    }
    #course .container-course ul li > .container-course-fee span {
        text-align: right;
    }
    #course .container-course ul li > .container-course-fee span i {
        vertical-align: text-top;
    }
    #course .container-course ul li > .container-course-fee span:first-child {
        display: none;
    }
    #course .container-course ul li > .container-course-fee span i.display-sp {
        display: inline-block;
    }
    #contact iframe {
        width: 100%;
        height: 1700px;
    }
}
/* ----------------------------------------------

                スマートフォン（ ~800px ）

---------------------------------------------- */

@media screen and (max-width: 800px) {
    /* container */
    section,
    #lead {
        padding: 20px 0 50px;
    }
    .container-flex {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .container-flex > .container-img  {
        width: 100%;
        padding: 16px 0 0 0;
    }
    .container-flex > .container-text {
        width: 100%;
        padding: 16px 0 0 0;
    }
    /* Text */
    .text {
        font-size: 1.4rem;
    }
    .text-small {
        font-size: 1.2rem;
    }
    .text-lead {
        font-size: 1.4rem;
    }
    /* Title・Heading */
    .heading {
        font-size: 1.6rem;
    }
    .heading-large {
        font-size: 2.2rem;
    }
    .title {
        font-size: 2.8rem;
    }
    /* wave */
    .wave-blue::before {
        width: 150%;
    }
    .wave-white::before {
        width: 150%;
    }
    /* dot */
    .dot-left-hero::before {
        width:260px;
        height: 240px;
    }
    .dot-right-hero::after {
        width:260px;
        height: 240px;
    }
    .dot-left::after {
        width:260px;
        height: 240px;
    }
    .dot-right::after {
        width:260px;
        height: 240px;
    }
    /* lead */
    #lead .container-img {
        margin: 32px 0 0 0;
        text-align: center;
        order: 2;
        -ms-flex-order: 2;
    }
    #lead .container-img img {
        width: 80%;
    }
    #lead .container-text {
        order: 1;
        -ms-flex-order: 1;
    }
    #lead .container-text .heading,
    #lead .container-text .text-lead {
        text-align: center;
    }
    #lead .list-lead {
        margin: 150px 0 60px;
    }
    #lead .list-lead .list-lead-heading {
        width: 210px;
        font-size: 1.6rem;
    }
    #lead .list-lead .list-lead-heading::before {
        left: -32px;
        transform: scale(.8);
    }
    #lead .list-lead .list-lead-heading::after {
        right: -32px;
        transform: scale(-1, .8);
    }
    #lead .list-lead ul li {
        width: 100%;
        padding: 0 0 16px 24px;
        font-size: 1.4rem;
    }
    #lead .list-lead ul li:last-child {
        padding-bottom: 0;
    }
    /* feature */
    #feature .container-feature ul li:nth-child(even) {
        flex-direction: column;
    }
    #feature .container-feature {
        padding: 40px 32px;
    }
    #feature .container-feature:last-child .contents-feature-heading {
        margin: 0;
    }
    #feature .container-feature .img-fg-teacher-pc {
        display: none;
    }
    #feature .container-feature .img-fg-teacher-sp {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }    
    /* requirements */
    #requirements .container-requirements {
        margin-bottom: 44px;
    }
    #requirements .container-requirements .heading {
        position: relative;
        padding: 32px 32px 16px 32px;
    }
    #requirements .container-requirements ul {
        padding: 0 24px 24px 24px;
    }
    #requirements .container-requirements ul li .heading-requirements {
        font-size: 1.6rem;
    }
    .number {
        position: absolute;
        left: 50%;
        top: -28px;
        line-height: 52px;
        width: 48px;
        height: 48px;
        font-size: 2.4rem;
        transform: translate(-50%, 0);
    }
    /* contact */
    #contact {
        padding-bottom: 100px;
    }    
    /* access */
    #access {
        background: #CFF1FF;
    }
    #access .container-map {
        width: 100%;
        height: 300px;
        order: 2;
        -ms-flex-order: 2;
        padding: 0;
     }
     #access .container-map iframe {
        height: 100%;
     }
     #access .container-text {
        width: 100%;
        order: 1;
        -ms-flex-order: 1;
     }
      #access p {
        margin: 0 0 24px 0;
    }
    /* header */
    header nav #header-pc {
        display: none;
    }
    header .hamburger {
        display: block;
        top: 16px;
    }
    header nav .sitelogo img {
        height: 40px;
    }
    /* footer */
    footer {
        padding: 24px;
    }
    footer .footer-company {
        flex-direction: column;
        -ms-flex-direction: column;
        padding: 0;
    }
    footer .footer-company p {
        flex: 1;
        -ms-flex: 1;
        padding: 0 0 24px 0;
        border-left: none;
        font-size: 1.4rem;
    }
    footer .footer-company p:first-child {
        padding: 0 0 24px 0;
    }
    footer .footer-company p a img {
        width: 11px;
    }
    footer .footer-nav {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    footer .footer-nav small {
        text-align: center;
        padding: 16px 0 0 0;
    } 
    .m2 .freebirdFormviewerViewHeaderTitle{
        font-size: 16px;
    }
}