@font-face { 
	
font-family: "PT Sans";
	 
  src:  local('PT Sans'),    
	   url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Regular.woff2') format('woff2') ;
	
	font-weight: 400;
	font-style: normal;	
}

@font-face { 
	
font-family: "PT Sans";
	 
  src:  local('PT Sans'),    
	   url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Italic.woff2') format('woff2') ;
	
	font-weight: 400;
	font-style: italic;	
}

@font-face { 
	
font-family: "PT Sans";
	 
  src:  local('PT Sans'),    
	   url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Bold.woff2') format('woff2') ;
	
	font-weight: 700;
	font-style: normal;	
}

@font-face { 
	
font-family: "PT Sans";
	 
  src:  local('PT Sans'),    
	   url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-BoldItalic.woff2') format('woff2') ;
	
	font-weight: 700;
	font-style: italic;	
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #575756;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #FFDA8C url('bgbody.jpg') no-repeat top left;
    background-size: cover;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin: -3rem 0 1rem;
    padding: 0.5rem 1rem 0.5rem 4.5rem;
    background: #fff;
    color: #0054a1;
    position: relative;
}

h1 img {
    width: 42px;
    position: absolute;
    left: 1rem;
    top: 0.7rem;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    background: #0054a1;
    color: #fff;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin: -2rem 0 1rem;
    width: 172px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

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

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1rem;
    list-style: none;
}

li {
    padding: 0.3rem 0 0 1.5rem;
}

li::before {
    content: "▶";
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
    float: left;
    top: 0.2rem;
    margin-left: -1.5rem;
    color: #0054a1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    padding: 0;
    width: 720px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.875rem;
}

.header {
    padding: 1.25rem 4%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: url('bg.jpg') no-repeat;
}

.logo-last img {
    height: 95px;
}

.content {
    padding: 1.5rem 4% 0rem;
    background: #fff url('bgc.jpg') no-repeat center;
}

.content-first {
    background: #0054a1;
    color: #fff;
    padding: 1rem 4% 0;
    margin: -5rem 0 4rem;
    position: relative;
}

.box {
    padding: 1rem 4% 0;
    border: 0.1rem solid #0054a1;
    margin: 1rem 0 2.5rem;
}

.footer {
    padding: 1.5rem 4% 0.5rem;
    background: #031177 url('bgf.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}
.footer img{
    position: absolute;
    right: 4%;
    bottom: 1.25rem;
}
.jus {
    text-align: justify;
    hyphens: auto;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}

@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
.slider-wrap { overflow: hidden; }
.slideshow { 
  position: relative;
  width: 300%;
  left: 0;
  text-align: left;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
.slideshow img { width: 33.333333%; float: left; }
.refnr {}

.apply {}
