.btn-entry_head {
	position: absolute;
	top: 11px;
	right: 0px;
	display: inline-block;
  width: 180px;
  height: 44px;
	font-size: 15px;
  padding-top: 11px;
	padding-right: 20px;
  background-color: #2b850a;
  box-shadow: 0 3px 0 #1a600a;
  border-radius: 5px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  content: "";
  color: #FFF;
}
.btn-entry_head a {
  color: #FFF;
  text-decoration: none;
}
.btn-entry_head:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #1a600a;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-entry_head a:visited {
  color: #FFF;
}


/* fukidashi
================================================== */
.fukidashi {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 24px;
	color: #005999;
}
.fukidashi span{
  position: relative;
  font-size: 21px;
}
.fukidashi span::before,
.fukidashi span::after{
  content: "";
  display: inline-block;
  background: #005999;
  width: 2px;
  position: absolute;
}
.fukidashi span::before{
  left: 0;
}
.fukidashi span::after{
  right: 0;
}
.fukidashi span{
  padding: 0 30px;
}
.fukidashi span::before,
.fukidashi span::after{
  height: 36px;
  bottom: -6px;
}
.fukidashi span::before{
  transform: rotate(-30deg);
}
.fukidashi span::after{
  transform: rotate(30deg);
}

/* fukidashi-box
================================================== */
.fukidashi-box {
	border: 2px solid #005999;
	padding: 28px;
	border-radius: 10px;
}

/* btn-popup
================================================== */
.popup {
  position: fixed;
  min-width: 1008px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  text-align: center;
  opacity: 0;
  transition: 0.6s;
  z-index: 10;
}
.popup__inner {
	position: relative;
	width: 1008px;
	margin: 20px auto;
}
.popup.js_active {
  transform: translateY(0%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.80);
}
.popup.js_inactive {
  visiblity: hidden;
  z-index: -1;
}
/* 申込ボタン
================================================== */
.btn-loan {
	display: inline-block;
  width: 496px;
  height: 70px;
	font-size: 19px;
  padding-top: 21px;
  background-color: #2b850a;
  box-shadow: 0 6px 0 #1a600a;
  border-radius: 8px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 27px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  color: #FFF;
}
.btn-loan a {
  color: #FFF;
  text-decoration: none;
}
.btn-loan:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #1a600a;
  box-shadow: none;
  transform: translateY(5px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-loan a:visited {
  color: #FFF;
}

.btn-simu {
	display: inline-block;
  width: 496px;
  height: 80px;
	font-size: 19px;
  padding-top: 9px;
  background-color: #287DAF;
  box-shadow: 0 6px 0 #156495;
  border-radius: 8px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 27px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  color: #FFF;
}
.btn-simu a {
  color: #FFF;
  text-decoration: none;
}
.btn-simu:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #156495;
  box-shadow: none;
  transform: translateY(5px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-simu a:visited {
  color: #FFF;
}


@media screen and (max-width: 767px) {

.btn-entry_head {
	position: absolute;
	top: 9px;
	right: 12px;
	display: inline-block;
  width: 140px;
  height: 42px;
	font-size: 13px;
  padding-top: 12px;
	padding-right: 20px;
  background-color: #2b850a;
  box-shadow: 0 3px 0 #1a600a;
  border-radius: 5px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 16px center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  content: "";
  color: #FFF;
}
.btn-entry_head a {
  color: #FFF;
  text-decoration: none;
}
.btn-entry_head:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #1a600a;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-entry_head a:visited {
  color: #FFF;
}
/* fukidashi
================================================== */
.fukidashi {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 16px;
}
.fukidashi span{
  position: relative;
  font-size: 18px;
}
.fukidashi span::before,
.fukidashi span::after{
  content: "";
  display: inline-block;
  background: #005999;
  width: 1px;
  position: absolute;
}
.fukidashi span::before{
  left: 0;
}
.fukidashi span::after{
  right: 0;
}
.fukidashi span{
  padding: 0 20px;
}
.fukidashi span::before,
.fukidashi span::after{
  height: 30px;
  bottom: -4px;
}
.fukidashi span::before{
  transform: rotate(-30deg);
}
.fukidashi span::after{
  transform: rotate(30deg);
}
	
/* fukidashi-box
================================================== */
.fukidashi-box {
	border: 2px solid #005999;
	padding: 18px;
	border-radius: 6px;
}
	
/* btn-popup
================================================== */
.popup {
  position: fixed;
	min-width: 100%;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: 0px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
.popup__inner {
	position: relative;
	width: 100%;
	margin: 14px auto 18px ;
}
.popup.js_active {
  transform: translateY(0%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.80);
}
.popup.js_inactive {
  visiblity: hidden;
  z-index: -1;
}
/* 申込ボタン
================================================== */
.btn-loan {
	display: inline-block;
  width: 90%;
  height: 56px;
	font-size: 16px;
  padding-top: 16px;
  background-color: #2b850a;
  box-shadow: 0 4px 0 #1a600a;
  border-radius: 5px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  content: "";
  color: #fff;
}
.btn-loan a {
  color: #fff;
  text-decoration: none;
}
.btn-loan:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1a600a;
  box-shadow: none;
  transform: translateY(5px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-loan a:visited {
  color: #fff;
}

.btn-simu {
	display: inline-block;
  width: 90%;
  height: 56px;
	font-size: 23px;
	line-height: 0.8em;
  padding-top: 9px;
  background-color: #19569B;
  box-shadow: 0 4px 0 #004489;
  border-radius: 5px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 20px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  content: "";
  color: #fff;
}
.btn-simu a {
  color: #fff;
  text-decoration: none;
}
.btn-simu:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004489;
  box-shadow: none;
  transform: translateY(5px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn-simu a:visited {
  color: #fff;
}
}

