@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
:focus {
    outline: 0
}

body,
html {
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Rounded Mplus 1c', 'Hiragino Maru Gothic Pro', Mairyo, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #e7f2f2
}

@-moz-document url-prefix() {
    body,
    html {
        font-weight: 400
    }
}

svg.defs {
    display: none
}

header {
    width: 1024px;
    padding: 0 24px;
    background-color: #7ebdbc;
    color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .brand-logo {
    padding: 0 30px;
    order: 1;
    /* border-left: 1px solid #C8E6E5 */
}

header .brand-logo img {
    width: 220px
}

header .page-title {
    order: 2;
    border-left: 1px solid #C8E6E5;
    margin-right: auto;
    padding-left: 30px;
    font-size: 28px;
    font-weight: 500
}

header .page-title button {
    width: 60px;
    height: 70px;
    padding-top: 10px;
    border: none;
    background: 0 0;
    display: none
}

header .page-title span.icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(../../images/common/ico_contents-menu.png);
    background-size: 80px auto
}

header .page-title span.icon.todo {
    background-position: 0 0
}

header .page-title span.icon.log {
    background-position: 0 -40px
}

header .page-title span.icon.stamp {
    background-position: 0 -80px
}

header .page-title span.icon.text {
    background-position: 0 -120px
}

header .page-title span.icon.clip {
    background-position: 0 -160px
}

header .page-title span.icon.users {
    background-position: 0 -200px
}

header .select-search {
    order: 3
}

header .header-menu {
    display: flex;
    position: relative;
    order: 4
}

header .menu a {
    transition: .2s
}

header .menu a:focus,
header .menu a:hover {
    background-color: #7ebdbc
}

header .back {
    margin: 0 20px;
}

header .ico_header_back {
    height: 26px;
}

.contents-menu ul li a,
.header-menu ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    transition: .2s
}

header .header-menu .menu-btn,
header .header-menu.select-search div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    position: relative
}

header .header-menu.select-search div {
    width: 38px;
    height: 70px;
    margin-right: 15px
}

header .header-menu img {
    height: 30px;
    width: auto
}

header .header-menu .dropdown-content {
    border-radius: 10px;
    top: 70px!important;
    width: 200px!important;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .2)
}

header .header-menu .dropdown-content li>a {
    font-size: 14px;
    line-height: 1;
    color: #0e83a3
}

header .header-menu label.users {
    margin-bottom: 0
}

header .header-menu label.users:hover {
    background-color: #7ebdbc
}

header .header-menu label.users input {
    display: none
}

header .header-menu label.close-ac-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0
}

header .header-menu input#account-menu:checked~label.close-ac-menu {
    visibility: visible;
    opacity: 1;
    z-index: 200
}

header .header-menu input#account-menu~.hidden_show {
    display: none;
    padding: 0;
    width: 320px;
    overflow: hidden;
    transition: .3s;
    position: absolute;
    top: 80px;
    right: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
    z-index: 300
}

header .header-menu input#account-menu:checked~.hidden_show {
    display: block
}

.ac-menu {
    width: 320px!important;
    position: relative;
    text-align: left
}

.ac-menu .ac-menu-head {
    background-color: #7ebdbc;
    border-radius: 10px 10px 0 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px
}

.ac-menu .ac-menu-head .wrapper {
    display: flex
}

.ac-menu .ac-menu-head span.icon.user {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px
}

.ac-menu .ac-menu-head span.icon.user img {
    width: 50px;
    height: 50px
}

.ac-menu .ac-menu-head span.name {
    font-size: 18px;
    line-height: 1.2
}

.ac-menu .ac-menu-body {
    background-color: #fff
}

.ac-menu .ac-menu-body ul {
    margin-bottom: 0
}

.ac-menu .ac-menu-body li {
    border-bottom: 1px solid #c8e6e5
}

.ac-menu .ac-menu-body li a {
    height: 60px;
    line-height: 60px;
    color: #74a6a5;
    padding: 0 25px
}

.ac-menu .ac-menu-body li a:focus,
.ac-menu .ac-menu-body li a:hover {
    background-color: #e7f2f2
}

.ac-menu .ac-menu-body li a:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/ico_header-menu.png);
    background-size: 50px 175px;
    margin-right: 10px
}

.ac-menu .ac-menu-body li.menu-switch a:before {
    background-position: 75px 50px
}

.ac-menu .ac-menu-body li.menu-setting a:before {
    background-position: 75px 75px
}

.ac-menu .ac-menu-body li.menu-news a:before {
    background-position: 75px 150px
}

.ac-menu .ac-menu-body li.menu-help a:before {
    background-position: 75px 125px
}

.ac-menu .ac-menu-body li.menu-chara a:before {
    background-position: 75px 100px
}

.ac-menu .ac-menu-body li.menu-chara,
.ac-menu .ac-menu-body li.menu-help,
.ac-menu .ac-menu-body li.menu-news {
    display: none
}

.ac-menu .ac-menu-body li.menu-sub {
    background-color: #e7f2f2;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

.ac-menu .ac-menu-body li.menu-sub a {
    display: inline;
    height: auto;
    line-height: inherit;
    font-size: 13px;
    padding: 0 15px
}

.ac-menu .ac-menu-body li.menu-sub a:hover {
    text-decoration: underline
}

.ac-menu .ac-menu-body li.menu-sub a:before {
    display: none
}

.ac-menu .ac-menu-foot {
    background-color: #7ebdbc;
    border-radius: 0 0 10px 10px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px
}

.ac-menu .ac-menu-foot .btn.logout {
    margin: 0;
    width: 140px;
    height: 40px;
    font-size: 14px
}

.ac-menu .ac-menu-foot .btn.logout:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../../images/learn/ico_sidenav_logout.png);
    background-size: 24px 24px;
    margin-right: 5px
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

