@charset "UTF-8";


/* --------------------------------------------------
.button-line
-------------------------------------------------- */

.button-line{
	font-size:1.9rem;
	margin-top:40px;
}


/* --------------------------------------------------
button
-------------------------------------------------- */


.button {

  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:5px;
  font-size:1.7rem;
  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: #fff;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




.button:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}



/* --------------------------------------------------
button
-------------------------------------------------- */


.button02 {
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;

}
.button02::before,
.button05\2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button02 {
  background-color: #2c3cae;
  border: 1px solid #2c3cae;
  color: #fff!important;
  line-height: 55px;
}




.button02:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}




/* --------------------------------------------------
button03
-------------------------------------------------- */


.button03 {

  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button03 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




.button03:hover {
  background-color: #777;
  border-color:#777;
  color: #fff!important;
}


/* ########### 780px以下 ########### */
@media (max-width: 780px) {


.button03 {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  margin-top:20px;
  font-size:13px;
  outline: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 20px;/* for Firefox 対応*/
}



}/* 780px以下 end */




/* --------------------------------------------------
button03-02
-------------------------------------------------- */


.button03-02 {

  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.button03-02::before,
.button03-02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03-02,
.button03-02::before,
.button03-02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button03-02 {
  background-color: #dfc24d;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




.button03-02:hover {
  background-color: #777;
  border-color:#777;
  color: #fff!important;
}


/* ########### 780px以下 ########### */
@media (max-width: 780px) {


.button03-02 {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  margin-top:20px;
  font-size:13px;
  outline: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 20px;/* for Firefox 対応*/
}



}/* 780px以下 end */






/* --------------------------------------------------
button04
-------------------------------------------------- */


.button04 {

  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  margin-top:20px;
  font-size:1.7rem;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.button04::before,
.button04::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button04,
.button04::before,
.button04::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button04 {
  background-color: #004098;
  border: 1px solid #004098;
  color: #fff!important;
  line-height: 55px;
}




.button04:hover {
  background-color: #000;
  border-color:#000;
  color: #fff!important;
}


/* ########### 780px以下 ########### */
@media (max-width: 780px) {


.button04 {
  display: inline-block;
  width: 150px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  margin-top:20px;
  font-size:12px;
  outline: none;
  border-radius: 18px;
  -webkit-border-radius: 18px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 18px;/* for Firefox 対応*/
}



}/* 780px以下 end */