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

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

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

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    background: #f5f7fa;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d3d4df;
    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: #1F6C98;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
    color: #1F6C98;
    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;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.ctr {
    text-align: center;
}
.lft {
    text-align: left;
}
.rgt {
    text-align: right;
}


.bold {
    font-weight: bold;
}

.mb8 {
    margin: 0 0 8px;
}
.mb16 {
    margin: 0 0 16px;
}
.mb24 {
    margin: 0 0 24px;
}
.mb32 {
    margin: 0 0 32px;
}
.mb40 {
    margin: 0 0 40px;
}

.mt8 {
    margin: 8px 0 0;
}

.mt16 {
    margin: 16px 0 0;
}

.wrapper {
    margin: 0 16px;
}

input[type="checkbox"]{
    margin: 0 8px 0 0;
    accent-color: #1F6C98;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 14px; font-size: 1.4rem;
}

input[type="text"].bdr-red,
input[type="password"].bdr-red,
input[type="email"].bdr-red,
input[type="tel"].bdr-red,
input[type="date"].bdr-red,
input[type="number"].bdr-red{
    border: 1px solid #C50C0C;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
    padding: 0 16px;
}

input[type="date"] {
    padding: 0 4px 0 12px;
}

input[type="number"] {
    width: auto;
}

textarea {
    height: auto;
    line-height: 1.6;
    padding: 12px;
}

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

.select-wrap {
    position: relative;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 16px;
    top: 0;
    content: "keyboard_arrow_down";
    font-family: "Material Icons Outlined";
    line-height: 40px;
    color: #000;
    pointer-events: none;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #373737;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin-right: 6px;
    position: relative;
    padding: 0;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 700;
    vertical-align: middle;
}

input[type="radio"]:checked {
    border-color: #1F5F98;
    background: transparent;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #1F5F98;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

select,
.ms-choice {
    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 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    line-height: 38px;
    padding: 0 34px 0 16px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    color: #040404;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

select option {
    color: #000;
}

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

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

.btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 16px;
    border-radius: 8px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
    transition: all .3s;
    vertical-align: middle;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn .material-icons,
.btn .material-icons-outlined {
    position: relative;
    top: -2px;
    display: inline-block;
    line-height: 38px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn .material-icons.ico-rgt,
.btn .material-icons-outlined.ico-rgt{
    margin: 0 0 0 8px;
}

.btn-blue {
    box-shadow: 0 4px 0 #154560;
    background: #1F6C98;
    color: #fff;
}

.btn-red {
    box-shadow: 0 4px 0 #870909;
    background: #C50C0C;
    color: #fff;
}

.btn-black {
    box-shadow: 0 4px 0 #000000;
    background: #373737;
    color: #fff;
}

.btn-blue-flat {
    background: #1F5F98;
    color: #fff;
}

.btn-blue-flat:hover {
    color: #fff;
}

.btn-red-flat {
    background: #C50C0C;
    color: #fff;
}

.btn-red-flat:hover {
    color: #fff;
}

.btn-black-flat {
    background: #373737;
    color: #fff;
}

.btn-black-flat:hover {
    color: #fff;
}

.btn-bdr-black{
    line-height: 36px;
    border: 2px solid #373737;
    box-shadow: 0 4px 0 #000;
    background: #fff;
    color: #373737;
}

.btn-bdr-black:hover,
.btn-bdr-black:focus{
    color: #373737;
}

.btn-bdr-blue {
    line-height: 36px;
    border: 2px solid #1F5F98;
    box-shadow: 0 4px 0 #1F6C98;
    background: #fff;
    color: #1F5F98;
}

.btn-bdr-blue:hover,
.btn-bdr-blue:focus {
    color: #1F5F98;
}
.btn-bdr-red {
    line-height: 36px;
    border: 2px solid #C50C0C;
    box-shadow: 0 4px 0 #870909;
    background: #fff;
    color: #C50C0C;
}

.btn-bdr-red:hover,
.btn-bdr-red:focus {
    color: #C50C0C;
}

.btn-bdr-blue-flat {
    line-height: 36px;
    border: 2px solid #1F5F98;
    background: #fff;
    color: #1F5F98;
}

.btn-bdr-blue-flat:hover {
    color: #1F5F98;
}

.btn-bdr-black-flat{
    line-height: 36px;
    border: 2px solid #373737;
    background: #fff;
    color: #373737;
}

.btn-bdr-black-flat:hover {
    color: #373737;
}

.btn-bdr-red-flat {
    line-height: 36px;
    border: 2px solid #C50C0C;
    background: #fff;
    color: #C50C0C;
}

.btn-bdr-red-flat:hover {
    color: #C50C0C;
}

.thin{
    border-width: 1px;
    border-radius: 4px;
}

.thin-rounded {
    border-width: 1px;
}

.large{
    width: 185px;
    height: 48px;
    line-height: 48px;
    font-size: 16px; font-size: 1.6rem;
}

.btn-bdr-blue.large,
.btn-bdr-red.large,
.btn-bdr-black.large {
    line-height: 44px;
}

.rounded{
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-shadow: none;
}

.btn-bdr-blue-flat.rounded,
.btn-bdr-red-flat.rounded,
.btn-bdr-black-flat.rounded{
    line-height: 36px;
}

.simple-small{
    height: 34px;
    line-height: 34px;
    font-size: 12px; font-size: 1.2rem;
}

.simple-small.thin-rounded {
    line-height: 32px;
}

.btn-bdr.rounded{
    line-height: 36px;
}

.btn.disabled {
    opacity: 0.4;
}

.btn-bdr-s {
    height: 34px;
    line-height: 32px;
    border-width: 1px;
    font-size: 12px; font-size: 1.2rem;
}

.btn-bdr-s .material-icons,
.btn-bdr-s .material-icons-outlined{
    position: relative;
    top: -2px;
    line-height: 32px;
    font-size: 18px; font-size: 1.8rem;
    vertical-align: middle;
}

.btn-bdr-s .icon-r{
    margin: 0 0 0 4px;
}

.btn-back,
.btn-download {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 30px;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 400;
    transition: all .3s;
    color: #373737;
    text-align: left;
}

.btn-back::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/ico_arrow_left@3x.png) no-repeat left top;
    background-size: 24px;
}

.btn-back:hover {
    text-decoration: none;
    color: #373737;
}

.btn-back:hover::before {
    background: url(../img/ico_arrow_left_on@3x.png) no-repeat left top;
    background-size: 24px;
}

.btn-download::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/ico_install@3x.png) no-repeat left top;
    background-size: 24px;
}