dt {
    width: 40%;
    padding: 0;
    margin: 0
}

dd {
    width: 60%;
    padding: 0;
    margin: 0
}

span.badge {
    display: inline-block;
    min-width: 1.6em;
    padding: 0 0;
    text-align: center;
    font-size: .7rem;
    line-height: normal;
    color: #fff;
    position: absolute;
    right: 8px;
    box-sizing: initial;
    background-color: #0e83a3;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle
}

.material-icons {
    vertical-align: text-top
}

.material-icons.gray.small {
    font-size: 12px;
    color: #767676
}

header nav {
    background: 0 0;
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: 1
}

header nav .nav-wrapper i {
    height: auto;
    line-height: 1
}

.row .col.contents-menu {
    position: fixed;
    width: 70px;
    min-height: calc(100vh - 73px);
    padding: 0;
    background-color: #a9d9d7;
    color: #fff;
    transition: .3s;
    z-index: 999
}

.row .col.contents-menu:hover {
    width: 280px;
    background-color: #7ebdbc
}

.row .col.contents-menu:hover ul li a {
    justify-content: flex-start;
    padding: 0 0 0 16px
}

.row .col.contents-menu:hover ul li span.title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px
}

body.touch .row .col.contents-menu:hover {
    width: 70px;
    background-color: #a9d9d7
}

body.touch .row .col.contents-menu:hover ul li a {
    justify-content: center;
    padding: 0
}

body.touch .row .col.contents-menu:hover ul li span.title {
    display: none
}

.contents-menu ul {
    display: flex;
    flex-direction: column
}

.contents-menu ul li {
    height: 90px;
    align-content: center
}

.contents-menu ul li a {
    justify-content: center
}

.contents-menu ul li a:hover {
    background-color: #8cd1d0;
    color: #fff
}

.contents-menu ul li a.active {
    background-color: #a9d9d7;
    color: #0e83a3
}

.contents-menu ul li span.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../../images/common/ico_contents-menu.png)
}

.contents-menu ul li a.active span.icon {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15)
}

.contents-menu ul li span.icon.todo {
    background-position: 0 0
}

.contents-menu ul li a.active span.icon.todo {
    background-position: 50px 0
}

.contents-menu ul li span.icon.log {
    background-position: 0 -50px
}

.contents-menu ul li a.active span.icon.log {
    background-position: 50px -50px
}

.contents-menu ul li span.icon.stamp {
    background-position: 0 -100px
}

.contents-menu ul li a.active span.icon.stamp {
    background-position: 50px -100px
}

.contents-menu ul li span.icon.text {
    background-position: 0 -150px
}

.contents-menu ul li a.active span.icon.text {
    background-position: 50px -150px
}

.contents-menu ul li span.icon.clip {
    background-position: 0 -200px
}

.contents-menu ul li a.active span.icon.clip {
    background-position: 50px -200px
}

.contents-menu ul li span.icon.users {
    background-position: 0 -250px
}

.contents-menu ul li a.active span.icon.users {
    background-position: 50px -250px
}

.contents-menu ul li span.title {
    display: none
}

.row .main-contents {
    padding-left: 0
}

.row .col.contents-left {
    width: 340px;
    padding: 20px 20px 0;
    margin-left: 70px
}

.users2 .row .col.contents-left {
    margin-left: 0
}

.contents-right {
    background-color: #fff;
    width: calc(100% - 580px);
    padding: 0 1.25rem;
    min-height: calc(100vh - 70px);
    font-size: 14px
}

p {
    margin: 0 0 12px
}

p.notice {
    position: relative;
    font-size: 13px;
    color: #767676;
    padding-left: 1.2em!important
}

p.notice:before {
    content: "※";
    position: absolute;
    left: 0
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0
}

a.disabled {
    cursor: default;
}

a:focus,
a:hover {
    text-decoration: none
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

h3.no-border {
    border: none!important;
    padding-bottom: 0!important
}

*,
 :after,
 :before {
    box-sizing: border-box
}

.hidden {
    visibility: hidden;
    display: block!important
}

.nowrap {
    white-space: nowrap
}

#main {
    position: relative;
    min-height: calc(100vh - 73px);
    margin-top: 73px;
    background-color: #c8e6e5;
    text-align: left
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
    width: auto
}

img.img_AppStore {
    width: 166px;
    height: auto
}

.margin-0 {
    margin: 0!important
}

.padding-0 {
    padding: 0!important
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    border: 2px solid #0e83a3;
    border-radius: 30px;
    margin: 30px auto 0;
    color: #fff;
    background-color: #0e83a3;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
    width: 70%;
    height: 50px;
    padding: 0;
    font-size: 17px;
    font-weight: 700
}

.btn.margin-h-20 {
    margin: 20px auto
}

.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn-group.btn-group-justified .btn-group .btn.btn-default {
    border-style: none;
    color: inherit
}

.btn-group.btn-group-justified .btn-group .btn.btn-default:hover {
    background-color: #fff
}

.btn.white {
    border-color: #7ebdbc;
    color: #7ebdbc;
    background-color: #fff
}

.btn.white-white {
    border-color: #fff;
    color: #7ebdbc;
    background-color: #fff
}

.btn.red {
    border-color: #972828;
    background-color: #fff;
    color: #972828
}

.btn.initialize {
    min-width: 280px
}

.btn.warmgray {
    background-color: #989189;
    color: #fff
}

.btn.shadow {
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .15)
}

.btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    margin: 20px 0
}

.btn-wrapper.add-btn {
    display: inline-block;
    width: auto;
    margin: 0
}

.btn-wrapper .btn {
    margin-left: 15px;
    margin-right: 15px
}

.btn:hover {
    opacity: .5
}

.btn.back {
    border-color: #e7f2f2;
    background-color: #e7f2f2;
    color: #7ebdbc
}

.btn.maincolor {
    background-color: #7EBDBC;
    border-color: #7EBDBC;
    color: #fff;
}

.btn.add {
    background-color: #f2875a;
    border-color: #f2875a;
    color: #fff;
    height: 50px;
    width: 180px;
    font-size: 19px;
    margin: 0 0 0 5px!important
}

.btn.delete {
    color: #fff;
    border: none;
    background-color: #f27f4e;
    margin: 0;
    border-radius: 30px;
    padding: 0;
    height: 30px;
    width: 60px;
    font-size: 14px
}

.btn.form-send {
    color: #fff;
    border: none;
    background-color: #0e83a3;
    margin: 0;
    border-radius: 30px;
    padding: 0;
    height: 30px;
    width: 60px;
    font-size: 14px
}

.btn.trash img {
    height: 20px;
    width: auto
}

.btn.send {
    border-radius: 8px;
    border: none;
    background-color: #fff;
    color: #0e83a3;
    font-size: 18px;
    padding: .8em 2em;
    height: auto
}

.btn a {
    color: #fff
}

.btn.medium {
    height: inherit;
    width: 40%;
    padding: 1.2rem 0;
    font-size: 1.2rem;
    line-height: inherit
}

.btn.default {
    background-color: #595959
}

.btn.white.border {
    border-color: #989189;
    color: #989189
}

.btn.borderwhite {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn.warmgray {
    background-color: #989189;
    border-color: #989189;
    color: #fff
}

.btn.light-warmgray {
    background-color: #d9d6d2;
    border-color: #d9d6d2;
    color: #5d5d56
}

.btn.light-warmgray a {
    color: #989189
}

.btn.white-orange {
    color: #f27f4e;
    background-color: #fff;
    border-color: #fff
}

.btn.white-orange a {
    color: #f27f4e
}

.btn.orange {
    color: #fff;
    background-color: #f27f4e;
    border-color: #f27f4e
}

.content-header .btn.add-user {
    display: inline-flex;
    width: 160px;
    height: 40px;
    margin: 15px auto;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0
}

.content-header .btn.add-user:before {
    content: "ユーザーを追加"
}

.btn.tuto-close {
    border: none;
    background-color: rgba(255, 255, 255, .15);
    border: transparent
}

.btn.transparent {
    background-color: transparent;
    border: 2px solid #fff
}

.btn.disabled {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.btn_disabled {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.modal {
    border-radius: 10px;
    max-height: 90%;
    width: 640px;
    background: 0 0;
    box-shadow: none
}

.modal .modal-content {
    text-align: left
}

.modal .btn.close {
    margin: 0;
    border-color: #fff;
    color: #fff;
    background: 0 0;
    width: 120px;
    height: 40px;
    font-size: 14px
}

.modal .btn.close-blue {
    margin: 0;
    border-color: #0e83a3;
    color: #fff;
    background-color: #0e83a3;
    width: 120px;
    height: 40px;
    font-size: 14px
}

.modal .btn.close-white {
    margin: 0;
    border-color: #fff;
    color: #989189;
    background-color: #fff;
    width: 120px;
    height: 40px;
    font-size: 14px
}

.modal .btn.close-orange {
    margin: 0;
    border-color: #f2875a;
    color: #fff;
    background-color: #f2875a;
    width: 140px;
    height: 40px;
    font-size: 14px
}

.modal .modal-footer .btn_ffwd,
.modal .modal-footer .btn_rwd {
    width: 30px;
    height: 27px
}

.modal .modal-footer .btn_next,
.modal .modal-footer .btn_retry {
    height: 40px
}

.modal-step3 {
    background-color: #d17d7d
}

.modal-step4 {
    background-color: #a1a0a0
}

.modal {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    overflow-y: visible;
    top: 10%!important
}

.modal p {
    font-size: 15px;
    margin-bottom: 1.2rem
}

.modal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7ebdbc;
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 70px
}

.modal .modal-header p {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.modal .modal-content {
    background-color: #fff;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.modal .modal-content.include {
    padding: 0
}

.modal .modal-content.include.policy {
    padding: 30px
}

#add-user .modal-content.include.policy h2,
.modal-content.include.policy h2,
.modal-content.include.policy h3 {
    color: #2b2b2b;
    background: 0 0;
    border: none;
    margin: 2em 0 .5em;
    padding-left: 0;
    height: auto;
    line-height: inherit;
    font-size: 14px;
    font-weight: 700
}

#add-user .modal-content.include.policy p,
.modal-content.include.policy ol,
.modal-content.include.policy p,
.modal-content.include.policy ul {
    font-size: 14px
}

.modal-content#course h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 2em
}

.modal-content#course h4:first-of-type {
    margin-top: 0
}

.modal-content#course dd,
.modal-content#course dt,
.modal-content#security-code dd,
.modal-content#security-code dt {
    width: 100%
}

.modal-content#course dl,
.modal-content#security-code dl {
    display: block
}

.modal-content#course dl dt,
.modal-content#security-code dl dt {
    float: none;
    font-size: 16px;
    color: #2b2b2b
}

.modal-content#course dl dd,
.modal-content#security-code dl dd {
    float: none;
    font-size: 16px;
    color: #767676;
    margin-left: 0;
    margin-bottom: 1.5em
}

