@charset "UTF-8";
@media screen and (min-width: 768px) {
/* アイコン付き
---------------------------------- */
.nmlBtn a .icon {
  display: table-cell;
  width: 60px;
  padding: 0 10px;
  vertical-align: middle;
}
.nmlBtn a .icon img {
  width: 50%;
}
.nmlBtn a .icon + span {
  padding-left: 0;
}
/* col1
---------------------------------- */
.btnWrap.col1 .nmlBtn {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.btnWrap.col1 .nmlBtn:last-child {
  margin-bottom: 0;
}

/* col2
---------------------------------- */
.btnWrap.col2 .nmlBtn {
  width: 49.1%;
}
.btnWrap.col2 .nmlBtn:last-child,
.btnWrap.col2 .nmlBtn:nth-child(2n+1):nth-last-child(2) {
  margin-bottom: 0;
}
.btnWrap.col2 .nmlBtn:nth-child(2n+1) {
  float: left;
}
.btnWrap.col2 .nmlBtn:nth-child(2n+2) {
  float: right;
}

/* color--strong
---------------------------------- */
.nmlBtn.color--strong {
  position: relative;
  height: 92px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.nmlBtn.color--strong a {
  height: 88px;
  border: none;
  background: #126de0;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  z-index: 1;
}
.nmlBtn.color--strong a > span:not(.icon) {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.nmlBtn.color--strong.arrow--right a > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}
.nmlBtn.color--strong.arrow--pdf a > span:not(.icon) {
  background-image: url(/common/images/icon_pdf_white.svg);
}
.nmlBtn.color--strong.arrow--blank a > span:not(.icon) {
  background-image: url(/common/images/icon_blank_white.svg);
}
.nmlBtn.color--strong a .icon {
  height: 50%;
}
.nmlBtn.color--strong a .icon + span {
  padding-left: 0;
  padding-right: 100px;
}
.nmlBtn.color--strong .text--main {
  font-size: 24px;
  color: #fff;
}
.nmlBtn.color--strong .text--sub {
  font-size: 16px;
  color: #fff;
}
.nmlBtn.color--strong .text--main img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  vertical-align: middle;
}

/* hover */
.nmlBtn.color--strong a:hover,
.nmlBtn.color--strong a.active {
  background: #126de0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(10,85,180,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(10,85,180,1);
  box-shadow: 0px 0px 0px 0px rgba(10,85,180,1);
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.nmlBtn.color--strong.arrow--right a:hover > span:not(.icon),
.nmlBtn.color--strong.arrow--right a.active > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}
.nmlBtn.color--strong.arrow--pdf a:hover > span:not(.icon),
.nmlBtn.color--strong.arrow--pdf a.active > span:not(.icon) {
  background-image: url(/common/images/icon_pdf_white.svg);
}
.nmlBtn.color--strong.arrow--blank a:hover > span:not(.icon),
.nmlBtn.color--strong.arrow--blank a.active > span:not(.icon) {
  background-image: url(/common/images/icon_blank_white.svg);
}


.nmlBtn.color--strong.h--nml {
  height: 60px;
}
.nmlBtn.color--strong.h--nml a {
  height: 56px;
}
.nmlBtn.color--strong.h--nml .text--sub,
.nmlBtn.color--strong.h--nml .text--main {
  margin-top: 0;
  margin-bottom: 0;
}
.nmlBtn.color--strong.h--nml .text--sub {
  font-size: 12px;
}
.nmlBtn.color--strong.h--nml .text--main {
  font-size: 16px;
}

}

@media screen and (max-width: 767px) {
/* --------------------------------------------------
nmlBtn
-------------------------------------------------- */

/* base
---------------------------------- */
.nmlBtn {
  display: block;
  height: 60px;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
}
.nmlBtn a,
.nmlBtn input[type="button"],
.nmlBtn button[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #126de0;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  border: 1px solid #a4bfe1;
  overflow: hidden;
}
.nmlBtn a.active {
  cursor: default;
}
.nmlBtn a.active span:before,
.nmlBtn a.active span:after {
  display: none !important;
}
.nmlBtn a > span:not(.icon) {
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.nmlBtn a > span:not(.icon) > img {
  width: auto;
  height: 50px;
}
.nmlBtn .text--sub {
  display: block;
  margin: 3px 0;
  font-size: 13px;
  font-weight: normal;
}
.nmlBtn .text--main {
  display: block;
  margin: 3px 0;
  font-size: 16px;
  font-weight: bold;
}

/* アイコン付き
---------------------------------- */
.nmlBtn a .icon {
  display: table-cell;
  width: 60px;
  padding: 0 10px;
  vertical-align: middle;
}
.nmlBtn a .icon img {
  width: 50%;
  
}
.nmlBtn a .icon + span {
  padding-left: 0;
}
}

@media screen and (max-width: 767px) {
/* color--strong
---------------------------------- */
.nmlBtn.color--strong {
  position: relative;
  height: 92px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.nmlBtn.color--strong a {
  height: 88px;
  border: none;
  background: #126de0;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  box-shadow: 0px 4px 0px 0px rgba(10,85,180,1);
  z-index: 1;
}
.nmlBtn.color--strong a > span:not(.icon) {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.nmlBtn.color--strong.arrow--right a > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}
.nmlBtn.color--strong.arrow--pdf a > span:not(.icon) {
  background-image: url(/common/images/icon_pdf_white.svg);
}
.nmlBtn.color--strong.arrow--blank a > span:not(.icon) {
  background-image: url(/common/images/icon_blank_white.svg);
}
.nmlBtn.color--strong a .icon {
  height: 50%;
}
.nmlBtn.color--strong a .icon + span {
  padding-left: 0;
  padding-right: 100px;
}
.nmlBtn.color--strong .text--main {
  font-size: 18px;
  color: #fff;
}
.nmlBtn.color--strong .text--sub {
  font-size: 14px;
  color: #fff;
}
.nmlBtn.color--strong .text--main img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  vertical-align: middle;
}

.nmlBtn.color--strong.h--nml {
  height: 60px;
}
.nmlBtn.color--strong.h--nml a {
  height: 56px;
}
.nmlBtn.color--strong.h--nml .text--sub,
.nmlBtn.color--strong.h--nml .text--main {
  margin-top: 0;
  margin-bottom: 0;
}
.nmlBtn.color--strong.h--nml .text--sub {
  font-size: 12px;
}
.nmlBtn.color--strong.h--nml .text--main {
  font-size: 16px;
}

}