.btn-download:hover {
    text-decoration: none;
    color: #373737;
}

.btn-download:hover::before {
    background: url(../img/ico_install_on@3x.png) no-repeat left top;
    background-size: 24px;
}



.btn-s {
    width: auto;
    min-width: 64px;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    text-wrap: nowrap;
}



:focus {
    outline: none;
}

.search-box .flex-box .multiple-select ul {
    padding: 16px 16px 8px;
}

.search-box .flex-box .multiple-select li {
    display: inline-block;
    width: auto;
    margin: 0 16px 8px 0;
    padding: 0;
}

.search-box .flex-box .multiple-select li input[type="checkbox"] {
    margin-top: 0.5rem;
    margin-left: -1.8rem;
}

.ms-choice>span {
    padding-left: 12px;
}

.ms-choice>div.icon-caret {
    right: 14px;
}

#container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100vh;
}

.nowrap{
    white-space: nowrap;
}

/* ==============
    PC:Header
   ============== */

#header-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 72px;
    margin: 0;
    box-shadow: 0 4px 4px rgba(0,0,0, .2);
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
}

#header-container .wrapper{
    margin: 0 32px;
}

#header-container .logo {
    height: 20px;
    margin: 26px 0;
    box-sizing: border-box;
}

#header-container .logo a {
    display: block;
    overflow: hidden;
    width: 102px;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 102px 20px;
}

#header-container .logo.search{
    height: 20px;
    margin: 26px 0;
}

#header-container .logo.search a{
    display: block;
    overflow: hidden;
    width: 159px;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/logo_search@3x.png) no-repeat left top;
    background-size: 159px 20px;
}

#header-container .logo.list {
    height: 20px;
    margin: 26px 0;
}

#header-container .logo.list a {
    display: block;
    overflow: hidden;
    width: 162px;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/logo_list.svg) no-repeat left top;
    background-size: 162px 20px;
}

#header-container .logo.storelist {
    height: 20px;
    margin: 26px 0;
}

#header-container .logo.storelist a {
    display: block;
    overflow: hidden;
    width: 232px;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/logo_storelist@3x.png) no-repeat left top;
    background-size: 232px 20px;
}

#header-container .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-btn-box{
    margin: 16px 0;
}

.hdr-btn-box ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hdr-btn-box li{
    height: 40px;
    margin: 0 0 0 16px;
}

.hdr-btn-box li:first-child{
    margin: 0;
}

.hdr-btn-box .btn .material-icons {
    position: relative;
    top: -2px;
    margin: 0 0 0 4px;
    font-size: 20px; font-size: 2.0rem;
    vertical-align: middle;
}

.hdr-btn-box li img{
    height: 30px;
    margin: 5px 0;
}

.hdr-btn-box .btn-back{
    margin: 8px 0;
}

.btn-ico{
    display: block;
    height: 40px;
    position: relative;
}

.btn-ico span{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: #C50C0C;
}

.user-info-box {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    font-weight: 500;
}

.user-info-box .material-icons {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #373737;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 18px; font-size: 1.8rem;
}