.modal-content#course dl dd:last-child,
.modal-content#security-code dl dd:last-child {
    margin-bottom: 0
}

.modal-content#security-code img.modal-image {
    display: block;
    width: 70%;
    margin: 10px auto
}

.modal .modal-footer {
    padding: 0 14px;
    background-color: #7ebdbc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px
}

.modal .modal-footer .btn-wrapper {
    justify-content: space-between
}

.modal .modal-footer .btn {
    float: none;
    margin-left: 10px;
    margin-right: 10px
}

.modal .img_modal-price {
    display: block;
    width: 480px;
    margin: 0 auto 10px
}

.modal.done {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    overflow-y: visible;
    top: 50%!important;
    margin-top: -39px
}

.modal.done .btn {
    border-radius: 8px;
    border: none;
    background-color: #fff;
    color: #0e83a3;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 20px;
    min-width: 10%;
    max-width: 500px;
    height: auto;
    text-align: left;
    width: auto;
    display: inline-block
}

.modal.done .btn:hover {
    opacity: 1
}

.modal iframe {
    width: 100%;
    height: 55vh;
    margin-right: -24px
}

#modal-switch.modal {
    width: 450px
}

#modal-switch.modal .modal-content {
    padding: 0
}

#modal-switch.modal .modal-content ul.switch-list {
    margin-bottom: 0;
    background-color: transparent;
    text-align: left
}

#modal-switch.modal .modal-content ul.switch-list li {
    border-bottom: 1px solid #c8e6e5
}

#modal-switch.modal .modal-content ul.switch-list li.active {
    background-color: #e7f2f2
}

#modal-switch.modal .modal-content ul.switch-list li.active a:after {
    display: inline-block;
    content: "";
    background-image: url(../../images/common/ico_check_bluegreen.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px
}

#modal-switch.modal .modal-content ul.switch-list li.active span {
    flex-grow: 2
}

#modal-switch.modal .modal-content ul.switch-list li a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: #0e83a3;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#modal-switch.modal .modal-content ul.switch-list li a:before {
    display: inline-block;
    content: "";
    background-image: url(../../images/common/ico_user_green.png);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 5px
}

.tuto-modal-content {
    width: 540px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    position: fixed;
    z-index: 1100;
    color: #fff
}

.tuto-modal-content p {
    font-size: 24px;
    text-align: center
}

.tuto-modal-content p.notice {
    color: #fff;
    font-size: 20px;
    text-align: left
}

.tuto-modal-content p:last-child {
    margin-bottom: 0
}

.tuto-modal-content p.headline {
    font-size: 30px;
    font-weight: 700
}

.tuto-modal-content p.headline img {
    margin-right: 15px
}

.tuto-modal-content .image-box {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 10px;
    color: #fff;
    padding: 20px
}

.tuto-modal-content .image-box .btn-wrapper {
    margin: 0
}

.tuto-modal-content .image-box .btn-wrapper div {
    margin: 0 20px
}

.tuto-modal-content .image-box .btn-wrapper img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px
}

#tuto-modal-overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(43, 43, 43, .95)
}

img.ico_mic_white {
    display: inline-block;
    height: 28px;
    width: auto;
    margin: 0 5px
}

img.img_tuto_01 {
    width: 270px;
    margin: 0 auto
}

img.img_tuto_02 {
    width: 100%;
    margin: 0 auto
}

.txt-col-st1 {
    color: #299fbd
}

.txt-col-st2 {
    color: #47807a
}

.txt-col-st3 {
    color: #d07d7d
}

.txt-col-st4 {
    color: #a0a0a0
}

p.txt-caution {
    background-image: url(../../images/common/ico_caution.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 16px
}

.bg-col-cover {
    background-color: #7ebdbc!important
}

.bg-col-st1 {
    background-color: #299fbd!important
}

.bg-col-st2 {
    background-color: #47807a!important
}

.bg-col-st3 {
    background-color: #d07d7d!important
}

.bg-col-st4 {
    background-color: #a0a0a0!important
}

.side-nav {
    height: 100%;
    width: 400px;
    padding-bottom: 0;
    box-shadow: none;
    background-color: #3194bc;
    text-align: left;
    overflow: visible
}

.side-nav a {
    color: #fff;
    padding: 0;
    font-size: 15px;
    height: 70px;
    line-height: 70px
}

.side-nav .header {
    height: 66px;
    padding: 14px 24px;
    color: #fff;
    display: flex;
    align-items: center
}

.side-nav .header img {
    width: 28px;
    margin-right: 12px
}

.side-nav .header img.side-nav-close {
    margin-left: auto
}

.side-nav .header i {
    font-size: 32px;
    cursor: pointer
}

.side-nav ul.menu img {
    width: 28px;
    margin-right: 12px;
    margin-left: 24px
}

.side-nav .menu {
    background-color: #1d7195
}

.side-nav .menu li {
    height: 72px;
    position: relative
}

.side-nav .menu li a {
    line-height: 72px
}

.side-nav .menu li span.badge {
    top: 16px;
    left: 16px
}

.side-nav .menu a:hover {
    background-color: rgba(255, 255, 255, .3)
}

.side-nav .footer {
    position: absolute;
    bottom: 0;
    width: inherit;
    margin: 0;
    background-color: #1d7195
}

.side-nav .footer li {
    display: inline-block;
    padding: 0 10px
}

.side-nav .footer li a {
    font-size: 12px
}

.side-nav .footer li a:hover {
    background: 0 0
}

.form-btn-box {
    width: 80%;
    margin: 10px auto
}

.form-btn-box:after {
    content: "";
    display: table;
    clear: both
}

.swiper-container {
    position: static
}

.swiper-wrapper {
    height: inherit
}

.swiper-slide {
    height: inherit
}

.swiper-button-next,
.swiper-button-prev {
    top: 0;
    margin-top: 0;
    background: 0 0;
    font-size: 20px;
    width: auto
}

.swiper-button-prev {
    left: 0;
    text-align: left
}

.swiper-button-next {
    right: 0;
    text-align: right
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .1
}

iframe {
    border: none
}

.bg-none {
    background: 0 0
}

.border-none {
    border: none
}

.boxshadow-none {
    box-shadow: none
}

ul.users-list {
    width: 11em;
    margin: 0 auto 20px;
    line-height: 1.8;
    text-align: center
}

ul.users-list li.done {
    color: #62838c
}

ul.users-list li.doing {
    color: #0e83a3;
    font-size: 22px
}

ul.users-list li.todo {
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .16)
}

