@charset "UTF-8";
/* main visual
-------------------------------------------------- */
.mv {
  height: auto;
  display: table;
	padding-top:60px;
  background-size: cover;
  width: 100%;
}
.mv .container {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
	width: 1000px;
  margin: 0 auto;
}
.mv .mv-title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #004EA2;
  margin-bottom: 7px;
}

section.guideline {
  padding: 30px 0 80px;
  width: 840px;
  margin: 0 auto;
}

section.guideline h2 {
  font-size: 26px;
  color: #584e3e;
  font-weight: normal;
  text-align: center;
}

section.guideline > div {
  font-size: 14px;
  color: #333;
  line-height: 1.86;
}
section.guideline p {
margin-top:1em;
}
.btn_wrap{
	text-align: center;
	margin-top:60px;
}
.btn-primary {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  height: auto;
  display: inline-block;
  padding: 0.6em 2.5em;
  color: #004EA2;
	border: solid 1px #004EA2;
	border-bottom:solid 6px #004EA2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-primary:hover {
  color: #004EA2;
  background-color: #fff;
}

.btn::after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.btn.btn-horiz{
	background-image: url(images/btn_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 0.8em auto;
}
.btn.btn-horiz:hover {
  background-image: url(images/btn_arrow.svg);
  -webkit-animation: btn-horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: btn-horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes btn-horiz {
  0% {
    background-position: right 25px center;
  }
  20% {
    background-position: right 35px center;
  }
  100% {
    background-position: right 25px center;
  }
}

@keyframes btn-horiz {
  0% {
    background-position: right 25px center;
  }
  20% {
    background-position: right 35px center;
  }
  100% {
    background-position: right 25px center;
  }
}

.guideline-bassui{
	margin-top:50px;
	padding:40px 0 0;
	border-top:solid 3px #004EA2;
}
.guideline-bassui h3{
	text-align: center;
	font-weight: 500;
	font-size: 1.2em;
	padding-bottom:25px;
}
.guideline-bassui h4{
	font-weight: 500;
	padding-top:1.5em;
}