@charset "UTF-8";
/* ==========================================================================

    Theme Name: rakumaster
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

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

html {
    font-size: 62.5%;
}

body {
    background: #F2F2F2;
    color: #3F3F3F;
    font-family: sans-serif;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

body.theme-green{
    background: #edeef2;
}

::-moz-selection {
    background: #A4DDF1;
    text-shadow: none;
}

::selection {
    background: #A4DDF1;
    text-shadow: none;
}

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

p{ margin: 0; }

ul,ol,li,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    max-width: 100%; 
    height:auto;
}

a,
a:hover{
    color: #00cbd1;
}

.theme-green a,
.theme-green a:hover{
    color: #0fcd9d;
}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    color: #00cbd1;
    text-decoration: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button{
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ctr{ text-align: center; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    margin: 0;
    border: none;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 13px; font-size: 1.3rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    padding: 3px 5px;
}

select::-ms-expand {
  display: none;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 28px;
    color: #989aaf;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 28px;
    padding: 3px 8px;
    border:1px solid #ddd;
    box-sizing: border-box;
    color:#34364b;
    width:100%;
    border-radius:3px;
    font-size :13px; font-size: 1.3rem;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

select[multiple],
select[size]{
    height: 110px;
}

.w50{ width: 50% !important; }

.tbl input[type="text"],
.tbl input[type="password"],
.tbl input[type="email"],
.tbl input[type="tel"],
.tbl select{
    font-size: 12px; font-size: 1.2rem;
}

.btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 140px;
    height:40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    border-radius: 20px;
    border: 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;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.btn-outline{
    min-width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 13px; font-size: 1.3rem;
}

.btn-m{
    min-width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 13px; font-size: 1.3rem;
}

.btn:hover, .btn:focus, .btn:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-green{
    background:  #00cbd1;
}

.theme-green .btn-green{
    background: #0fcd9d;
}

.btn-green:hover{
    background: #00bbd1;
}

.theme-green .btn-green:hover{
    background: #15ab85;
}

.btn-red{
    background: #ff7572;
}

.btn-red:hover{
    background: #fd5854;
}

.btn-gray{
    background: #cacce1;
}

.btn-gray:hover{
    background: #aeb0c1;
}

.btn-green-o{
    border: 1px solid #00cbd1;
    background: transparent;
    color: #00cbd1;
}

.btn-green-o:hover{
    background: #00cbd1;
    color: #fff;
}

.btn i{
    margin: 0 5px 0 0;
}

#container{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}

/* ==============
    Menu
   ============== */

#side-bar{
    position:fixed;
    min-width: 220px;
    max-width: 220px;
    height: 100vh;
    padding: 70px 0 0;
    transition: all 0.3s;
    background: #202237;
}

.theme-green #side-bar{
    background: #00946b;
}

#container.active #side-bar{
    min-width: 80px;
    max-width: 80px;
}

#container.active #side-bar .logo img.logo-ico{
    margin: 0;
}

#g-nav .side-menu li a{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #989aaf;
    text-decoration: none;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}

.theme-green #g-nav .side-menu li a{
    color: #cefdf0;
}

#container.active #side-bar #g-nav .side-menu li a{
    height: auto;
    line-height: 1.6;
    padding: 10px;
    font-size: 12px; font-size: 1.2rem;
}

#g-nav .side-menu li a:after{
    position: absolute;
    content: "\f105";
    width:14px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    text-align: right;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#container.active #side-bar #g-nav .side-menu li a:after{
    content: " ";
}

#g-nav .side-menu li a:hover:after,
#g-nav .side-menu li a:focus:after,
#g-nav .side-menu li a:active:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

#g-nav .side-menu li.active a:after{
    content: " ";
}

#g-nav .side-menu li a:hover{
    color: #fff;
}

#g-nav .side-menu li.active a{
    color: #71e3b1;
}

.theme-green #g-nav .side-menu li.active a{
    color: #fff;
}

/* ==============
    Header
   ============== */

#header-container{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0px 2px 2px rgba(165,165,165,0.3);
    background: #fff;
    z-index: 20;
}

.hdr-nav{
    display: flex;
}