.btn-hdr {
    display: block;
    padding: 0 0 0 24px;
    color: #373737;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-hdr:hover {
    color: #373737;
    text-decoration: none;
    font-weight: 700;
}

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

#side-container {
    min-width: 202px;
    max-width: 202px;
    width: 202px;
    padding: 72px 0 0;
    box-sizing: border-box;
    background: #fff;
}

#side-bar {
    position: relative;
}

#side-container.menu-akamane{
    position: sticky;
    top: 72px;
    overflow-y: auto;
    height: calc(100vh - 72px);
    padding: 0;
}

#container.bg-off-white #side-container{
    background: transparent;
}

#g-nav .side-menu{
    margin: 16px 0 0;
}

#container.bg-off-white #g-nav .side-menu{
    margin: 32px 0 0;
}

.user-info-box .material-icons {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
}

#g-nav .side-menu li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 16px;
}

#g-nav .side-menu li a {
    display: block;
    padding: 8px 16px;
    text-align: left;
    color: #373737;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 700;
}


/*#g-nav .side-menu li a:hover {
        color: #001866;
    }*/

#g-nav .side-menu li.active::before {
    content: " ";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 24px;
    border-radius: 0 2px 2px 0;
}

/*#g-nav .side-menu li.active a {
    border-radius: 5px;
    background: #373737;
    color: #fff;
}*/

#g-nav .side-menu li.active a {
    border-radius: 5px;
    background: rgba(31, 108, 152, 0.2);
    color: #000;
}

#container.bg-off-white #g-nav .side-menu li.active a{
    background: rgba(31,108,152,0.2); 
    color: #000;
}

#g-nav .side-menu.ico-menu li img{
    position: relative;
    display: inline-block;
    top: -2px;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
}

#g-nav .side-menu.ico-menu li .material-icons{
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-size: 18px; font-size: 1.8rem;
}

.personal-box{
    display: none;
    position: fixed;
    top: 65px;
    right: 97px;
    border: 1px solid #373737;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    background: #fff;
    z-index: 20;
}

.news-box{
    display: none;
    position: fixed;
    top: 65px;
    right: 16px;
    border: 1px solid #373737;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 20;
}

.service-box {
    display: none;
    position: fixed;
    top: 65px;
    right: 32px;
    border: 1px solid #373737;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 20;
}

.personal-box .inner,
.news-box .inner,
.service-box .inner{
    padding: 24px;
}

.personal-box .user-name{
    line-height: 1;
    margin: 0 0 8px;
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;
    color: #373737;
}

.personal-box .email{
    margin: 0 0 16px;
    font-size: 12px; font-size: 1.2rem;
    color: #373737;
}

.personal-box .li-user-menu{
    padding: 16px 0 0;
    border-top: 1px solid #000;
}

.personal-box .li-user-menu li{
    margin: 0 0 24px;
}

.personal-box .li-user-menu li:last-child{
    margin: 0;
}

.personal-box .li-user-menu li a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border-radius: 8px;
    color: #373737;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
}

.personal-box .li-user-menu li a:hover{
    background: rgba(31,108,152,0.2);
}

.personal-box .li-user-menu li a .material-icons,
.personal-box .li-user-menu li a .material-icons-outlined{
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.service-box .li-service-menu li{
    margin: 0 0 24px;
}

.service-box .li-service-menu li:last-child{
    margin: 0;
}

.service-box .li-service-menu li a{
    line-height: 1;
    color: #373737;
    text-decoration: none;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 700;
}

.service-box .li-service-menu li .disabled {
    line-height: 1;
    color: #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.header-modal-overlay,
.modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 30;
}

.header-modal-overlay .modal-container,
.modal-overlay .modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    height: auto;
    border: 1px solid #999;
    border-radius: 16px;
    box-shadow: 2px 4px 16px rgba(55,55,55,0.04);
    background: #fff;
}

.modal-overlay .modal-container.color-modal{
    width: 286px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-overlay .modal-container.share-modal{
    width: 800px;
}

.modal-overlay .modal-container.share-modal .range{
    margin: 0 0 16px;
    line-height: 32px;
}

.modal-overlay .modal-container.share-modal .range .ico-wrap{
    position: relative;
    display: inline-block;
    top: -2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 0;
    border-radius: 16px;
    background: rgba(210, 210, 210, 0.55);
    color: #373737;
    text-align: center;
    font-size: 24px; font-size: 2.4rem;
    vertical-align: middle;
}

.modal-overlay .modal-container.share-modal .range .material-icons{
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
}

.modal-overlay .modal-container.share-modal .copy-box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 32px;
    padding: 16px;
    border-radius: 8px;
    background: #f2f2f2;
}

.modal-overlay .modal-container.share-modal .url{
    flex: 1;
    margin: 0 16px 0 0;
}

