@import url("//fonts.googleapis.com/css2?family=Amiko:wght@400;700&display=swap");

/* GLOBAL STYLES
-------------------------------------------------- */

body {
    color: #0a0e1f;
    font-family: "Amiko", "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.7;
    background: #F5F6F7;
}

h1,
h2,
h3,
h4 {
    line-height: 1.6;
}

span.navy {
    color: #1ab394;
}

p.text-color {
    color: #0a0e1f;
}

a.navy-link {
    color: #1ab394;
    text-decoration: none;
}

a.navy-link:hover {
    color: #17a185;
}

section p {
    color: #2d3350;
    font-size: 14px;
    line-height: 1.7;
}

address {
    font-size: 14px;
}

h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}

label {
    font-weight: normal
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #1ab394;
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default {
    background-color: transparent;
    border: none;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-default .nav li a {
    color: #fff;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-default .nav li .dropdown-menu a {
    color: #0a0e1f;
}

.navbar-nav>li>a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
    border-top: 6px solid #1ab394;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1ab394;
}

.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #fff;
}

.navbar-default.navbar-scroll .navbar-nav>.active>a:focus {
    background: transparent;
    color: inherit;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: #17a185;
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    height: auto;
    display: block;
    font-size: 14px;
    background: #1ab394;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0px 5px 5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-scroll.navbar-default .nav li a {
    color: #0a0e1f;
}

.navbar-scroll.navbar-default .nav li a:hover {
    color: #1ab394;
}

.navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}

.nav>li>a {
    padding: 25px 10px 15px 10px;
}

.navbar.navbar-scroll .navbar-brand {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
}


/* BACKGROUNDS SLIDER
-------------------------------------------------- */

.header-back {
    height: 470px;
    width: 100%;
}

.header-back.one {
    background: url('../img/header_one.jpg') 50% 0 no-repeat;
}

.header-back.two {
    background: url('../img/header_two.jpg') 50% 0 no-repeat;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    height: 470px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 470px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    width: 6%;
}

.carousel-inner .container {
    position: relative;
}

.carousel-inner {
    overflow: visible;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.carousel-caption.blank {
    top: 140px;
}

.carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}

.carousel-indicators {
    padding-right: 60px;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px;
}

.carousel-caption p {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}

.caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.caption-link:hover {
    text-decoration: none;
    color: inherit;
}


/* Sections
------------------------- */

.services {
    padding-top: 60px;
}

.services h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}

#features {
    background: url("/frontend/img/cross_back.svg") #fff;
    ;
    background-size: 50px;
    padding: 30px 0 50px;
    margin: 0 auto;
}

#features-block {
    margin-top: 40px;
}

#features-text {
    margin-top: 40px;
}

#features small {
    color: #1ab394;
}

#features h2 span {
    font-size: 25px;
}

#features h2 {
    font-size: 30px;
    margin-top: 5px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

#features h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 200px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F09605;
    border-radius: 2px;
}

#features-text-alone {
    margin: 40px 0;
}

#features-text-alone h1 {
    font-weight: 200;
}

#features-icon {
    color: #1ab394;
    font-size: 40px;
}

.navy-section {
    margin-top: 60px;
    background: #1ab394;
    color: #fff;
    padding: 20px 0;
}

.gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}

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

.team-member img {
    margin: auto;
}

.social-icon a {
    background: #1ab394;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}

.social-icon a:hover {
    background: #17a185;
}

.img-small {
    height: 88px;
    width: 88px;
}

.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}

.pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4;
}

.pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #aeaeae;
}

.pricing-plan .pricing-price span {
    font-weight: 700;
    color: #1ab394;
}

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #1ab394;
    background-image: url('../img/avatar_all.png');
}

.big-icon {
    font-size: 56px;
}

#features .big-icon {
    color: #1ab394;
}

