@charset "utf-8";
/* --------------------------------------------------------------------------------
   Shered
-------------------------------------------------------------------------------- */
#contents-area, #contents-body, .lyt-col-1 #contents-body {
    width: 100%;
}
#apply {
	background-color: #fff;
}
.contents-inner {
  width: 950px;
  margin: 0 auto;
}
.h1_outer {
  text-align: center;
  margin-bottom: 40px;
}
.h1_outer h1 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}
.h2_outer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
	color: #333;
}
.h3_outer h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.u-pc-pt-40 {
  padding-top: 40px!important;
}
.u-pc-pt-60 {
  padding-top: 60px!important;
}
.u-pc-pt-80 {
  padding-top: 80px!important;
}
.u-pc-pt-100 {
  padding-top: 100px!important;
}
.u-pc-pt-120 {
  padding-top: 120px!important;
}
.u-pc-pb-40 {
  padding-bottom: 40px!important;
}
.u-pc-pb-60 {
  padding-bottom: 60px!important;
}
.u-pc-pb-80 {
  padding-bottom: 80px!important;
}
.u-pc-mt-30 {
  margin-top: 30px!important;
}
.u-pc-mt-40 {
  margin-top: 40px!important;
}
.u-pc-mt-80 {
  margin-top: 80px!important;
}
.u-pc-mb-20 {
  margin-bottom: 20px;
}
.u-pc-mb-30 {
  margin-bottom: 30px;
}
.u-pc-mb-40 {
  margin-bottom: 40px;
}
.u-pc-mb-60 {
  margin-bottom: 60px;
}
.u-pc-mr-20 {
  margin-right: 20px;
}
.u-pc-mr-40 {
  margin-right: 40px;
}
.u-pc-d-n {
  display: none;
}

/* --------------------------------------------------------------------------------
   Individual
-------------------------------------------------------------------------------- */
.caution-area {
    width: 100%;
    background-color: #fffec8;
}
.caution-list {
	padding: 40px 30px;
	border: 1px solid #000;
}
.caution-list ul.notice-list {
	margin: 0;
	font-size: 16px;
	color: #333;
}
.caution-area p {
    font-size: 16px;
	color: #333;
	font-weight: bold;
}
.btn {
  position: relative;
  width: 580px;
  font-size: 24px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
  padding: 21px 10px 19px;
  border-radius: 50px;
  background: #0b5bce;
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
}
.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 3px #fffec8;
  border-right: solid 3px #fffec8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.btn:hover, .contact:hover {
  opacity: 0.9;
}
.btn:hover:after, .contact:hover:after {
  animation: .4s ease-out 0s 2 arrowR
}
@keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}
.pdficon {
  display: none;
}