.modal-overlay .modal-container.share-modal .btn-bdr-blue-flat{
    background: #fff;
}

.modal-overlay .modal-container.move-modal {
    width: auto;
    min-width: 208px;
}  

.header-modal-overlay .modal-inner,
.modal-overlay .modal-inner {
    padding: 32px;
}

.modal-overlay .modal-container.move-modal .modal-inner{
    padding: 24px;
}

.modal-overlay .modal-container.color-modal .modal-inner{
    padding: 18px 16px;
}

.modal-main .profile-img-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
}

.modal-main .profile-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 16px;
    border-radius: 45px;
    overflow: hidden;
}

.modal-main .profile-img img {
    max-width: inherit;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.modal-main .profile-img-upload {
    flex: 1;
    line-height: 1;
    margin: 0 0 0 16px;
}

.modal-main .profile-img-upload .note {
    display: inline-block;
    margin: 4px 10px 0;
    font-size: 9px;
    font-size: 0.9rem;
    color: #666;
}

.modal-main .dl-plan dt{
    margin: 16px 0;
    color: #999;
    font-weight: 500;
    font-size: 10px; font-size: 1.0rem;
}

.modal-main .dl-plan dd{
    margin: 0 0 16px;
}

.modal-main .dl-plan dd .flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-main .dl-plan dd .flex-box .plan-name{
    font-size: 16px; font-size: 1.6rem;
    font-weight: 500;
}

.modal-main .dl-plan dd .bdr-btm{
    display: block;
    padding: 0 0 4px;
    border-bottom: 1px solid #ccc;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 500;
}

.modal-main .dl-plan dd .bdr-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
    padding: 24px 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.modal-main .dl-plan dd .bdr-box .email{
    font-size: 12px; font-size: 1.2rem;
    font-weight: 500;
}

.modal-main .dl-plan dd .card-detail{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal-main .dl-plan dd .card-detail .card-img{
    width: 40px;
    margin: 0 10px 0 0;
}

.modal-main .dl-plan dd .card-detail .card-num{
    font-family: "Inter", sans-serif;
    font-size: 8px; font-size: 0.8rem;
    font-weight: 900;
}

.modal-main .dl-plan dd .card-detail .card-num span{
    font-size: 10px; font-size: 1.0rem;
    font-weight: 500;
}

.modal-main .dl-plan dd .card-detail .exp{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px; font-size: 1.0rem;
    font-weight: 500;
}

.txt-link-arrow-rgt{
    position: relative;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.txt-link-arrow-rgt:hover{
    text-decoration: none;
}

.txt-link-arrow-rgt::before{
    position: absolute;
    content: "navigate_next";
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: -0.5em 0 0;
    font-size: 20px; font-size: 2.0rem;
    font-family: "Material Icons";
}

.modal-main .member-list-box{
    overflow-y: scroll;
    max-height: 500px;
    margin: 16px 0 32px;
}

.modal-main .member-list-box .li-member li{
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
}

.modal-main .member-list-box .li-member li:first-child{
    border-top: 1px solid #ccc;
}

.modal-main .member-list-box .li-member li .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-main .member-list-box .li-member li .inner .name-box{
    width: 200px;
    margin: 0 16px 0 0;
    font-family: "Inter", sans-serif;
}

.modal-main .member-list-box .li-member li .inner .name{
    font-size: 12px; font-size: 1.2rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #373737;
}

.modal-main .member-list-box .li-member li .inner .email{
    font-size: 10px; font-size: 1.0rem;
    font-weight: 500;
    color: #999;
}

.modal-main .member-list-box .li-member li .inner .user-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0 32px 0 0;
    border-radius: 15px;
}

.modal-main .member-list-box .li-member li .inner .user-icon img{
    max-width: inherit;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.modal-main .member-list-box .li-member li .inner .permission{
    font-size: 10px; font-size: 1.0rem;
    font-weight: 500;
    flex: 1;
    color: #373737;
}

.modal-main .tbl-bdr-btm th{
    width: 156px;
}

.modal-main .btn-blue img{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 17px;
    height: 13px;
    margin: 0 0 0 8px;
}

.modal-main .hx-news{
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;
}

.modal-main .news-detail-box{
    margin: 0 0 32px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #EEEEEE;
}

.popup-news li{
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px dashed #999;
}

.popup-news li a{
    color: #373737;
    text-decoration: none;
    font-size: 12px; font-size: 1.2rem;
    font-weight: 500;
}

.popup-news li a:hover{
    text-decoration: underline;
    color: #1F5F98;
}

.popup-news li .news-date{
    font-family: "Inter", sans-serif;
    font-size: 10px; font-size: 1.0rem;
    font-weight: 700;
    color: #999;
}

.news-box .tag-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-box .tag-box .tag-news{
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 10px; font-size: 1.0rem;
    font-weight: 700;
}

.news-box .tag-box .tag-new{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #C50C0C;
}

#toast {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    background: #373737;
    color: #fff;
    z-index: 30;
}

#toast .btn-close{
    padding: 9px;
    cursor: pointer;
}

#toast .btn-close img{
    width: 12px;
    height: 12px;
}