.contact {
    background-image: url('../img/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
}


/* Buttons - only primary custom button
------------------------- */

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .carousel-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .carousel-caption,
    .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }
    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }
    .navbar-default .navbar-nav>.active>a:focus {
        background: transparent;
        color: inherit;
    }
    .navbar-default .nav li a {
        color: #272727;
    }
    .navbar-default .nav li a:hover {
        color: #1ab394;
    }
    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }
    .nav>li>a {
        padding: 25px 10px 15px 10px;
    }
    .navbar-nav>li>a {
        padding: 20px 10px;
    }
    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }
    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover {
        color: inherit;
    }
    .carousel-control {
        display: none;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}


/* MARGINS & PADDINGS
-------------------------------------------------- */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}


/* PACE PLUGIN
-------------------------------------------------- */

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

section.timeline {
    padding-bottom: 30px;
}

section.comments {
    padding-bottom: 80px;
}

.comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
}

.comments-avatar .commens-name {
    font-weight: 600;
    font-size: 14px;
}

.comments-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}


/* New Timeline style */

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-block:first-child {
    margin-top: 0;
}

.vertical-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.page-login {
    background: #9BC7B4;
    position: relative;
    background-image: url("/frontend/img/main.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    min-height: 90vh!important;
    background-size: 50%;
}

@media (max-width: 767px) {
    .page-login {
        background-size: 100%;
    }
}

.page-login .brand {
    margin-bottom: 28px;
}

.page-login .brand-text {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.page-login form {
    margin: 30px 0;
}

.page-login form a {
    margin-left: 20px;
}

.page-login .page-copyright {
    color: #ffffff;
}

.page-login .page-copyright .social .icon,
.page-login .page-copyright .social .icon:hover,
.page-login .page-copyright .social .icon:active {
    color: #ffffff;
}

@media (max-width: 480px) {
    .page-login form {
        width: auto;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}

.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

#brand_logo img {
    max-width: 120px;
    filter: drop-shadow(0px 0px 6px white);
}

#brand_logo {
    z-index: 100;
    width: 100px;
    height: 22px;
}

#brand_logo .cls-1,
#brand_logo .cls-2,
#brand_logo .cls-3,
#brand_logo .cls-4 {
    fill: #fff;
}

.navbar-scroll #brand_logo .cls-1 {
    fill: #54b095;
}

.navbar-scroll #brand_logo .cls-2 {
    fill: #f09605;
}

.navbar-scroll #brand_logo .cls-3 {
    fill: #50bf9e;
}

.navbar-scroll #brand_logo .cls-4 {
    fill: #2f4500;
}

.captxt {
    text-transform: uppercase;
}

.foot_navi li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.footer,
.foot_navi li a {
    color: #858585;
    font-size: 13px;
}

footer.container {
    width: 100%!important;
    background: #fff;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.navbar-brand_logo {
    float: left;
    padding-top: 13px;
    max-width: 35%
}

.head_icon {
    width: 18px;
    display: inline-block;
    fill: #fff;
    float: left;
    margin-top: 2px;
    height: 19px;
}

.btnli span {
    float: left;
    display: inline-block;
    margin: 2px 0 0 2px;
    padding: 0;
}

.navbar-scroll .head_icon {
    fill: #0a0e1f;
}

.navbar-navi li a {
    color: #fff;
    font-weight: bold;
}

.navbar-scroll .navbar-navi li a {
    color: #0a0e1f;
}

.navbar-navi {
    float: right;
    padding: 0;
    margin: 0
}

.navbar-navi li {
    display: inline-block;
    padding: 10px 4px;
}

@media (max-width: 375px) {
    .navbar-navi li {
        font-size: 12px;
    }
    .navbar-navi span{
        display: none;
    }
    .navbar-navi .btnli span{
        display: block;
    }
}
@media (max-width: 320px) {
    .navbar-navi .lang{
        display: none;
    }

}

.navbar-navi img {
    position: relative;
    top: -2px;
}

.navbar-default.navbar-scroll .navbar-navi li a,
.navbar-default.navbar-scroll .btn-lang {
    color: #2d3350;
}

