@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.btn {
  display: inline-block;
  border-width: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn.btn-light-green {
  color: white;
  background-color: #27d2a2;
  -webkit-box-shadow: 0 6px 0 0 rgba(28,168,128,1);
  -moz-box-shadow: 0 6px 0 0 rgba(28,168,128,1);
  box-shadow: 0 6px 0 0 rgba(28,168,128,1);
}
.btn.btn-yellow {
  color: white;
  background-color: #ffcf36;
  -webkit-box-shadow: 0 6px 0 0 #c29b27;
  -moz-box-shadow: 0 6px 0 0 #c29b27;
  box-shadow: 0 6px 0 0 #c29b27;
}
.btn.btn-blue {
  color: white;
  background-color: #4472C4;
  -webkit-box-shadow: 0 6px 0 0 #214b8f;
  -moz-box-shadow: 0 6px 0 0 #214b8f;
  box-shadow: 0 6px 0 0 #214b8f;
}
.btn.btn-pink {
  color: white;
  background-color: #f72b7e;
  -webkit-box-shadow: 0 6px 0 0 rgba(161,11,74,1);
  -moz-box-shadow: 0 6px 0 0 rgba(161,11,74,1);
  box-shadow: 0 6px 0 0 rgba(161,11,74,1);
}
.btn.btn-large {
  display: inline-block;
  border-width: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align:center;
  padding-left: 0;
  padding-right: 0;
}

.form-control {
  font-size: 16px;
  height: 45px;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border: 2px solid #e0e0e0;
}

@media screen and (min-width:320px) and (max-width:414px) {
  .btn {
    display: inline-block;
    border-width: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .btn.btn-large {
    display: inline-block;
    border-width: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
