@charset "UTF-8";

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

.smh-center{text-align:center;}


}/* 500px以下end */




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


.button {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  font-size:16px;
    border-radius: 30px;
  -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 30px;/* for Firefox 対応*/

}
.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 #333;
  line-height: 60px;
}

.button:hover {
  background-color: #0facd9;
 border: 1px solid #0facd9;
  color: #fff;
}



/* --------------------------------------------------
button02
-------------------------------------------------- */


.button02 {
  display: inline-block;
  width: 250px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
  font-size:2.0rem;
  font-family: 'Noto Sans JP', sans;
  font-weight:500;
}
.button02::before,
.button02::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: #1ab79b;
  border: 1px solid #1ab79b;
  color: #fff!important;
  line-height: 70px;
}

.button02:hover {
  background-color: #24bac7;
 border: 1px solid #24bac7;
  color: #fff;
}




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


.button03 {
  display: inline-block;
  width: 160px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
  font-size:1.4rem;

}
.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: #005bac;
  border: 1px solid #005bac;
  color: #fff!important;
  line-height: 70px;
}

.button03:hover {
  background-color: #24bac7;
  border: 1px solid #24bac7;
  color: #fff;
}



/* ################################### 画面サイズ960px以下 ########################################### */
@media screen and (max-width:960px) {

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


}/* 960px以下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: #fff;
  border: 1px solid #000;
  color: #000!important;
  line-height: 55px;
}




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



