@charset "utf-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ======================================
    #
====================================== */

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-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/* ======================================
    #
====================================== */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: none;
}

html {
    background: #f6f6f6;
}

body {
    width: 800px;
    font-family: 'Roboto', 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: 600;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ======================================
    #
====================================== */

header {
    padding: 80px 0 0;
}

header h1 {
    width: 220px;
    margin: 0 auto;
}

/* ======================================
    #
====================================== */

section {
    width: 800px;
    margin: 0 auto;
    padding: 60px 30px;
    overflow: hidden;
}

img {
    display: block;
    margin: 0 auto;
}

/* ======================================
    #
====================================== */

.hl-01 {
    font-size: 54px;
    line-height: 1.6;
    letter-spacing: -.04em;
}

.hl-02 {
    font-size: 46px;
    line-height: 1.6;
    letter-spacing: -.04em;
}

.hl-03 {
    font-size: 38px;
    line-height: 1.6;
    letter-spacing: -.04em;
}

.hl-04 {
    border-left: 7px solid;
    padding: 0 0 0 .5em;
}

.tx-c {
    text-align: center;
}

.fc-b {
    color: #17e;
}

.fc-r {
    color: #b11;
}

.mg-05em {
    margin: .5em 0 0;
}

.mg-1em {
    margin: 1em 0 0;
}

.mg-2em {
    margin: 2em 0 0;
}

/* ======================================
    #
====================================== */

.cta {
    background: #17e;
    padding: 60px 20px;
}

.cta h2 span {
    position: relative;
}

.cta h2 span::before {
    content: "・・";
    font-size: 40px;
    letter-spacing: 3px;
    position: absolute;
    top: -1em;
    left: 3px;
}

.cta .box {
    background: #fff;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.cta .speech span {
    display: inline-block;
    color: #17e;
    font-weight: 600;
    border: 3px solid #17e;
    padding: .5em 2em;
    position: relative;
    animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
    0%, 40%, 60%, 80% {transform: scale(1.0);}
    50%, 70%          {transform: scale(0.97);}
}

.cta .speech span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    border: 15px solid transparent;
    border-top: 15px solid #17e;
}

.cta .speech span::after {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: calc(50% - 15px);
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

.cta dt {
    font-weight: 600;
    position: relative;
}

.cta dt span {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 4px solid #e7f1fd;
    border-left-color: #17e;
    margin: 0 .5em 0 0;
    position: relative;
    top: 10px;
    border-radius: 50%;
    animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
    0%   {transform:rotate(0)}
    100% {transform:rotate(360deg)}
}

.cta dt::after {
    color: #17e;
    position: absolute;
    top: 7px;
    left: 16px;
}

.cta dt.dt-01::after {
    content: "1";
}
.cta dt.dt-02::after {
    content: "2";
}
.cta dt.dt-03::after {
    content: "3";
}

.cta dd {
    font-size: 86%;
    padding: 0 0 0 2.5em;
}

.cta-btn {
    text-align: center;
    margin: 2em 0 0;
}

.cta-btn a {
    display: block;
    width: 580px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    background: #17e;
    margin: 0 auto;
    padding: .5em 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    animation: ripple 2s infinite;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

@keyframes ripple {
    0%   {box-shadow: 0 0 0 0 #17e;}
    70%  {box-shadow: 0 0 0 16px rgb(80 50 0 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(80 50 0 / 0%);}
}

.cta-btn a::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cta-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #06d;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .4s;
    z-index: -1;
}

.cta-btn a:hover::before {
    left: 0;
}

.cta-btn a:hover {
    transform: scale(1.05);
}

.cta-btn p {
    font-size: 86%;
    margin: .5em 0 0;
}

/* ======================================
    #
====================================== */

.fade {
    opacity: 0;
    transform: translateY(1em);
}

.visible {
    animation: inUp 1s forwards ease-out;
}

@keyframes inUp {
    0%   {}
    100% {opacity: 1;transform: translate(0);}
}

/* ======================================
    #
====================================== */

#mainvisual {
    text-align: center;
}

#mainvisual h1 span {
    margin: 0 -.4em;
}

.swiper {
    margin: 2em 0 0;
}

.swiper-slide {
    padding: 0 10px;
    position: relative;
}

.swiper-slide img {
    display: block;
    border-radius: 10px;
}

.swiper-slide p {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #fff;
    font-size: 21px;
    text-align: left;
    font-weight: 400;
    padding: 1em 1em 2em;
    background: rgba(0,0,0,.64);
    border-radius: 0 0 10px 10px;
}

.swiper-pagination,
.swiper-pagination-progressbar,
.swiper-pagination-horizontal {
    width: calc(100% - 40px) !important;
    height: 10px !important;
    top: auto !important;
    bottom: 16px !important;
    margin: 0 20px;
}

.swiper-pagination-progressbar-fill {
    background: #17e !important;
}

/* ======================================
    #
====================================== */

#fix-cta {
    width: 800px;
    text-align: center;
    background: rgba(255,255,255,.9);
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    left: calc(50% - 400px);
    bottom: 0;
    z-index: 9999;
}

