@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1.5rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 1.5rem 0 1rem;
}

h1+p span {
    display: inline-block;
    margin-right: 2rem;
}

h1+p span img {
    vertical-align: -1px;
}

h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

h3 {
    margin: 0 0 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
}

h4 {
    margin: 0 0 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
}

.frame-outer {
    position: relative;
    padding: 0;
    width: 720px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 0.02rem solid #7686FF;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.875rem;
    overflow: hidden;
}

.logo {
    padding: 1.5rem 5%;
}

.content {
    padding: 0rem 5%;
}

.left {
    float: left;
    width: 48%;
}

.right {
    float: right;
    width: 48%;
}

.footer {
    padding: 3rem 5% 0;
    background: #7686FF;
    color: #fff;
    position: relative;
}
.footer:after {
  left: 0px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-left-color: #fff;
  border-width: 17px 360px;
  margin-top: 0px;
}
.footer a {
    color: #fff;
}
.footer p:nth-of-type(2) span{
    display: inline-block;
    margin: 0.5rem 0;
}
.footer p:nth-of-type(2) img{
    margin-right: 0.2rem;
    vertical-align: -2px;
}
.footer p:last-of-type {
    text-align: center;
}

.footer p:last-of-type a {
    display: inline-block;
    padding: 0.5rem 3rem;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #7686FF;
    font-size: 1.2em;
    margin-top: 1rem;
}

.footer p:last-of-type a:hover {
    text-decoration: none;
    background: #7686FF;
    color: #fff;
    border: 1px solid #fff;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0.5rem 0rem 1.5rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 1rem;
    padding-bottom: 0.2rem;
}

li::before {
    content: "\2022";
    display: inline-block;
    font-size: 1.000em;
    position: relative;
    float: left;
    top: -1px;
    margin-left: -1rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.hide {
    display: none;
}

.justifier {
    text-align: justify;
}

.left {
    width: 48%;
    padding: 0;
}

.right {
    width: 48%;
    padding: 0;
}

.button a {
    display: inline-block;
    background: #0065FF;
    padding: 0.6rem 2rem 0.6rem 2rem;
    margin: 2rem auto 2rem auto;
    cursor: pointer;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    border: 0.1rem solid #0065FF;
    transition: all 140ms ease 0s;
    -moz-transition: all 140ms ease 0s;
    -webkit-transition: all 140ms ease 0s;
    color: #fff;
}

.button a:hover {
    background-position: 15px center;
    background-color: #fff;
    text-decoration: none;
    color: #0065FF;
}

.slider-wrap {
    max-width: 780px;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 24s linear infinite;
    animation: image 24s linear infinite;
}

@keyframes image {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    26% {
        opacity: 1;
        transform: translateX(-100%);
    }

    27% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow li:nth-child(1) span {}

.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

ul.slideshow {
    margin: 0;
}

.slider-wrap li::before {
    display: none;
}

.slider-wrap ul {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
    list-style: none;
    border-bottom: none;
    border-color: #fff;
    border-width: 0px;
    padding-bottom: 5px;
}
.refnr {}

.apply {}