.bg-off-white{
    background: #fcfcfc;
}

.menu-item{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 500;
    color: #373737;
    text-decoration: none;
    transition: all .3s;
}

.menu-item:hover{
    background: rgba(31, 108, 152, 0.2);
    text-decoration: none;
    color: #373737;
}


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

#main-container {
    min-height: calc(100vh - 72px);
    padding: 72px 0 0;
    box-sizing: border-box;
}

#main-container #admin{
    padding: 32px 0 0;
}

#main-container .wrapper {
    margin: 0 16px 30px;
}

#main-container .card {
    /*padding: 16px;
    border-radius: 10px;
    background: #fff;*/
}

#main-container .card.bdr-r-box{
    margin: 16px 0 0;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    background: #fff;
}

.alert {
    line-height: 1.5;
    margin: 0 0 32px;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12px; font-size: 1.2rem;
}

.alert-danger {
    background: #FDEDED;
    color: #C50C0C;
}

.alert-danger p,
.alert-caution p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alert-caution {
    background: #FFEEDB;
    color: #E87C00;
}

.alert-danger .material-icons,
.alert-caution .material-icons{
    margin: 0 7px 0 0;
    font-size: 22px; font-size: 2.2rem;
}

.alert-message {
    background: #D3F4FF;
    color: #87CEEB;
}

.ttl-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
}

.hx-ttl {
    line-height: 1;
    margin: 0 0 16px;
    padding: 0;
    box-sizing: border-box;
    font-size: 24px; font-size: 2.4rem;
    font-weight: 700;
    color: #373737;
}

.ttl-box .hx-ttl{
    margin: 0 0 16px;
}

.btn-box {
    margin: 0 auto;
    text-align: center;
}

.btn-box.rgt{
    text-align: right;
}

.btn-box li {
    display: block;
    margin: 0 auto 16px;
}

.ttl-box .btn-box{
    margin: 0 0 16px auto;
}

.ttl-box .btn-box li {
    margin: 0;
}

.search-box {
}

.search-box.top {
    padding: 0;
    background: #fff;
}

.search-box .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.search-box .flex-box {
    width: 100%;
    margin: 0 0 10px;
}

.search-box .flex-box li {
    margin: 0 0 10px;
}

.search-box .flex-box li .form-parts {
    width: 100%;
}

.search-box .flex-box li .form-parts dt {
    display: block;
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
}

.search-box .flex-box li .form-parts dd {
    display: block;
    margin: 0 0 16px;
}

.search-box .flex-box li .form-parts dd .form-flex,
.tbl-blc .form-flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.form-flex.select-box {
    margin: 0 -8px;
}

.form-flex.select-box .select-wrap {
    padding: 0 8px;
}

.form-flex .radio-box {
    margin: 0 16px 0 0;
}

.search-box .flex-box li .form-parts dd .form-txt {
    margin: 0 8px;
}

.search-box .btn-box {
    margin: 0;
}

.search-box.top .btn-box {
    margin: 0 0 20px;
}

.tbl-scroll-box {
    /*margin: 0 -16px;*/
}


.tbl.tbl-striped {
    margin: 0 0 30px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

.tbl.tbl-striped th{
    line-height: 1.4;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #373737;
    text-wrap: nowrap;
}

.tbl.tbl-striped th{
    border-right: 0;
}

.tbl.tbl-striped tbody td{
    border-top: 0;
    border-right: 0;
}

.tbl.tbl-striped thead tr th:last-child,
.tbl.tbl-striped tbody tr td:last-child{
    border-right: 1px solid #ccc;
}

.tbl.tbl-striped thead th:first-of-type{
    border-radius: 8px 0 0 0;
}

.tbl.tbl-striped thead th:last-of-type {
    border-radius: 0 8px 0 0;
}

.tbl.tbl-striped tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 8px;
}

.tbl.tbl-striped tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 0;
}

.tbl.tbl-striped td {
    padding: 10px;
    font-size: 14px; font-size: 1.4rem;
    border: 1px solid #ccc;
}

.tbl.tbl-striped tbody tr {
    background: #fff;
}

.tbl.tbl-striped tbody tr:hover{
    background: #F0FAFF;
}

.tbl.tbl-striped thead tr {
    background: #eee;
}

.tbl.tbl-blc {
    margin: 0 0 30px;
}

.tbl.tbl-blc th,
.tbl.tbl-blc td {
    display: block;
    text-align: left;
}