#fix-cta h3 {
    color: #b11;
}

#fix-cta a {
    display: block;
    width: 580px;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    background: #b11;
    margin: 5px auto;
    padding: .5em 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

#fix-cta a::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#fix-cta a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #900;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .4s;
    z-index: -1;
}

#fix-cta a:hover::before {
    left: 0;
}


/* ======================================
    #
====================================== */

footer {
    font-size: 20px;
    text-align: center;
    padding: 0 0 240px;
}

footer p::before {
    font-family: FontAwesome;
    content: "\f1f9";
    margin: 0 .5em 0 0;
}

/* ======================================
    #
====================================== */

#intro {
}

#intro h2 span {
    margin: 0 -.4em 0 0;
}

#intro h2 span.both {
    margin: 0 -.4em;
}

.scroll-wrap {
    margin: 2em -30px;
}

.scroll-img {
    display: flex;
    overflow: hidden;
}

.scroll-img ul {
    display: flex;
}

.scroll-img ul li {
    width: 200px;
}
.scroll-img ul li img {
    width: 100%;
}

.scroll-left {
  animation: anime-left 16s infinite linear both;
}
@keyframes anime-left {
    from {transform: translateX(0);}
    to   {transform: translateX(-100%);}
}

.scroll-right{
  animation: anime-right 20s infinite linear both;
}
@keyframes anime-right {
    from {transform: translateX(-100%);}
    to   {transform: translateX(0%);}
}

/* ======================================
    #
====================================== */

#usp {
}

#usp h2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: .5em 0;
}

#usp h2 span {
    margin: 0 -.4em;
}

#usp dl {
    display: table;
    width: 100%;
    border-bottom: 1px dashed;
    padding: 1.5em 0;
    overflow: hidden;
}

#usp dl:last-child {
    border-bottom: none;
}

#usp dl dt,
#usp dl dd {
    display: table-cell;
    vertical-align: middle;
}

#usp dl dt {
    width: 240px;
}

#usp dl dt img {
    width: 200px;
    height: 200px;
    margin: 0;
}

#usp dl dd {
    width: 500px;
    line-height: 1.6;
    padding: 0 20px 0 0;
}

/* ======================================
    #
====================================== */

#result {
}

#result h2 span {
    display: inline-block;
    border: 3px solid;
    margin: 0 0 0 -3px;
    padding: 0 .3em;
}

#result h3 span,
#result h4 span {
    color: #17e;
}

#result h3 strong,
#result h4 strong {
    font-size: 180%;
    line-height: 1;
}

#result .container {
    text-align: center;
    border: 2px solid;
    padding: 1em .5em;
}

#result ul {
    display: flex;
    flex-flow: wrap;
    margin: .5em 0 0;
}

#result ul li {
    width: calc(100%/3);
    text-align: center;
    padding: .5em;
}

#result ul li img {
    display: block;
    border-radius: 5px;
    margin: 0 0 .25em;
}

#result ul li strong {
    font-size: 140%;
    line-height: 1;
}

/* ======================================
    #
====================================== */