.navbar-navi li.open {
    position: relative;
}

.navbar-navi li.lang {
    padding: 10px 0;
}

.navbar-navi li .dropdown-menu li a {
    color: #2d3350;
}

.navbar-navi .btn-primary {
    border-radius: 50px;
    padding: 5px 20px;
}

.navbar-scroll .btn-primary .head_icon {
    fill: #fff;
}

.navbar-default.navbar-scroll .navbar-navi li a.btn-primary {
    color: #fff;
}

.open>.dropdown-menu {
    display: block;
    margin-top: 0px;
    left: -48px;
    min-width: 5em;
    text-align: center;
    border: none;
}

.open>.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 80%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.navbar-default.navbar-scroll {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
}

.btn-lang {
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    color: #2d3350;
    height: 35px;
    width: 35px;
    border: none;
}

a:hover {
    opacity: .7;
    text-decoration: none;
}

.fff {
    color: #fff;
}

.fff a {
    color: #fff;
    text-decoration: underline;
}

.dropdown-toggle .caret {
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.mt0 {
    margin-top: 0px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mh100 {
    min-height: calc( 100vh - 110px);
}

.mh70 {
    min-height: calc( 70vh - 110px);
}

.mh50 {
    min-height: calc( 50vh - 110px);
}

.dropdown-menu>li>a {
    padding: 1px 10px;
}

.alert ul {
    padding-left: 10px;
}

#main_back {
    background: #9BC7B4;
    position: relative;
    background-image: url("/frontend/img/main.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    min-height: 500px;
    background-size: 60%;
}

@media (max-width: 767px) {
    #main_back {
        background-size: 100%;
        background-image: url("/frontend/img/main_sp.png");
        min-height: 450px;
    }
}

.main_cover {
    background: url("/frontend/img/main_over.svg");
    background-size: 102%;
    background-position: bottom;
    margin-top: -99px;
    position: relative;
    height: 100px;
    background-repeat: no-repeat;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .main_cover {
        margin-top: -90px;
    }
    /* IE11 */
}

.back-fff {
    background: #fff;
    padding: 15px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}

#page-top .col-sm-4.text-center,
#page-top .col-md-4.col-sm-6 {
    margin: 20px 0 20px;
}

#page-top .col-md-4.col-sm-6:nth-child(4) {
    clear: both
}

@media (max-width: 991px) {
    #page-top .col-md-4.col-sm-6:nth-child(4) {
        clear: none
    }
    #page-top .col-md-4.col-sm-6:nth-child(3),
    .col-md-4.col-sm-6:nth-child(5) {
        clear: both
    }
}

.modal-title {
    color: #2d3350
}

.page-login .modal-content form {
    margin: 0;
}

#page-title {
    width: 100%;
    background: url("/frontend/img/cross_back.svg") #9BC7B4;
    background-size: 50px;
}

#page-title .page-title-h1 {
    width: 100%;
    display: block;
}

#page-title .page-title-h1 h1 {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    font-weight: normal;
}

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

.pc_only {
    display: inline-block;
}

.sp_only {
    display: none;
}

@media (max-width: 768px) {
    input {
        font-size: 16px;
    }
    .sp100w {
        width: 100%;
    }
    .sp90w {
        width: 90%;
    }
    input.form-control {
        font-size: 16px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
}

.lp_back {
    background: url(/frontend/img/dashback.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
}

.lp_back2 {
    background: url(/frontend/img/pplback.jpg) center center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
}

@media (min-width: 998px) {
    .container#features .blcok2 {
        margin-top: 50px
    }
}

.border-b {
    border-bottom: solid 4px #06d4ff;
}

.border-b2 {
    border-bottom: solid 4px #99edff;
}

.border-g {
    border-bottom: solid 4px #32ccad;
}

.back-green {
    background: #effffc;
}

.back-green .col-md-4.text-center {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-bottom: solid 1px #bed3cf;
}

.lp_back2 .col-md-6.text-center {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-bottom: solid 1px #bed3cf;
}

.back-green .container#features {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.back-green .col-md-4.text-center:nth-child(4) {
    clear: both;
}