body#add-user ul.users-list {
    margin-top: 13px
}

body#add-user ul.users-list li.done {
    color: #5d5d56
}

#price-tab1,
#price-tab2 {
    padding-top: 30px
}

dl.initial-billing,
dl.payment-terms,
table.price-table {
    width: 100%;
    margin: 0 auto;
    line-height: 1.9
}

table.price-table td {
    padding: 12px 10px;
    vertical-align: top
}

table.price-table tr.subtotal td {
    padding: 5px 10px
}

table.price-table tr.subtotal dt {
    padding: 0;
    width: 70%
}

table.price-table tr.subtotal dd {
    padding: 0;
    width: 30%
}

table.price-table .bottom-border {
    border-bottom: 1px solid #c8e6e5
}

table.price-table thead {
    border-bottom: 1px solid #87cbca
}

table.price-table thead td {
    padding: 0 10px;
    background-color: #fff
}

table.price-table dl.price-item {
    color: #767676;
    font-size: .9em;
    margin-left: .5em
}

table.price-table dl.price-item dt {
    font-weight: 700;
    width: 80%;
    padding: 0
}

table.price-table dl.price-item dd {
    width: 20%;
    padding: 0
}

table.price-table tfoot tr.total {
    font-weight: 700;
    font-size: 1.2rem;
    background-color: #e7f2f2;
    color: #2b2b2b
}

dl.initial-billing,
dl.payment-terms {
    display: flex;
    flex-wrap: wrap
}

dl.initial-billing dt,
dl.payment-terms dt {
    display: inline-block;
    clear: none;
    float: none;
    width: 40%;
    padding: 0
}

dl.initial-billing dd,
dl.payment-terms dd {
    display: inline-block;
    float: none;
    width: 60%;
    text-align: right
}

dl.initial-billing dd,
dl.initial-billing dt {
    padding: 5px 0
}

dl.initial-billing .amount {
    font-size: 1.1rem;
    font-weight: 700;
    border-top: 1px solid #c8e6e5
}

.size30 {
    font-size: 30px!important
}

.size28 {
    font-size: 28px!important
}

.size26 {
    font-size: 26px!important
}

.size25 {
    font-size: 25px!important
}

.size24 {
    font-size: 24px!important
}

.size23 {
    font-size: 23px!important
}

.size22 {
    font-size: 22px!important
}

.size20 {
    font-size: 20px!important
}

.size18 {
    font-size: 18px!important
}

.size16 {
    font-size: 16px!important
}

.size15 {
    font-size: 15px!important
}

.size14 {
    font-size: 14px!important
}

.size13 {
    font-size: 13px!important
}

.size12 {
    font-size: 12px!important
}

.size11 {
    font-size: 11px!important
}

.size10 {
    font-size: 10px!important
}

.bold {
    font-weight: 700
}

.weight-nomal {
    font-weight: 400
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 12px;
    z-index: 2000;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #767676;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: top, left
}

.material-tooltip:before {
    content: "";
    position: absolute;
    top: 75px;
    right: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #fff
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 14px 14px;
    background-color: #fff;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity
}

.input-field .input-field {
    margin-bottom: 0
}

.input-field p {
    padding: 0 0 2rem 0;
    padding: 0 0 .7rem 0
}

.input-field p.checkbox {
    margin-top: 5px;
    margin-bottom: 20px
}

.input-field label {
    color: #2b2b2b
}

.input-field label.for-text {
    position: relative;
    display: block;
    top: inherit;
    left: inherit;
    color: #2b2b2b;
    font-size: 14px
}

[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #c7c7c7;
    border-radius: 5px;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in:checked+label:after {
    background-color: #7ebdbc;
    border: 1px solid #c7c7c7;
    border-radius: 5px
}

.input-email {
    background-color: #f5f5f5;
    padding: 25px 20px!important;
    margin: 20px 0
}

.collapsible {
    background-color: #fff;
    border: none;
    box-shadow: none;
    margin: 0
}

.collapsible-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 3rem;
    line-height: 1.3;
    padding: 15px 30px;
    background-color: transparent
}

.collapsible-header p {
    margin-bottom: 0!important;
    line-height: 1.5
}

.collapsible-header.disabled {
    cursor: default!important
}

.collapsible-body {
    background-color: #f5f5f5;
    padding: 30px
}

.collapsible-body p {
    margin: 0;
    padding: 0
}

.round-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
    padding: 20px;
    margin-bottom: 20px
}

.collapsible-body .round-box {
    border-radius: 10px!important
}

.round-box.warm-gray {
    background-color: #f2ede6;
    border: 2px solid #c7c1b9;
    box-shadow: none
}

.round-box h3 {
    font-size: 16px;
    text-align: center
}