#review {
    padding: 0 30px 60px;
}

#review h2 {
    position: relative;
}

#review h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

#review h2 span {
    display: inline-block;
    background: #fff;
    padding: 0 .5em;
    position: relative;
    z-index: 100;
}

#review .container {
    border-bottom: 1px solid;
    padding: 0 0 1.5em;
}

#review dl {
    display: table;
    width: 100%;
}

#review dl dt,
#review dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: .5em;
}

#review dl dt {
    width: 34%;
}

#review dl dd h3 {
    margin: 0 0 .25em;
}

#review dl dd span {
    display: block;
    font-size: 80%;
    margin: 0 0 0 -.5em;
}

#review .pass ul {
    margin: .5em 0;
    overflow: hidden;
}

#review .pass ul li {
    background: url(https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/review-pass-icon_01.svg) no-repeat left center;
    background-size: auto 80%;
    margin: 0 .5em 0 0;
    padding: 0 0 0 1.5em;
    float: left;
}

#review .pass ul li span {
    font-size: 20px;
}

/* ======================================
    #
====================================== */

#access p span {
    display: inline-block;
    font-weight: 600;
    border: 3px solid;
    padding: .5em 2em;
    position: relative;
}

#access table {
    width: 100%;
    border-top: 1px solid;
}

#access table th,
#access table td {
    border-bottom: 1px solid;
    padding: 1em 0;
}

#section-05 table th {
    width: 28%;
}

#access table td {
    width: 72%;
    font-size: 22px;
}

#access ul li {
    width: 50%;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

#access ul li h4 {
    font-size: 32px;
}

/* ======================================
    #
====================================== */

#company table {
    width: 100%;
    border-top: 1px solid;
}

#company table th,
#company table td {
    font-size: 24px;
    border-bottom: 1px solid;
    padding: 1em 0;
}

#company table th {
    width: 34%;
}

#company table td {
    width: 66%;
}

/* ======================================
    #
====================================== */

.mailform {
    padding: 90px 30px !important;
}

.mailform form {
    width: 740px;
    margin: 20px 0 0;
    overflow: hidden;
}

.mailform dl {
    background: #fff;
    margin: 20px 0;
    padding: 20px 20px 10px;
    overflow: hidden;
    border-radius: 10px;
}

.mailform dl dt {
    font-size: 28px;
    font-weight: 700;
}

.mailform dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 15px 0 0;
    padding: 2px 10px;
    position: relative;
    top: -4px;
    border-radius: 3px;
}

.mailform dl dt span.must {
    background: #e44;
}

.mailform dl dt span.any {
    background: #aaa;
}

.mailform dl dt a {
    color: #08d;
}

.submitWrap {
    text-align: center;
    padding: 0 0 10px;
}

.pamph-note {
    color: #c01;
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
}

/* ======================================
    #
====================================== */

::-webkit-input-placeholder {
    color:#ccc;
}

:-moz-placeholder {
    color:#ccc;
}

.mailform input,
.mailform textarea,
.mailform select {
    transform: scale(0.8);
    width: 125%;
    color: #333;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 36px;
    border: 2.5px solid #ccc;
    margin: 0 0 0 -12.5%;
    padding: 25px;
    outline: none;
}

.mailform textarea {
    height: 200px;
}

.mailform ul.tab {
    border: 2px solid #ddd;
    margin: 10px 0;
}

.mailform ul.tab li {
    position: relative;
}

.mailform .switch input[type="radio"] {
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    opacity : 0;
    cursor: pointer;
}

.mailform .switch input[type="radio"] + p {
    font-size: 28.8px;
    font-weight: 400;
    border-bottom: 2px dashed #ddd;
    padding: 15px 15px 15px 70px;
}

