@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020年6月12日, 下午3:25:32
    Author     : Joan
*/

/*.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}*/

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.border-box {
    box-sizing: border-box;
}

.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 0.375rem;
}

.mt-s {
    margin-top: 0.625rem;
}

.mt-m {
    margin-top: 1rem;
}

.mt-l {
    margin-top: 1.375rem;
}

.mt-xl {
    margin-top: 1.625rem;
}

.mt-xxl {
    margin-top: 2rem;
}

.mr-0 {
    margin-right: 0;
}

.mr-xs {
    margin-right: 0.375rem;
}

.mr-s {
    margin-right: 0.625rem;
}

.mr-m {
    margin-right: 1rem;
}

.mr-l {
    margin-right: 1.375rem;
}

.mr-xl {
    margin-right: 1.625rem;
}

.mr-xxl {
    margin-right: 2rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-xs {
    margin-bottom: 0.375rem;
}

.mb-s {
    margin-bottom: 0.625rem;
}

.mb-m {
    margin-bottom: 1rem;
}

.mb-l {
    margin-bottom: 1.375rem;
}

.mb-xl {
    margin-bottom: 1.625rem;
}

.mb-xxl {
    margin-bottom: 2rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 0.375rem;
}

.ml-s {
    margin-left: 0.625rem;
}

.ml-m {
    margin-left: 1rem;
}

.ml-l {
    margin-left: 1.375rem;
}

.ml-xl {
    margin-left: 1.625rem;
}

.ml-xxl {
    margin-left: 2rem;
}

.p-0 {
    padding: 0;
}

.pr-xs {
    padding-right: 0.375rem;
}

.pr-s {
    padding-right: 0.625rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-xs {
    padding-bottom: 0.375rem;
}

.pb-s {
    padding-bottom: 0.625rem;
}

.pb-m {
    padding-bottom: 1rem;
}

.pb-l {
    padding-bottom: 1.375rem;
}

.pb-xl {
    padding-bottom: 1.625rem;
}

.pb-xxl {
    padding-bottom: 2rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-xs {
    padding-left: 0.375rem;
}

.pl-s {
    padding-left: 0.625rem;
}

.pl-m {
    padding-left: 1rem;
}

.pl-l {
    padding-left: 1.375rem;
}

.pl-xl {
    padding-left: 1.625rem;
}

.pl-xxl {
    padding-left: 2rem;
}

.text-error {
    color: #b94a48;
}

.text-accent {
    color: #f58b01;
}

.text-accent a, .text-accent a:hover {
    color: #f58b01;
}

.text-error-en, .text-accent-en {
    font-size: 0.875rem;
}

.text-strikethrough {
    text-decoration: line-through;
}

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

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

.text-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-icon-primary {
    border-radius: 1rem;
    background-color: #d77b08;
    padding: 0 10px;
    color: #fff;
    font-size: 0.875rem;
    display: inline-block;
}

.text-icon-secondary {
    border-radius: 1rem;
    background-color: #9e9e9e;
    padding: 0 10px;
    color: #fff;
    font-size: 0.875rem;
    display: inline-block;
}

.btn-primary {
    background-color: #28bfb8;
    /*background: #3fc1c9 none 0% 0% repeat;*/
    color: #ffffff;
    /*text-shadow: none;*/
    border: 1px solid #28bfb8;
}

.btn-primary:hover {
    background-color: #1f9892;
    border: 1px solid #1f9892;
}

.btn-secondary {
    border: 1px solid #bdbdbd;
    color: #757575;
}

.btn-secondary:hover {
    border: 1px solid #9e9e9e;
    background-color: #9e9e9e;
    color: #ffffff;
}

.link-primary {
    color: #00508f;
}

.link-secondary {
    border: 1px solid #bdbdbd;
    color: #757575;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    min-width: 3rem;
    display: inline-block;
    text-align: center;
}

.link-secondary:hover {
    border: 1px solid #9e9e9e;
    background-color: #9e9e9e;
    color: #ffffff;
}


.w100 {
    width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.flex-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.flex-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.flex-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.flex-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.flex-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.flex-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.flex-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.flex-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hr-primary {
    border-style: dashed;
    border-color: #e0e0e0;
    border-width: 1px 0 0;
}

.hr-secondary {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px 0 0;
}

.min-height {
    min-height: 50vh;
}

.imp-min-width100 {
    min-width: 100% !important;
}

.max-width100 {
    max-width: 100%;
}

.max-width40 {
    max-width: 40%;
}

.invisible {
    display: none;
}

.flex-vertically-center {
    display: flex;
    align-items: center;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs__label {
    padding: 10px 16px;
    cursor: pointer;
}

.tabs__radio {
    display: none;
}

.tabs__content {
    order: 1;
    width: 100%;
    padding: 2rem 0;
    display: none;
}

.tabs__radio:checked + .tabs__label {
    font-weight: bold;
    color: #00a098;
    border-bottom: 2px solid #00a098;
}

.tabs__radio:checked + .tabs__label + .tabs__content {
    display: initial;
}

/* 688px */
@media (max-width: 43em) {
    .captcha-reset {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