.collapsible-header .btn-edit {
    color: #989189;
    font-size: 12px;
    width: 60px;
    height: 30px;
    margin: 0;
    padding: 0
}

.collapsible-header .btn-right {
    font-size: 16px;
    width: 140px;
    height: 40px;
    margin: 0;
    padding: 0
}

.collapsible-header .btn-edit>span:last-of-type,
.collapsible-header.active .btn-edit>span:first-of-type {
    display: none
}

.collapsible-header.active .btn-edit>span:last-of-type {
    display: inline
}

.collapsible-header.active .btn-edit {
    background-color: #989189;
    border-color: #fff;
    color: #fff
}

.collapsible-header.disabled.active .btn-edit {
    background-color: #fff;
    border-color: #c7c1b9;
    color: #989189
}

.collapsible.small {
    border: none
}

.collapsible.small .collapsible-header {
    border: none;
    text-decoration: underline;
    padding: 0
}

.collapsible.small .collapsible-body {
    border: none
}

.txt-bluegreen {
    color: #0e83a3!important
}

.txt-darkred {
    color: #972828!important
}

.txt-orange {
    color: #e98100!important
}

.txt-gray {
    color: #4d4d4d!important
}

.txt-warmgray {
    color: #989189!important
}

.bluegreen {
    color: #0e83a3!important
}

.light-bg {
    color: #78b3b2!important
}

.gray {
    color: #767676!important
}

.light-gray {
    color: #a6a6a6!important
}

.darkred {
    color: #972828!important
}

@media screen and (max-width:1280px) {
    .row .col.contents-left {
        width: 260px
    }
    .contents-right {
        width: calc(100% - 500px)
    }
}

@media screen and (max-width:1023px) {
    #contents,
    header {
        width: 800px
    }
    header .header-menu .chara,
    header .header-menu .help,
    header .header-menu .news {
        display: none
    }
    .ac-menu .ac-menu-body li.menu-chara,
    .ac-menu .ac-menu-body li.menu-help,
    .ac-menu .ac-menu-body li.menu-news {
        display: block
    }
    .contents-right {
        width: calc(100% - 350px)
    }
    #modal-setting.modal {
        width: 90%
    }
}

@media screen and (max-height:799px) {
    #contents,
    header {
        width: 800px
    }
    .img-modal {
        width: 70%
    }
}

@media screen and (max-width:800px) {
    #contents {
        width: 100%;
        height: 100%
    }
    header {
        width: 100%
    }
    /* header .brand-logo {
        margin: 0;
        padding: 0
    }
    header .brand-logo img {
        display: none
    } */
    #modal-switch.modal,
    .modal {
        width: 90%
    }
    .side-nav .header {
        height: 60px;
        padding: 12px 20px 12px 24px
    }
    .side-nav .header img {
        width: 32px
    }
    .side-nav .menu li {
        height: 80px
    }
    .side-nav .menu li a {
        line-height: 80px
    }
    .side-nav .menu li span.badge {
        top: 18px;
        left: 18px
    }
    .side-nav ul.menu img {
        width: 32px
    }
    .side-nav a {
        height: 80px;
        font-size: 16px
    }
    .btn-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%
    }
    .modal-footer .btn-wrapper {
        flex-direction: row-reverse
    }
    .btn-wrapper .btn {
        margin-left: auto;
        margin-right: auto
    }
    #UserWalkthrough .btn-wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        width: 100%;
        margin: 0
    }
    .btn {
        margin-left: auto;
        margin-right: auto;
        font-size: auto
    }
    .content-header .btn.add-user {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        margin: 10px 0
    }
    .content-header .btn.add-user:before {
        content: "";
        display: block;
        background-image: url(../../images/member/ico_add-user.png);
        width: 26px;
        height: 20px;
        background-size: 26px 20px
    }
    .row .col.contents-left {
        width: calc(100% - 70px);
        margin-left: 70px
    }
    .users2 .row .col.contents-left {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width:599px) {
    .modal .modal-content {
        max-height: 50vh
    }
    .tuto-modal-content {
        width: 90%;
        padding: 20px
    }
    .tuto-modal-content p {
        font-size: calc(14px + ((1vw - 3.2px) * 3.5842))
    }
    .tuto-modal-content p.notice {
        font-size: calc(12px + ((1vw - 3.2px) * 3.5842))
    }
    .tuto-modal-content p.headline {
        font-size: calc(22px + ((1vw - 3.2px) * 3.5842))
    }
    img.img_tuto_01 {
        width: 180px
    }
}