#header-container .inner{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.hdr-lft{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
}

.hdr-logo{
    width: 220px;
    height: 30px;
    padding: 20px 0;
    transition: all 0.3s;
}

#container.active .hdr-logo{
    width: 0px;
}

.logo{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.logo img{
    height: 30px;
}

.logo img.logo-ico{
    margin: 0 15px 0 0;
}


#container.active .hdr-logo img.logo-ico {
    display: none;
}

.theme-green #container.active .hdr-logo{
    height: 50px;
    padding: 10px 0;
}

.hdr-ttl-txt{
    padding: 0 10px;
    font-weight: bold;
    font-size: 23px; font-size: 2.3rem;
    text-align: center;
    color: #1c4b5f;
}

#container.active .hdr-ttl-txt{
    padding: 6px 8px;
    line-height: 1.2;
    font-size: 16px; font-size: 1.6rem;
}

#nav-toggle{
    position: relative;
    vertical-align: middle;
    line-height: 70px;
    padding: 0 20px;
    overflow: hidden;
    cursor: pointer;
    color: #34364b;
}

.theme-green #nav-toggle{
    color: #1c4b5f;
}

.login-info{
    line-height: 70px;
    margin: 0 20px 0 0;
    color: #34364b;
}

.login-info i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #cacce1;
    text-align: center;
    color: #fff;
}

.theme-green .login-info i{
    background: #3fb091;
}

.btn-hdr,
.theme-green .btn-hdr{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
    text-decoration: none;
    color: #34364b;
}

.btn-hdr:hover{
    text-decoration: none;
    color: #34364b;
}

.btn-hdr i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #cacce1;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.theme-green .btn-hdr i{
    background: #3fb091;
}


.btn-hdr:hover i{
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;/*波紋の濃さ*/
    transform: scale(0);
    background: #34364b;/*波紋色*/
    animation: ripple 700ms;
    pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

/* ==============
    Main
   ============== */

#main-container{
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    padding: 0 0 0 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#container.active #main-container{
    padding: 0 0 0 80px;
}

#main-container .wrapper{
    margin: 100px 20px 0px;
}

.alert-danger{
}