.tbl.tbl-blc th {
    margin: 0 0 5px;
    font-weight: bold;
}

.tbl.tbl-blc td {
    margin: 0 0 8px;
    word-break: break-all;
}

.tbl-ttl {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #001866;
}

.required {
    display: inline-block;
    line-height: 12px;
    height: 14px;
    margin: 0 0 0 4px;
    padding: 0 2px;
    border-radius: 7px;
    border: 1px solid #D51F22;
    box-sizing: border-box;
    color: #D51F22;
    font-size: 8px; font-size: 0.8rem;
    font-weight: normal;
    vertical-align: middle;
}

.pagination-box {
    position: relative;
    display: block;
    justify-content: left;
    align-items: center;
    min-height: 30px;
    margin: 0 0 20px;
    text-align: center;
}

.paging-box{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    font-weight: 500;
}

.paging-box span{
    display: inline-block;
    line-height: 32px;
    margin: 0 0 0 16px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: 500;
}

.page-number {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
}

.pagination-box .select-wrap {
    margin: 0 0 0 8px;
}

.pagination-box .select-wrap:before{
    line-height: 32px;
}

.pagination-box select{
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.pagination {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0;
    border-radius: 2px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px; font-size: 1.4rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    padding: 4px 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: #373737;
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-radius: 4px;
    background-color: #1F6C98;
    color: #fff;
}

.pagination i.material-icons {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: sub;
}

.hx-sub-ttl {
    position: relative;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

/*.hx-sub-ttl::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #181C61;
}*/

.li-form-parts li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.form-flex-box {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.form-flex-box .form-txt {
    margin: 0 0 0 8px;
    text-wrap: nowrap;
}

.form-flex-box .form-txt.ctr {
    margin: 0 8px;
}

.form-flex-box .date-wrap {
    flex: 1;
}

.has-error {
    display: block;
    color: #C50C0C;
}

.show-password-box {
    margin: 10px 0 0;
}

.keyword-search-box {
    position: relative;
    margin: 0 0 40px;
}

.keyword-search-box .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    border-radius: 0 5px 5px 0;
}

.keyword-search-box .btn .material-icons {
    line-height: 32px;
}

.li-setting-btn-box {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -8px;
}

.li-setting-btn-box li {
    width: 50%;
    margin: 0 0 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.li-setting-btn-box li .btn {
    width: 100%;
}

.clear-date-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    margin: 0 0 0 8px;
    padding: 0 20px;
    border-radius: 4px;
    border: none;
    background: #9C9C9C;
    -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;
    font-size: 16px;
    font-size: 1.6rem;
    transition: all .3s;
    color: #fff;
}

.modal-main {
    word-break: break-all;
}

.modal-main .li-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -16px 20px;
}

.modal-main .li-flex li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 16px;
    box-sizing: border-box;
}

.modal-main .li-flex li .dl-form dt {
    line-height: 1;
    font-weight: bold;
    margin: 0 0 8px;
}

.modal-main .li-flex li input[type="number"] {
    width: 100%;
}

.modal-main .li-flex li textarea {
    min-height: 120px;
}

.modal-main .li-flex li .dl-form dd .has-error {
    display: block;
    margin: 5px 0 0;
}

.modal-main .li-flex li .dl-form .form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#notice_massege.has-error {
    text-align: right;
    margin: 0 0 10px;
}

.hx-modal-ttl {
    line-height: 1;
    margin: 0 0 24px;
    color: #373737;
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;
}

.hx-modal-ttl.nl{
    line-height: 1.6;
}

.page-flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-flex-box .btn-box {
    margin: 0 0 20px;
}

.ico-delete .material-icons {
    color: #C9323B;
}

.dl-term-flex-box {
    margin: 0 0 20px;
}

.dl-term-flex-box dt {
    margin: 0 0 10px;
    font-weight: bold;
}

.dl-term-flex-box dd .form-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.radio-btn-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 10px;
}

.radio-btn-box input[type="radio"] {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
}

.radio-btn-box label {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 11px 20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.radio-btn-box li {
    margin: 0 0 0 -1px;
}

.radio-btn-box li:first-child label {
    border-radius: 4px 0 0 4px;
}

.radio-btn-box li:last-child label {
    border-radius: 0 4px 4px 0;
}

.radio-btn-box input[type="radio"]:checked+label {
    background: #F2F2FF;
    color: #181C61;
    font-weight: bold;
}

.dl-term-flex-box .form-txt {
    margin: 0 8px;
}

.mb-box {
    margin: 0 0 30px;
}

.flow-rgt .flex-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -5px;
}

.txt-red {
    color: #C50C0C;
}

.search-box.top .search-box .flex-box.col2 li:last-child {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}

.tab-item {
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0 4px 0 0;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #EFEFEF;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #565656;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab input[type="radio"] {
    margin: 0;
    display: none;
}