.lp_back2 .container#features {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.lp_back2 .col-md-6.text-center:nth-child(3) {
    clear: both;
}

@media (min-width: 992px) {
    .back-green .col-md-4.text-center {
        width: calc(33.2% - 20px)!important;
    }
    .lp_back2 .col-md-6.text-center {
        width: calc(50% - 20px)!important;
    }
}

#slide {
    margin: 40px auto 0 auto;
    max-width: 1680px;
    width: 100%;
    height: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#slide_wrapper {
    top: 0;
    left: 0;
    height: 125px;
    overflow: hidden;
    position: absolute;
}

#slide ul {
    height: 125px;
    float: left;
    overflow: hidden;
}

#slide li {
    width: 150px;
    height: 125px;
    float: left;
    display: inline;
    overflow: hidden;
}

#slide li img {
    width: 70%;
    height: auto;
    border-radius: 55px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.col-xs-4.text-center:nth-child(2),
.col-sm-4.text-center:nth-child(2),
.col-sm-4.text-center:nth-child(2) img,
.col-md-6.text-center:nth-child(2) {
    animation-delay: 0.2s;
}

.col-xs-4.text-center:nth-child(3),
.col-sm-4.text-center:nth-child(3),
.col-sm-4.text-center:nth-child(3) img,
.col-md-6.text-center:nth-child(3) {
    animation-delay: 0.4s;
}

.col-md-6.text-center:nth-child(4) {
    animation-delay: 0.6s;
}

.balloon {
    border-radius: 10px;
    margin-bottom: 30px!important
}

.balloon p {
    margin: 0;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon:after {
    content: "";
    position: absolute;
    bottom: -26px;
    margin-left: -16px;
    border: 13px solid transparent;
    border-top: 13px solid #bed3cf;
    z-index: 1;
}

.balloon:nth-child(1):before,
.balloon:nth-child(1):after,
.balloon:nth-child(2):before,
.balloon:nth-child(2):after,
.balloon:nth-child(3):before,
.balloon:nth-child(3):after {
    left: 20%;
}

.balloon:nth-child(4):before,
.balloon:nth-child(4):after,
.balloon:nth-child(5):before,
.balloon:nth-child(5):after,
.balloon:nth-child(6):before,
.balloon:nth-child(6):after {
    left: 80%;
}

.bold-title {
    color: #1ab394;
}

#text-contents {
    min-height: 60vh;
}

#text-contents h3 {
    color: #0c8b71;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

#auth-contents h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.tagline {
    margin-top: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}

#main h2 {
    line-height: 1.2;
    color: #fff;
    font-size: 32px;
    font-size: 3.1rem;
}

.btn-primary.green {
    background-color: #50BF9E;
    border-color: #50BF9E;
}

.btnin_link-arrow {
    position: relative;
    left: -3px;
}

.btnin_link-arrow:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0.4em;
    right: -1em;
}

@media (min-width: 768px) {
    .sp {
        display: none
    }
    .pc {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .sp {
        display: inline-block
    }
    .pc {
        display: none
    }
}

p.effect {
    margin-top: 10px;
    font-size: 16px;
}

.container {
    width: 100%;
}

.wd100 {
    width: 100%
}

.mb10 {
    margin-bottom: 10px;
}

.lists .col-md-3 img {
    width: 100%;
}

.lists a,
.thum_title {
    color: #333;
    font-weight: normal;
}

.lists a:hover,
.thum_title:hover {
    color: #9c27b0;
}

.mt0 {
    margin-top: 0px!important
}

@media (max-width:767px) {
    .lists .col-sm-3 {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .lists .col-sm-3 img {
        width: 30%;
        float: left;
    }
    .lists .col-sm-3 p {
        width: 67%;
        float: left;
        margin-left: 3%;
        text-align: left;
    }
}

article ul {
    padding-left: 1em;
}

ul.medialist {
    padding: 0!important;
}

ul.medialist li {
    float: left;
    list-style: none;
    width: 16.66%;
    padding: 1%;
}

@media screen and (max-width: 580px) {
    ul.medialist li {
        float: left;
        width: 33.333%;
        clear: none;
    }
    ul.medialist li img {
        width: 100%;
    }
}

.mt100_pc {
    margin-top: 100px;
}

@media screen and (max-width: 580px) {
    .mt100_pc {
        margin-top: 0px;
    }
}

#problem {
    padding-top: 50px;
}

#problem .container {
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
}

