body {
    font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height:160% ;
	background: #fff;
}

@media screen and (min-width : 641px) {
body {
    font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height:160% ;
	background: #fff;
}
}
@media screen and (max-width : 640px) {
body {
    font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:160% ;
	background: #fff;
}
}

aside {
    background-color: #ebebeb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
aside p:last-child {
    margin-bottom: 0;
}
a:link { 
	color: #0B2B83;
	text-decoration: none;
}
a:visited { 
	color: #0B2B83;
	text-decoration: none;
} 
a:hover {
      color: #0B2B83;
      text-decoration:underline;
}

img {
  vertical-align: top;
  width:100% ;
}
.video_wrap {
  width:90% ;
  margin: 15px auto;
}
video {
  width:100% ;
}

/* clear
--------------------------------------------------*/
.cl{
clear:both;
}
.clx:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clx {
min-height: 1px;
}
* html .clx {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.btn_wrap{
background: url("../images/cv_03.jpg") repeat-y left center;
background-size: 100% auto;
}
.btn_wrap .btn01 {
  width: 90%;
  margin: 0 auto;
 -webkit-animation-name: shake04;
  -moz-animation-name: shake04;
  -o-animation-name: shake04;
  animation-name: shake04;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration:1.8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; 
 }
 
.cv01{
 padding-top:0;
 position: relative;
}
.cv02{
 padding-top:0;
 position: relative;
}
.cv01 .btn01 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
position: absolute;
bottom:2%;
left:5%;
 -webkit-animation-name: shake04;
  -moz-animation-name: shake04;
  -o-animation-name: shake04;
  animation-name: shake04;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration:1.8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; 
 }
 .cv02 .btn01 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
position: absolute;
bottom:4%;
left:5.5%;
 -webkit-animation-name: shake04;
  -moz-animation-name: shake04;
  -o-animation-name: shake04;
  animation-name: shake04;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration:1.8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; 
 }
  @keyframes shake04{
   from{
          -webkit-transform: none;
          transform: none;
        }
        10% {-webkit-transform: translate3d(-2%, 0, 0);
          transform: translate3d(-2%, 0, 0);
        }
        25% {
          -webkit-transform: translate3d(2%, 0, 0);
          transform: translate3d(2%, 0, 0);
        }
        40% {
          -webkit-transform: translate3d(-2%, 0, 0);
          transform: translate3d(-2%, 0, 0);
        }
        55% {
          -webkit-transform: translate3d(2%, 0, 0);
          transform: translate3d(2%, 0, 0);
        }
        70% {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
   99% {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
        to {
          -webkit-transform: none;
          transform: none;
        }
 }

.cyu {
  width: 95%;
  margin:15px auto;
 }


.foot{
padding: 15px 0;
color: #000;
text-align: center;
font-size: 16px;
}
.foot h2{
padding: 15px 0;
border-bottom: 1px solid #ccc;
}
.foot p{
padding: 15px 0;
text-align: left;
line-height: 140%;
}

@media screen and (min-width : 641px) {
#wrap {
	width:100% ;
	max-width:800px ;
	margin: 0 auto;
	background-color:#ffffff;
}
}
@media screen and (max-width : 640px) {
body {
	font-size: 14px;
}
#wrap {
	width:100% ;
	max-width:1000px ;
	margin: 0 auto;
	background-color:#ffffff;
}
img {
width:100% ;
}
.foot{
font-size: 14px;
}
.foot p{
padding: 15px;
box-sizing: border-box;
text-align: left;
line-height: 140%;
}
}

.footer-link {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.footer-link li {
  display: inline-block;
  padding-left: .5em;
  font-size: 16px;
  list-style: none;
}
.footer-link li a {
  font-size: inherit;
}
.footer-link li:after {
  content: "|";
  padding-left: .6em;
}
.footer-link li:last-child:after {
  content: "";
  padding-left: 0;
}
#copy {
  background-color: #fff;
  color: #333;
  border-top: 1px solid #333;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
footer .copy-box {
  margin: 0 auto;
  color: #333;
}

@media screen and (min-width : 641px) {
footer .copy-box {
  max-width: 1060px;
  position: relative;
}
}

@media screen and (max-width : 640px) {
footer {
    width: 100%;
    text-align: center;
    padding-top: 1em;
    margin-top: 4rem;
}
.footer-link li {
  display: inline-block;
  padding-left: .5em;
  font-size: 14px;
  list-style: none;
  line-height: 160%;
}
}

#info {
font-size: 14px;
line-height: 160%;
margin-top: 30px;
padding: 30px 0;
}
#info .large{
font-size: 110%;
}
#info .bold{
font-weight: bold;
}
#info .bg_y{
background: linear-gradient(transparent 0%, #ffff66 0%);
}
#info .red{
color: red;
}
#info h2{
font-size: 30px;
text-align: center;
padding-bottom: 10px;
border-bottom: solid 1px #666;
margin-bottom: 30px;
}
#info h3{
font-size: 20px;
margin: 30px 0;
font-weight: bold;
}
#info h4 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #f39800;
  margin: 20px 0;
  font-size: 16px;
}
#info h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #edbb69;
}
#info h5{
font-size: 15px;
margin: 30px 0 10px;
font-weight: bold;
}
#info img {
width:50%;
}
#info p {
margin-bottom: 15px;
}

@media screen and (max-width : 640px) {
#info {
width: 95%;
margin: 0 auto;
}
#info img {
width:70%;
}
}

dl.company{
	width:100% ;
	line-height:180% ;
	overflow:hidden;
}
dl.company dt{
	float: left;
	clear: both;
  width:18% ;
  font-weight: bold;
  margin-bottom: 10px;
}
dl.company dd{
	float: left;
  width:80% ;
  margin-bottom: 10px;
}
@media screen and (max-width : 640px) {
dl.company{
	width:100% ;
	line-height:180% ;
	overflow:hidden;
}
dl.company dt{
	float: none;
	clear: both;
  width:100% ;
  border-bottom:1px solid #ccc;
}
dl.company dd{
	float: none;
  width:100% ;
  margin-bottom: 20px;
}
}


.cta{
 padding-top:0;
 position: relative;
}
.cta a{
  width: 40%;
  max-width: 419px;
  margin: 0 auto;
position: absolute;
bottom:37%;
right:0;
animation: bounce01 1.5s infinite ease-in-out;
}
@keyframes bounce01 {
0%, 100% { transform: scale(1.0) }
50% { transform: scale(0.9) }
}