.tab-content {
    display: none;
    background: #F2F2FF;
}

/*#tabtotal:checked ~ #tabtotal_contents,
#tab17:checked ~ #tab17_contents,
#tab18:checked ~ #tab18_contents,
#tab19:checked ~ #tab19_contents {
  display: block;
}*/

.tab input:checked+.tab-item {
    background: #F2F2FF;
    color: #181C61;
}

.inner-menu {
    position: relative;
    display: none;
    transition: all .3s;
}

.inner-menu.open {
    display: block;
}

.toggle-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-box .toggle-btn {
    margin: 0 0 0 20px;
    cursor: pointer;
    color: #fff;
}

.toggle-box .toggle-btn .material-icons {
    vertical-align: middle;
}

.toggle-box .toggle-btn.close {
    transform: rotateX(180deg);
}

.file-box {
    position: relative;
    margin: 0 0 16px;
}

.file-link {
    position: relative;
    display: inline-block;
}

.file-btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 16px;
}

.file-btn-box .file-path {
    margin: 0 16px 0 0;
}

.btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(24, 28, 97, .8);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.btn-remove:hover {
    background: rgba(24, 28, 97, 1);
}

.td-inner-flex span {
    display: block;
    margin: 0 0 8px;
    font-weight: bold;
    color: #181C61;
}

.status-txt {
    display: inline-block;
    margin: 0 0 0 8px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.tbl.tbl-striped td .material-icons {
    vertical-align: middle;
    font-size: 20px;
    font-size: 2.0rem;
}


/*アカマネ用*/

.dl-form dt {
    line-height: 1.3;
    margin: 0 0 8px;
    font-size: 12px;
    font-size: 1.2rem;
}

.dl-form dt span{
    font-size: 9px; font-size: 0.9rem;
}

.dl-form dd {
    margin: 0 0 16px;
}

.dl-form dd label {
    position: relative;
}

.dl-form dd label .show_pass {
    position: absolute;
    top: 8px;
    right: 10px;
}

.modal-ttl{
    margin: 0 0 24px;
    font-size: 18px; font-size: 1.8rem;
    font-weight:  700;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
}

.tbl-bdr-btm{
    color: #373737;
}

.tbl-bdr-btm th,
.tbl-bdr-btm td{
    padding: 16px 0;
    border-bottom: 1px solid #999999;
}

.tbl-bdr-btm th{
    text-align: left;
    font-size: 12px; font-size: 1.2rem;
    font-weight: 500;
}

.tbl-bdr-btm td{
    font-size: 16px; font-size: 1.6rem;
}

.li-bdr-btm li{
    border-bottom: 1px solid #999;
}

.li-bdr-btm li a{
    position: relative;
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 12px;font-size: 1.2rem;
    font-weight: 500;
    color: #373737;
    text-decoration: none;
}

.li-bdr-btm li a::before{
    position: absolute;
    content:"keyboard_arrow_right";
    top: 0;
    right: 0;
    font-family: "Material Icons Outlined";
    font-size: 26px; font-size: 2.6rem;
}

.btn-box.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-box.flex-rgt{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-box.flex-lft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-box.flex li{
    margin: 0 8px;
}

.btn-box.flex-rgt li {
    margin: 0 0 0 16px;
}

.btn-box.flex-lft li {
    margin: 0 16px 0 0;
}

.modal-header{
    position: relative;
}

.modal-header .modal-ttl{
    text-align: center;
}

.modal-header .btn-box{
    position: absolute;
    top: 0;
    left: 0;
}

.search-input-wrap{
    position: relative;
}

.search-input-wrap .btn-search-ico{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    padding: 0 8px;
    border: 0;
    vertical-align: middle;
    color: #373737;
    cursor: pointer;
}

#color-picker-container{
    padding: 0;
    background: #fff;
}

.icon-file-wrap{
    margin: 0 0 16px;
}

.icon-file-wrap img{
    width: 24px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.icon-file-wrap span{
    display: inline-block;
    margin: 0 16px 0 0;
}

.icon-file-wrap .btn{
    min-width: inherit;
}

.icon-file-wrap .btn .material-icons{
    margin: 0;
}

#color-picker {
    margin: 16px;
    width: 286px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

button {
    padding: 0.5rem 1rem;
    font-size: 16px;
    border: none;
    border-radius: 8px;
}

#color-input-container,
.color-input-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    /* 要素間の隙間を調整 */
}

.color-input-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 8px;
    padding: 0 8px;
    background: white;
}

.color-preview {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 8px;
    border: 1px solid #666;
}

#hexInputFake {
    border: none;
    outline: none;
    font-size: 14px;
    width: 200px;
}

#opacityInputFake {
    font-size: 14px;
    width: 72px;
    align-items: center;
    border: 1px solid #999;
    border-radius: 8px;
    padding: 4px 8px;
    background: white;
}
    