@media screen and (max-width:480px) {
    header {
        flex-wrap: wrap
    }
    header .page-title {
        order: 1;
        margin-right: auto;
        padding: 0 0 0 30px;
    }
    header .page-title button {
        display: inline-block;
        padding: 9px 0 0 0
    }
    header .page-title span.icon {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15)
    }
    header .page-title span.icon.todo {
        background-position: 43px -3px
    }
    header .page-title span.icon.log {
        background-position: 43px -37px
    }
    header .page-title span.icon.stamp {
        background-position: 43px -77px
    }
    header .page-title span.icon.text {
        background-position: 43px -117px
    }
    header .page-title span.icon.clip {
        background-position: 43px -157px
    }
    header .page-title span.icon.users {
        background-position: 43px -197px
    }
    header .menu {
        order: 3;
        margin-left: auto
    }
    header .select-search {
        order: 4;
        display: flex;
        justify-content: center;
    }
    header .header-menu .chara,
    header .header-menu .help,
    header .header-menu .news {
        display: none
    }
    .ac-menu .ac-menu-body li.menu-chara,
    .ac-menu .ac-menu-body li.menu-help,
    .ac-menu .ac-menu-body li.menu-news {
        display: block
    }
    header .header-menu .dropdown-content {
        top: 60px!important;
        width: 180px!important
    }
    header .header-menu div.text-select {
        width: 30%
    }
    header.scroll+#main {
        margin-top: 64px;
        min-height: calc(100vh - 64x)
    }
    .row .col.contents-menu,
    body.touch .row .col.contents-menu:hover {
        width: 280px;
        min-height: 100vh;
        background-color: #7ebdbc
    }
    .contents-menu ul li a {
        justify-content: flex-start;
        padding: 0 0 0 16px
    }
    .contents-menu ul li span.title {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-left: 16px
    }
    .row .col.contents-left {
        width: 100%;
        margin-left: 0
    }
    .contents-right .contents {
        width: 100%
    }
    .row .main-contents {
        padding-left: 0
    }
    body.touch .row .col.contents-menu:hover ul li a {
        justify-content: flex-start;
        padding: 0 0 0 16px
    }
    body.touch .row .col.contents-menu:hover ul li span.title {
        display: inline-block
    }
    .side-nav {
        width: 360px
    }
    .side-nav .header {
        height: 62px;
        padding: 13px 10px 12px 20px
    }
    .side-nav .menu li span.badge {
        left: 14px
    }
    .side-nav .header img {
        width: 28px
    }
    .side-nav a {
        height: 60px;
        font-size: 15px
    }
    .side-nav .menu li {
        height: 72px
    }
    .side-nav .menu li a {
        line-height: 72px
    }
    .side-nav ul.menu img {
        width: 28px;
        margin-right: 10px;
        margin-left: 20px
    }
    .collapsible-header {
        padding: 15px 20px
    }
    .collapsible-body {
        padding: 20px 10px
    }
    .form-btn-box {
        width: 100%
    }
    .modal-content form.row .col {
        padding: 0
    }
    .modal-content form.row .col .col {
        padding: 0 .25em
    }
    img.responsive-img {
        max-width: 100%;
        width: inherit;
        height: auto
    }
    .btn.add {
        height: 40px;
        width: 140px;
        font-size: 14px;
        margin: 0 0 0 20px!important
    }
}

@media screen and (max-width:375px) {
    header .ico_header_back {
        height: 22px;
    }
    header .page-title {
        border: none;
        padding: 0;
        font-size: 24px;
    }
    header .page-title span.icon {
        width: 40px;
        height: 40px;
        background-size: 76px auto
    }
    header .page-title span.icon.todo {
        background-position: 39px -1
    }
    header .page-title span.icon.log {
        background-position: 39px -31px
    }
    header .page-title span.icon.stamp {
        background-position: 39px -71px
    }
    header .page-title span.icon.text {
        background-position: 39px -112px
    }
    header .page-title span.icon.clip {
        background-position: 39px -151px
    }
    header .page-title span.icon.users {
        background-position: 39px -190px
    }
    header .brand-logo img {
        width: 180px
    }
    header .header-menu .menu-btn,
    header .page-title button {
        width: 60px;
        height: 60px
    }
    header .header-menu.select-search div,
    header .select-search {
        height: 60px
    }
    .side-nav {
        width: 320px
    }
}

@media screen and (max-width:320px) {
    .side-nav {
        width: 270px
    }
    .side-nav a {
        font-size: 12px
    }
    .side-nav .header img,
    .side-nav ul.menu img {
        width: 24px
    }
    .side-nav .menu li {
        height: 64px
    }
    .side-nav .menu li a {
        height: 64px;
        line-height: 64px
    }
    .collapsible-header {
        padding: 20px
    }
    .tuto-modal-content p {
        font-size: 14px
    }
    .tuto-modal-content p.notice {
        font-size: 12px
    }
    .tuto-modal-content p.headline {
        font-size: 22px
    }
    .btn.add {
        margin: 0 0 0 10px!important
    }
}

.btn-glow {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    animation: btn-glow .7s infinite alternate;
    -webkit-animation: btn-glow .7s infinite alternate
}

@keyframes btn-glow {
    0% {
        box-shadow: 0 0 1px transparent
    }
    100% {
        box-shadow: 3px 3px 5px rgba(252, 252, 179, .6), 3px -3px 5px rgba(252, 252, 179, .6), -3px 3px 5px rgba(252, 252, 179, .6), -3px -3px 5px rgba(252, 252, 179, .6)
    }
}

@-webkit-keyframes btn-glow {
    0% {
        box-shadow: 0 0 1px transparent
    }
    100% {
        box-shadow: 3px 3px 5px rgba(252, 252, 179, 1), 3px -3px 5px rgba(252, 252, 179, 1), -3px 3px 5px rgba(252, 252, 179, 1), -3px -3px 5px rgba(252, 252, 179, 1)
    }
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem
}

.row .col[class*=pull-],
.row .col[class*=push-] {
    position: relative
}

.row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.offset-l1 {
    margin-left: 8.3333333333%
}

.row .col.pull-l1 {
    right: 8.3333333333%
}

.row .col.push-l1 {
    left: 8.3333333333%
}

.row .col.offset-l2 {
    margin-left: 16.6666666667%
}

.row .col.pull-l2 {
    right: 16.6666666667%
}

.row .col.push-l2 {
    left: 16.6666666667%
}

.row .col.offset-l3 {
    margin-left: 25%
}

.row .col.pull-l3 {
    right: 25%
}

.row .col.push-l3 {
    left: 25%
}

.row .col.offset-l4 {
    margin-left: 33.3333333333%
}

.row .col.pull-l4 {
    right: 33.3333333333%
}

