/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/** Center the button (inside it's column) songchong **/
.caldera-grid .btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

/** Make button the full width of the column  songchong **/
.caldera-grid .btn {
    width:100%
}

/** Change Background color and text color  songchong **/
.caldera-grid .btn {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.3em;
  padding: 1em 2em;
  background: #81d742;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#67be28),color-stop(1,#81d742));
  background: -ms-linear-gradient(bottom,#67be28,#81d742);
  background: -moz-linear-gradient(center bottom,#67be28 0%,#81d742 100%);
  background: -o-linear-gradient(#81d742,#67be28);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81d742', endColorstr='#67be28', GradientType=0);
  border: 1px solid;
  border-color: #61b126 #5ca924 #559c21 #5ca924;
  color: #ffffff !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  text-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

/** Change Background color and text color on hover  songchong **/
.caldera-grid .btn:hover {
  background: #87d94a;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#6cc62a),color-stop(1,#87d94a));
  background: -ms-linear-gradient(bottom,#6cc62a,#87d94a);
  background: -moz-linear-gradient(center bottom,#6cc62a 0%,#87d94a 100%);
  background: -o-linear-gradient(#87d94a,#6cc62a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87d94a', endColorstr='#6cc62a', GradientType=0);
  border-color: #65ba27 #61b126 #5aa523 #61b126;
  color: #ffffff;
}

.wr{
  display:inline-block;
}

@media screen and (min-width: 480px) {
 h1 br {
 　　　　display:none;
 }
}

@media screen and (max-width: 479px) {
 .noraml {
 　　　　display:none;
 }
}

@media screen and (min-width: 480px) {
 .mobile {
 　　　　display:none;
 }
}