#color-picker-container {
    position: relative;
    z-index: 100;
}
    
.palette-color {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin: 1px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.color-input-flex{
    margin: 0 0 16px;
}

#user-co-info{
    width: 560px;
    margin: 96px auto 0;
}

#user-co-info .btn{
    border-radius: 8px;
}

.logo-size{
    font-size: 10px; font-size: 1.0rem;
}

.logo-size .ratio{
    font-weight: 700;
    color: #666666;
}

.logo-size .ratio span{
    color: #ff8800;
}

.delete-member-btn{
    min-width: inherit;
    width: 25px;
    height: 24px;
    line-height: 1;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
}

.delete-member-btn .material-icons{
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 16px; font-size: 1.6rem;
}

.btn-more{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    border: 1px solid #373737;
    box-sizing: border-box;
    text-align: center;
    color: #373737;
    cursor: pointer;
}

.btn-more:hover,
.btn-more:focus{
    color: #373737;
}

.btn-more .material-icons{
    position: relative;
    top: -2px;
    vertical-align: middle;
    font-size: 20px; font-size: 2.0rem;
}

.hx-txt-gray{
    margin: 0 0 16px;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
    color: #999;
}


/* ==============
    Footer
   ============== */

#footer-container {
    height: 50px;
    box-sizing: border-box;
}

#footer-container .copy {
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}


/* ==========================================================================
    Media Queries
   ========================================================================== */

/*@media only screen and (min-width: 768px) {*/




    

    /* ==============
    WIDE: Main
   ============== */

    #main-container {
        flex: 1;
        padding: 72px 0 0;
        overflow-x: auto;
    }

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

    #main-container .card {
        /*padding: 40px;*/
    }

    .search-box .flex-box {
        width: auto;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0 8px 0 0;
    }

    .search-box .flex-box.between {
        justify-content: space-between;
        margin: 0;
    }

    .search-box .flex-box.col2 {
        margin: 0 -16px;
    }

    .search-box .flex-box li {
        margin: 0 16px 16px 0;
        padding: 0;
        box-sizing: border-box;
    }

    .search-box .flex-box.col2 li {
        width: 50%;
        margin: 0 0 20px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .search-box .flex-box.col2 li .form-parts dt {
        width: 20%;
    }

    .tbl-scroll-box {
        /*margin: 0 -40px;*/
    }

    .tbl.tbl-blc {
        margin: 0 0 30px;
    }

    .tbl.tbl-blc th,
    .tbl.tbl-blc td {
        display: table-cell;
    }

    .tbl.tbl-blc th {
        width: 30%;
    }

    .tbl.tbl-blc tr {
        border-bottom: 1px solid #d3d4df;
    }

    .tbl.tbl-blc th {
        margin: 0;
        padding: 16px;
    }

    .tbl.tbl-blc td {
        margin: 0;
        padding: 16px;
    }

    .hx-sub-ttl {
        position: relative;
        line-height: 1;
        margin: 0 0 30px;
        font-size: 20px;
        font-size: 2.0rem;
    }

    .li-setting-btn-box li {
        width: 25%;
    }

    .li-setting-btn-box::before {
        content: "";
        display: block;
        width: 25%;
        order: 1;
    }

    .li-setting-btn-box::after {
        content: "";
        display: block;
        width: 25%;
    }

    .search-box .flex-box li .form-parts {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }


    .search-box .flex-box li .form-parts dt {
        margin: 0 8px 0 0;
        font-weight: bold;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .search-box .flex-box li .form-parts dd {
        flex: 1;
        margin: 0;
    }

    .modal-main .li-flex {
        margin: 0 -16px 20px;
    }

    .modal-main .li-flex li {
        width: 50%;
    }

    .modal-main .li-flex li.w100 {
        width: 100%;
    }

    .hx-modal {
        margin: 0 -30px 40px;
        padding: 16px 30px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .dl-term-flex-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .dl-term-flex-box dt {
        margin: 0 20px 0 0;
    }

    .dl-term-flex-box dd {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .dl-term-flex-box dd .form-flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
    }

    .radio-btn-box {
        margin: 0 10px 0 0;
    }

    .mb-box {
        margin: 0 0 40px;
    }

    .flow-rgt .flex-box {
        margin: 0 -8px;
    }

    .tab-item {
        padding: 15px 10px;
    }

    .toggle-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .toggle-box .toggle-btn {
        margin: 0 0 0 20px;
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
        color: #888;
        transition: all .3s;
    }

    .toggle-box .toggle-btn:hover {
        background: #EFEFEF;
        color: #181C61;
    }

    .td-inner-flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .td-inner-flex span {
        margin: 0 16px 0 0;
        white-space: nowrap;
    }

    /* ==============
    WIDE: Footer
   ============== */



/*}*/