.row .col.push-l4 {
    left: 33.3333333333%
}

.row .col.offset-l5 {
    margin-left: 41.6666666667%
}

.row .col.pull-l5 {
    right: 41.6666666667%
}

.row .col.push-l5 {
    left: 41.6666666667%
}

.row .col.offset-l6 {
    margin-left: 50%
}

.row .col.pull-l6 {
    right: 50%
}

.row .col.push-l6 {
    left: 50%
}

.row .col.offset-l7 {
    margin-left: 58.3333333333%
}

.row .col.pull-l7 {
    right: 58.3333333333%
}

.row .col.push-l7 {
    left: 58.3333333333%
}

.row .col.offset-l8 {
    margin-left: 66.6666666667%
}

.row .col.pull-l8 {
    right: 66.6666666667%
}

.row .col.push-l8 {
    left: 66.6666666667%
}

.row .col.offset-l9 {
    margin-left: 75%
}

.row .col.pull-l9 {
    right: 75%
}

.row .col.push-l9 {
    left: 75%
}

.row .col.offset-l10 {
    margin-left: 83.3333333333%
}

.row .col.pull-l10 {
    right: 83.3333333333%
}

.row .col.push-l10 {
    left: 83.3333333333%
}

.row .col.offset-l11 {
    margin-left: 91.6666666667%
}

.row .col.pull-l11 {
    right: 91.6666666667%
}

.row .col.push-l11 {
    left: 91.6666666667%
}

.row .col.offset-l12 {
    margin-left: 100%
}

.row .col.pull-l12 {
    right: 100%
}

.row .col.push-l12 {
    left: 100%
}

@media only screen and (max-width:1023px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-m1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-m1 {
        right: 8.3333333333%
    }
    .row .col.push-m1 {
        left: 8.3333333333%
    }
    .row .col.offset-m2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-m2 {
        right: 16.6666666667%
    }
    .row .col.push-m2 {
        left: 16.6666666667%
    }
    .row .col.offset-m3 {
        margin-left: 25%
    }
    .row .col.pull-m3 {
        right: 25%
    }
    .row .col.push-m3 {
        left: 25%
    }
    .row .col.offset-m4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-m4 {
        right: 33.3333333333%
    }
    .row .col.push-m4 {
        left: 33.3333333333%
    }
    .row .col.offset-m5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-m5 {
        right: 41.6666666667%
    }
    .row .col.push-m5 {
        left: 41.6666666667%
    }
    .row .col.offset-m6 {
        margin-left: 50%
    }
    .row .col.pull-m6 {
        right: 50%
    }
    .row .col.push-m6 {
        left: 50%
    }
    .row .col.offset-m7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-m7 {
        right: 58.3333333333%
    }
    .row .col.push-m7 {
        left: 58.3333333333%
    }
    .row .col.offset-m8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-m8 {
        right: 66.6666666667%
    }
    .row .col.push-m8 {
        left: 66.6666666667%
    }
    .row .col.offset-m9 {
        margin-left: 75%
    }
    .row .col.pull-m9 {
        right: 75%
    }
    .row .col.push-m9 {
        left: 75%
    }
    .row .col.offset-m10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-m10 {
        right: 83.3333333333%
    }
    .row .col.push-m10 {
        left: 83.3333333333%
    }
    .row .col.offset-m11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-m11 {
        right: 91.6666666667%
    }
    .row .col.push-m11 {
        left: 91.6666666667%
    }
    .row .col.offset-m12 {
        margin-left: 100%
    }
    .row .col.pull-m12 {
        right: 100%
    }
    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (max-width:599px) {
    .row .col {
        padding: 0 .4rem
    }
    .row .col.s1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-s1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-s1 {
        right: 8.3333333333%
    }
    .row .col.push-s1 {
        left: 8.3333333333%
    }
    .row .col.offset-s2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-s2 {
        right: 16.6666666667%
    }
    .row .col.push-s2 {
        left: 16.6666666667%
    }
    .row .col.offset-s3 {
        margin-left: 25%
    }
    .row .col.pull-s3 {
        right: 25%
    }
    .row .col.push-s3 {
        left: 25%
    }
    .row .col.offset-s4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-s4 {
        right: 33.3333333333%
    }
    .row .col.push-s4 {
        left: 33.3333333333%
    }
    .row .col.offset-s5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-s5 {
        right: 41.6666666667%
    }
    .row .col.push-s5 {
        left: 41.6666666667%
    }
    .row .col.offset-s6 {
        margin-left: 50%
    }
    .row .col.pull-s6 {
        right: 50%
    }
    .row .col.push-s6 {
        left: 50%
    }
    .row .col.offset-s7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-s7 {
        right: 58.3333333333%
    }
    .row .col.push-s7 {
        left: 58.3333333333%
    }
    .row .col.offset-s8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-s8 {
        right: 66.6666666667%
    }
    .row .col.push-s8 {
        left: 66.6666666667%
    }
    .row .col.offset-s9 {
        margin-left: 75%
    }
    .row .col.pull-s9 {
        right: 75%
    }
    .row .col.push-s9 {
        left: 75%
    }
    .row .col.offset-s10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-s10 {
        right: 83.3333333333%
    }
    .row .col.push-s10 {
        left: 83.3333333333%
    }
    .row .col.offset-s11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-s11 {
        right: 91.6666666667%
    }
    .row .col.push-s11 {
        left: 91.6666666667%
    }
    .row .col.offset-s12 {
        margin-left: 100%
    }
    .row .col.pull-s12 {
        right: 100%
    }
    .row .col.push-s12 {
        left: 100%
    }
}