.mailform .switch input[type="radio"] + p {
    background: url("images/form-radio_off.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform .switch input[type="radio"]:checked + p {
    background: url("images/form-radio_on.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform .switch li:last-child p {
    border-bottom: none;
}

.mailform select {
    background: url("https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/form-select.svg") no-repeat right center #fff;
    background-size: 70px;
    cursor: pointer;
}

.mailform select option {
    font-size: 28.8px;
}

.mailform form .wpcf7-radio,
.mailform form .wpcf7-checkbox {
    display: block !important;
    border: 2px solid #ddd;
    margin: 10px 0;
}

.mailform form .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    border-bottom: 2px dashed #ddd;
    position: relative;
}

.mailform form .last {
    border: none;
}

.mailform form .wpcf7-list-item label {
    display: block;
    position: relative;
}

.mailform form input[type="radio"],
.mailform form input[type="checkbox"] {
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    opacity : 0;
    cursor: pointer;
}

.mailform form input[type="radio"] + span,
.mailform form input[type="checkbox"] + span {
    display: block;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 28.8px;
    font-weight: 400;
    padding: 15px 15px 15px 70px;
}

.mailform form input[type="radio"] + span {
    background: url("https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/form-radio_off.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform form input[type="radio"]:checked + span {
    background: url("https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/form-radio_on.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform form input[type="checkbox"] + span {
    background: url("https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/form-check_off.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform form input[type="checkbox"]:checked + span {
    background: url("https://masudajuku.jp/lp/wp/wp-content/themes/masuda-wp/images/eikoh/form-check_on.svg") no-repeat left center #fff;
    background-size: 70px;
}

.mailform form input[type="submit"] {
    display: inline-block;
    width: 420px;
    color: #fff;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #090;
    background: linear-gradient(#0b0, #090);
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    top: 0;
    border-radius: 10px;
    transition-duration: 0.3s;
    cursor: pointer;
    text-shadow: 2px 2px 0 #080;
    box-shadow: 0 8px 0 #060;
}

.mailform form input[type="submit"]:hover {
    box-shadow: 0 0 0 #060;
    top: 8px;
}

.mailform input.wpcf7-date {
    color: #333;
    height: 110px;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 36px;
    border: 2.5px solid #ccc;
    background: #fff;
    margin: 0 0 0 -12.5%;
    padding: 25px;
    outline: none;
    position: relative;
}

.wpcf7-not-valid-tip {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center;
    background: #ffd8ed;
}

.wpcf7-not-valid-tip:before {
    font-family: FontAwesome;
    content: "\f071";
    margin: 0 .5em 0 0;
}

.wpcf7-response-output {
    color: #fff;
    background: #dc3232;
    border: none!important;
    margin: 1em 0 0!important;
    padding: .5em 1em!important;
}

.wpcf7-spinner {
    display: none !important;
}

.subject {
    display: none;
}

/* ======================================
    #
====================================== */

#link {
    padding: 0 30px 60px;
}

#link a,
#link button {
    display: block;
    width: 400px;
    font-family: 'Roboto', 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #666;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    background: #ddd;
    margin: 0 auto;
    padding: .75em;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

#link button {
    padding: .75em;
}

#link a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#link button::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-left: 3px solid #666;
    border-bottom: 3px solid #666;
    position: absolute;
    top: calc(50% - 4px);
    left: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ======================================
    #
====================================== */

#thanks {

}

#thanks ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 1em 0 0;
}

#thanks ul li {
    width: 230px;
}

#thanks ul li img {
    display: block;
    width: 180px;
    margin: 0 auto 20px;
}

#thanks ul li p a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding: .5em;
    position: relative;
    border-radius: 3em;
}

#thanks ul li p a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#thanks ul li:nth-child(1) p a {
    background: #08d;
}
#thanks ul li:nth-child(2) p a {
    background: #038;
}
#thanks ul li:nth-child(3) p a {
    background: #077;
}

#thanks .information {
    text-align: center;
    background: #e5f3fc;
    padding: 30px;
    border-radius: 20px;
}

#thanks .information a {
    display: block;
    width: 520px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #08d;
    background: linear-gradient(#08d, #038);
    margin: 20px auto 10px;
    padding: .75em .5em;
    position: relative;
    border-radius: 10px;
    text-shadow: 4px 4px 8px rgba(0,0,0,.5);
}

#thanks .information a::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ======================================
    #
====================================== */

.grecaptcha-badge {
    display: none!important;
}