.catchimg {
    position: absolute;
    max-width: 500px;
    z-index: 100;
    right: 0;
}

.catchimg img {
    margin-right: -15px;
}

#problem .back-fff {
    margin: 150px -15px 0 5%;
}

@media (max-width: 767px) {
    #problem {
        padding-top: 0px;
    }
    .catchimg {
        position: relative;
        max-width: 100%;
    }
    #problem .container {
        margin-right: 0px;
        margin-left: 0px;
    }
    .catchimg img {
        margin-right: 0px;
    }
    #problem .back-fff {
        margin: -25px -15px 0 5%;
    }
}

@media screen and (max-width: 580px) {
    .catchimg {
        position: relative;
    }
}

#problem .col-lg-12 {
    padding: 25px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.margin-right-30px_pc {
    margin-right: -30px!important;
}

@media screen and (max-width: 580px) {
    .margin-right-15px_pc {
        margin-right: 0px!important;
    }
}

#problem ul li {
    list-style-type: none;
    padding-left: 1.2em;
    background-image: url("/frontend/img/check.svg");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: left center;
    line-height: 2;
}

#point {
    margin-top: -150px;
}

#point img{
    max-width: 100%;
}
#point .col-sm-3 {
    background-image: url("/frontend/img/circle.svg");
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

#point .col-sm-3 p {
    margin: 0 auto;
    max-width: 82%;
}

#howto:before {
    content: '';
    background-image: url("/frontend/img/back_orange.svg");
    background-position: 110% -158px;
    background-repeat: no-repeat;
    display: block;
    height: 320px;
    margin-bottom: -210px;
}

#point:before {
    content: '';
    background-image: url("/frontend/img/back_orange.svg");
    background-position: -1% -46px;
    background-repeat: no-repeat;
    display: block;
    height: 429px;
    transform: rotate(-6deg);
    left: -160px;
    position: relative;
    margin-bottom: -100px;
}

#point:after {
    content: '';
    background-image: url("/frontend/img/back_orange.svg");
    background-position: 113% 54px;
    background-repeat: no-repeat;
    display: block;
    height: 439px;
    margin-bottom: -220px;
    margin-top: -60px;
}

#payment:before {
    content: '';
    background-image: url("/frontend/img/back_green.svg");
    background-position: -100px -140px;
    background-repeat: no-repeat;
    display: block;
    height: 485px;
}

#payment {
    background-image: url("/frontend/img/back_green.svg");
    background-position: 180% 201px;
    background-repeat: no-repeat;
    display: block;
    background-size: 700px;
    overflow: hidden;
}

#payment:after {
    content: '';
    background-image: url("/frontend/img/back_green.svg");
    background-position: -215px 0px;
    background-repeat: no-repeat;
    display: block;
    height: 452px;
    margin-top: -83px;
    margin-bottom: -300px;
}

#payment .container {
    margin: -420px 15px 0;
    width: calc(100% - 30px);
}

#howto .site_img {
    position: absolute;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
    z-index: 100;
}