.ttl-wrap{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.hx-ttl{
    line-height: 1;
    margin: 0 0 30px;
    color: #202237;
    font-size: 26px; font-size: 2.6rem;
    font-weight: bold;
}

.theme-green .hx-ttl{
    color: #1c4b5f;
}

.card{
    margin: 0 0 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(165,165,165,0.5);
    background: #fff;
}

.card-header{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0  0;
}

.hx-card-ttl{
    line-height: 1;
    margin: 0;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #4fb8c7;
    /*color: #484a5f;*/
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
}

.card-body{
    padding: 20px;
    
}

.btn-area{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: right;
}

.btn-area.btn-lft{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: left;
}

.btn-area li{
    margin: 0 0 0 20px;
}

.ttl-wrap .btn-area{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: left;
    margin: 0 0 30px 10px;
}

.ttl-wrap .btn-area li:last-child{
    margin: 0 0 0 10px;
}

.search{
    margin: 0 0 12px;
}

.search .col2,
.search .col3{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
}

.search .col2 .col{
    margin: 0 0 8px;
    padding: 0 15px 8px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.search .col3 .col{
    margin: 0 0 8px;
    padding: 0 20px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search .col2 .col.wide{
    width: 100%;
}

.search .col2 .col dl{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.search .col2 .col dt{
    margin: 0 15px 0 0;
}

.search .col2 .col dt label{
    line-height: 1;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
}

.search .col2 .col dd{
    flex: 1;
}


.search .flex-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -10px;
}

.search .flex-box input[type="text"],
.search .flex-box select{
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}

.search .flex-box .form-txt{
    display: inline-block;
    line-height: 28px;
}

.pagination-area{
    position: relative;
    min-height: 30px;
    text-align: center;
}
.page-number{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 10px;
    font-size: 12px; font-size: 1.2rem;
    text-align: right;
}

.pagination{
    display: inline-block;
    margin: 0 0 10px;
    padding-left: 0;
    border-radius: 2px;
}

.pagination>li{
    display: inline;
}

.pagination>li>a,
.pagination>li>span{
    position: relative;
    float: left;
    margin: 0 0 0 -1px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #00cbd1;
    color: #00cbd1;
}

.theme-green .pagination>li>a,
.theme-green .pagination>li>span{
    border: 1px solid #0fcd9d;
    color: #0fcd9d;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color: #00cbd1;
    background-color: #00cbd1;
    color: #fff;
}

.theme-green .pagination>.active>a,
.theme-green .pagination>.active>a:focus,
.theme-green .pagination>.active>a:hover,
.theme-green .pagination>.active>span,
.theme-green .pagination>.active>span:focus,
.theme-green .pagination>.active>span:hover{
    border-color: #0fcd9d;
    background-color: #0fcd9d;
    color: #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color: #00cbd1;
}

.theme-green .pagination>li>a:focus,
.theme-green .pagination>li>a:hover,
.theme-green .pagination>li>span:focus,
.theme-green .pagination>li>span:hover{
    color: #0fcd9d;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background-color: #edecff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tbl-area{
    margin: 0 0 20px;
}

.tbl-striped{
    width: 100%;
}

.tbl-striped tbody tr{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.tbl-striped tbody tr:hover,
.tbl-striped tbody tr:focus,
.tbl-striped tbody tr:active{
    background: #edecff;
}

.theme-green .tbl-striped tbody tr:hover,
.theme-green .tbl-striped tbody tr:focus,
.theme-green .tbl-striped tbody tr:active{
    background: #ebf4f3;
}

.tbl-striped th{
    padding: 8px 10px;
    border-bottom: 2px solid #cacce1;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-striped td{
    padding: 8px 10px;
    border: 1px solid #eee;
    font-size: 13px; font-size: 1.3rem;
}

.tbl-striped td:first-of-type{
    border-left: none;
}

.tbl-striped td:last-of-type{
    border-right: none;
}

.tbl-base {
    width: 100%;
}

.tbl-base tr{
    border-bottom: 1px solid #eee;
}

.tbl-base th{
    width: 30%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
    text-align: left;
}

.tbl-base td{
    padding: 10px 20px;
}

.dl-tbl{
}

.dl-tbl dt{
    float: left;
    display: inline;
    width: 30%;
    margin: 0 0 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.dl-tbl dd{
    margin: 0 0 10px;
    padding: 0 20px 10px 30%;
    border-bottom: 1px solid #eee;
}

.alert{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
}

.alert-danger{
    border: 2px solid #FC5854;
    background: #ffd8d7;
    color: #EF5350;
}

.required{
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    border-radius: 2px;
    background: #FF322F;
    color: #fff;
    font-weight: normal;
    font-size: 12px; font-size: 1.2rem;
}

.has-error{
    display: block;
    margin: 5px 0 0;
    font-size: 12px; font-size: 1.2rem;
    color: #EF5350;
}

.hr{
    display: block;
    width: 100%;
    height: 2px;
    background: #edecff;;
}

.tooltip {
    position: relative;
    color: #202237;
    margin: 0 0 0 5px;
}
.hint {
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 280px;
    bottom: 125%;
    left: 50%; 
    margin-left: -30px;
}

.tooltip.large .hint{
    width: 480px;
    margin-left: -60px;
    bottom: 0;
    top: 125%;
}
.hint > .text {
    background-color: rgba(202,204,225,0.9);
    color: #333;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
}
.hint > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(202,204,225,0.9) transparent transparent transparent;
}

.tooltip.large .hint > .text::after {
    left: 60px;
    top: inherit;
    bottom: 125%;
    border-color: transparent transparent rgba(202,204,225,0.9) transparent;
}
/* ==============
    Footer
   ============== */

#footer-container{
    padding: 20px 0;
}

#footer-container .privacymark {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 0.9em;
}

#footer-container .privacymark .mark {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

#footer-container .copy{
    margin: 20px 0 0;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

/* login footer */
#login + #footer-container .footer-upper {
    margin: 0 auto;
    width: 420px;
}

#login + #footer-container .privacymark {
    justify-content: center;
}