@charset "utf-8";
/* CSS Document */



/*===============================================
画面の横幅が601px以上（パソコン用）
===============================================*/
@media print,screen and (min-width: 601px){


/********* ブラック **********/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color:#fff;
  border-color:#ff7200;
  color:#ff7200;
}


/********* 青 **********/
.button_blue {
  display: inline-block;
  width: 340px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
  font-size: 125%;
}
.button_blue::before,
.button_blue::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_blue,
.button_blue::before,
.button_blue::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_blue {
  background-color: #fff;
  border: 2px solid #005bac;
  color: #005bac;
  line-height: 52px;
}
.button_blue:hover {
  background-color:#005bac;
  border-color:#005bac;
  color:#fff;
}


/********* BBピンク **********/
.button_bbpink {
  display: inline-block;
  width: 340px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
  font-size: 150%;
}
.button_bbpink::before,
.button_bbpink::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_bbpink,
.button_bbpink::before,
.button_bbpink::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_bbpink {
  background-color: #fff;
  border: 2px solid #005bac;
  color: #005bac;
  line-height: 52px;
}
.button_bbpink:hover {
  background-color:#005bac;
  border-color:#005bac;
  color:#fff;
}



/********* ホワイト **********/
.button_white {
  display: inline-block;
/*  width: 142px;*/
  height: 70px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 8px 4px 0 4px;
  margin-top: 5px;
}
.button_white::before,
.button_white::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white,
.button_white::before,
.button_white::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_white {
  background: -moz-linear-gradient(top, #FFFFFF, #ffffff);
  background: -webkit-linear-gradient(top, #FFFFFF, #ffffff);
  background: linear-gradient(to bottom, #FFFFFF, #ffffff);
  border-top: 1px solid #ffffff;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
/*  display: flex;
  align-items: center;
  justify-content: center;*/
}
.button_white:hover {
  background: -moz-linear-gradient(top, #FFFFFF, #ffffff);
  background: -webkit-linear-gradient(top, #FFFFFF, #ffffff);
  background: linear-gradient(to bottom, #FFFFFF, #ffffff);
  border-color: #333333;
  color:#333333;
  text-decoration: none;
}



}




/*===============================================
画面の横幅が600pxまで（スマホ用）
===============================================*/
@media screen and (max-width:600px){


/********* ブラック **********/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color:#fff;
  border-color:#ff7200;
  color:#ff7200;
}


/********* 青 **********/
.button_blue {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button_blue::before,
.button_blue::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_blue,
.button_blue::before,
.button_blue::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_blue {
  background-color: #fff;
  border: 2px solid #005bac;
  color: #005bac;
  line-height: 50px;
}
.button_blue:hover {
  background-color:#005bac;
  border-color:#005bac;
  color:#fff;
}


/********* BBピンク **********/
.button_bbpink {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-top: 3%;
  font-size: 125%;
}
.button_bbpink::before,
.button_bbpink::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_bbpink,
.button_bbpink::before,
.button_bbpink::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_bbpink {
  background-color: #e7316e;
  border: 2px solid #e7316e;
  color: #ffffff;
  line-height: 50px;
}
.button_bbpink:hover {
  background-color:#ffffff;
  border-color:#e7316e;
  color:#e7316e;
}

}