#choice img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
    padding: 10px;
}


}
#howto .site_img_box {
    z-index: 100;
    position: absolute;
    left: -15px;
}
#howto .back-fff {
    margin-left: 400px;
    float: right;
    margin-top: 150px;
    z-index: 10;
}
#howto .container {
    width: 100%;
    margin: 0 -15px;
}
#howto .step {
    margin-left: 120px;
    clear: both;
}
#howto .step img {
    float: left;
    margin: 0 10px 10px 0;
}
#howto .step h4 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    #howto .site_img {
        position: relative;
    }
    
    #howto .back-fff {
        margin-left: 10%;
        float: none;
        margin-top: -180px;
        padding-top: 190px;
    }
    
    #howto .step {
        margin-left: 20px;
    }
}
h2.title_bar {
    font-size: 30px;
    margin-top: 5px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
h2.title_bar:before {
    content: '';
    background-image: url("/frontend/img/title_bar.svg");
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 312px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 7px;
    background-repeat-y: repeat;
}
#choice {
    background: url("/frontend/img/cross_back.svg") #566A6A;
    background-size: 50px;
    padding: 50px 0;
}
#choice h3,
#choice h4,
#choice p {
    color: #e0e0e0;
}
#choice h4 {
    margin-bottom: 3px;
}
#choice .row {
    padding: 0 15px;
}
.border-r10 {
    border-radius: 10px;
}
.pd15 {
    padding: 0 15px;
}
.ma15 {
    margin: 0 15px;
}
#payment .col-sm-4 {
    margin: 20px 15px 20px!important;
    padding: 0;
}
@media (min-width: 768px) {
    #payment .col-sm-4 {
        width: calc( 33.3% - 30px);
    }
}
#payment .col-sm-4 h4 {
    background: #F1AB39;
    color: #fff;
    margin: 5px 5px 10px;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}
@media (max-width: 767px) {
    #payment .col-sm-4 h4 {
        margin: 0 0 10px;
    }
}
#payment .col-sm-4 p {
    font-size: 1.4em;
}
.price {
    background: #F7F7F7;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
    font-size: 1.5em;
    border-top: 1px solid #eee;
}
.tabletitle {
    border-bottom: 1px solid #707070;
}
.remark {
    border: 1px solid #5EBF5B;
    border-radius: 10px;
    font-weight: bold;
    ;
}
.row.compar {
    margin: 0;
    position: relative;
}
.row.compar:before {
    content: "";
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    z-index: 10;
    margin-bottom: -50px;
}
.row.compar .row {
    margin: 10px;
    padding: 10px 0;
}
.tablebox {
    background: #F5FCFA;
    border-radius: 10px;
    padding: 20px;
}
.marker {
    background: linear-gradient(transparent 60%, #ACFCFF 60%);
}
#news {
    background: #fff;
    padding: 20px 0 30px;
    position: relative;
    z-index: 1;
}
#news .container {
    margin: auto 15px;
    width: calc(100% - 30px)
}
#news .lists a:hover p {
    color: #0c8b71;
}
#media {
    padding: 20px 0 30px;
    margin: -300px auto -100px;
}
#media:before {
    content: '';
    background-image: url("/frontend/img/back_green.svg");
    background-position: 118% -3px;
    background-repeat: no-repeat;
    display: block;
    height: 443px;
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
}
#media:after {
    content: '';
    background-image: url("/frontend/img/back_green.svg");
    background-position: -100px 54px;
    background-repeat: no-repeat;
    display: block;
    height: 252px;
    margin-bottom: -20px;
    margin-top: -60px;
    z-index: 0;
}
#media img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
    border-radius: 5px;
}
.inline-logo {
    margin-top: -18px;
    height: 30px;
}
.ov_hidden {
    overflow: hidden;
}
@media (max-width: 767px) {
    .tablebox {
        padding: 20px 5px;
        font-size: 0.9em;
    }
    
    .row.compar .row {
        margin: 10px 0;
    }
    
    .tablebox .row .col-xs-4 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .btnli {
        padding: 0px 4px;
    }
}
.min40vh {
    min-height: 40vh;
}
.page-scroll {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}