.btnStyleWrap {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .btnStyleWrap {
    justify-content: flex-end;
  }
}
.btnStyleWrapAdjust {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .btnStyleWrap {
    flex-direction: column;
    align-items: center;
  }
  .btnStyleWrap a, .btnStyleWrap button {
    margin-bottom: 20px;
  }
  .btnStyleWrap a:last-child {
    margin-bottom: 0;
  }
}
.btnStyle {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  /* 全体で定義 */
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.btnsize_L {
  width: 390px;
  height: 65px;
}
.btnsize_L::before {
  content: "";
  display: block;
  position: absolute;
  width: 395px;
  height: 70px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
  z-index: -1;
}
.btnsize_M {
  width: 215px;
  height: 57px;
}
.btnsize_M::before {
  content: "";
  display: block;
  position: absolute;
  width: 215px;
  height: 57px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
  z-index: -1;
}
.btnsize_S {
  width: 215px;
  height: 57px;
}
.btnsize_S::before {
  content: "";
  display: block;
  position: absolute;
  width: 215px;
  height: 57px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
  z-index: -1;
}
.btnsize_8 {
  width: 80%;
  height: 57px;
}
.btnsize_8::before {
  content: "";
  display: block;
  position: absolute;
  width: 102%;
  height: 57px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
  z-index: -1;
}
.btnA {
  color: white;
  background: none;
  border-color: #000A1C;
}
.btnB {
  color: #001E55;
  background: none;
  border-color: #0F3278;
}
.btnC {
  color: #8C98A2;
  background: none;
  border-color: #8C98A2;
}
.btnD {
  color: #E15761;
  background: #FFDBDD;
  border-color: #E15761;
}
.btnE {
  color: white;
  background: #3296D7;
  border-color: #1679B9;
}
.btnF {
  color: #E15761;
  border-color: #E15761;
}
.btnG {
  background-color: #D3EEFF;
  border-color: #3296D7;
  color: #3296D7;
}
.btnA:before {
  background: #001E55;
}
.btnB:before {
  background: #97CDEF;
}
.btnC:before {
  background: #E8EAEC;
}
.btnD:before {
  background: #E15761;
}
.btnF:before {
  background: #FFDBDD;
}
a.btnStyle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 16px;
}
a.btnStyle-line span {
  background: url("../image/arrowB.svg") no-repeat;
  background-size: 6px;
  background-position: 80%;
}
@media print, screen and (min-width: 751px) {
  a.btnStyle span {
    font-size: 20px;
  }
}
.btnStyle span::after {
  content: "";
  margin-left: 12px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
}
@media print, screen and (min-width: 751px) {
  .btnStyle span::after {
    width: 7px;
    height: 7px;
  }
}
.btnA span::after {
  background-image: url("../image/arrowA.svg");
}
.btnB span::after {
  background-image: url(../image/arrowB.svg);
}
.line-2 .btnB span::after {
  /* background-image: none; */
  position: absolute;
  top: 32%;
  right: 24px
}
.btnC span::after {
  background-image: url(../image/arrowC.svg);
}
.btnD span::after {
  background-image: url(../image/arrowD.svg);
  background-repeat: no-repeat;
}
.btnF span::after {
  background-image: url(../image/arrowD.svg);
  background-repeat: no-repeat;
}
.btnG span::after {
  background-image: url(../image/arrowG.svg);
  background-repeat: no-repeat;
}
.btnPlus span::after {
  background-image: url(../image/icon/btnPlus.svg);
}
.btnLogout span:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon/iconLogout.svg);
  background-size: 17px;
  vertical-align: middle;
}
/* シンプルボタン */
.btnStyleMiniSecondly {
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  font-weight: normal;
}
.btnStyleMiniSecondly:before {
  display: none;
}
/* ボタン非活性 */
.is-inactive {
  opacity: .5;
}
.btnStyle small {
  font-size: 10px;
}
.btnSim {
  background: #D3EEFF url("../image/arrowF.svg") no-repeat;
	background-position: right 1rem center;
	background-size: 0.3rem;
  border: 2px solid #3296D7;
  border-radius: 10px;
  color: #3296D7;
  font-size: 0.8rem;
  padding: 10px 30px;
  font-weight: bold;
}
@media screen and (max-width: 510px) {
  .btnsize_L {
    width: 90%;
    height: 45px;
  }
  .btnsize_L::before {
    content: "";
    display: block;
    position: absolute;
    width: 103%;
    height: 50px;
    left: 2px;
    top: 2px;
    border-radius: 10px;
    z-index: -1;
  }
  .btnSim {
    display: block;
    text-align: center;
    width: 40%;
    margin-bottom: 10px;
  }
}