/*オレンジ　コンタクト small*/
a.btn-orange-contact-small{
  padding: 0.5em;
  margin: 0px 0;
  display: block;
  color: #fff !important;
  background: #009900;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
  width:100%;
}
a.btn-orange-contact-small:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: -3px 5px 0 0;
  background: url("./images/camera36.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-orange-contact-small:hover {
    background: #0abe0a;
}
 
@media screen and (min-width: 768px){
  a.btn-orange-contact-small{
    padding: 0.5em 2em;
    margin: 0px auto 20px auto;
    font-size:14px;
    display:inline-block;
    }
  a.btn-orange-contact-small:before {
        margin: -3px 10px 0 0;
    }
}





/*グリーン　カメラ small*/
a.btn-green-camera-small{
  padding: 0.5em;
  margin: 0px 0;
  display: block;
  color: #fff !important;
  background: #009900;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
  width:100%;
}
a.btn-green-camera-small:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: -3px 5px 0 0;
  background: url("./images/camera36.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-green-camera-small:hover {
    background: #0abe0a;
}
 
@media screen and (min-width: 768px){
  a.btn-green-camera-small{
    padding: 0.5em 2em;
    margin: 0px auto 20px auto;
    font-size:14px;
    display:inline-block;
    }
  a.btn-green-camera-small:before {
        margin: -3px 10px 0 0;
    }
}



/*グリーン　small*/
a.btn-green-small{
  padding: 0.5em;
  margin: 0px 0;
  display: block;
  color: #fff !important;
  background: #009900;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
  width:100%;
}

a.btn-green-small:before {
  content: "";
  display: inline-block;
/*  width: 38px;*/
  height: 38px;
  margin: -3px 5px 0 0;
/*  background: url("./images/camera36.png") no-repeat;*/
  background-size: contain;
  vertical-align: middle;
}

a.btn-green-small:hover {
    background: #0abe0a;
}
 
@media screen and (min-width: 768px){
  a.btn-green-small{
    padding: 0.5em 2em;
    margin: 0px auto 20px auto;
    font-size:14px;
    display:inline-block;
    }
  a.btn-green-small:before {
        margin: -3px 10px 0 0;
    }
}

/*オレンジ　small*/
a.btn-orange-small{
  padding: 0.5em;
  margin: 0px 0;
  display: block;
  color: #fff !important;
  background: #fa5c0e;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
  width:100%;
}
a.btn-orange-small:before {
  content: "";
  display: inline-block;
/*  width: 32px;*/
  height: 38px;
  margin: -3px 5px 0 0;
/*  background: url("../images/icon_058590_48.png") no-repeat;*/
  background-size: contain;
  vertical-align: middle;
}
a.btn-orange-small:hover {
    background: #fe9059;
}
 
@media screen and (min-width: 768px){
  a.btn-orange-small{
    padding: 0.5em 2em;
    margin: 0px auto 20px auto;
    font-size:14px;
    display:inline-block;
    }
  a.btn-orange-small:before {
        margin: -3px 10px 0 0;
    }
}

/*オレンジ　xsmall*/
a.btn-orange-xsmall{
  padding: 0.5em;
  margin: 0px 0;
  display: block;
  color: #fff !important;
  background: #fa5c0e;
  text-decoration: none;
  font-weight: bold;
  font-size:14px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
  width:100%;
}
a.btn-orange-xsmall:before {
  content: "";
  display: inline-block;
/*  width: 32px;*/
  height: 38px;
  margin: -3px 5px 0 0;
/*  background: url("../images/icon_058590_48.png") no-repeat;*/
  background-size: contain;
  vertical-align: middle;
}
a.btn-orange-xsmall:hover {
    background: #fe9059;
}
 
@media screen and (min-width: 768px){
  a.btn-orange-xsmall{
    padding: 0.5em 2em;
    margin: 0px auto 5px auto;
    font-size:12px;
    display:inline-block;
    }
  a.btn-orange-xsmall:before {
        margin: -3px 5px 0 0;
    }
}





/*ボタン*/
.button, .button:visited{
	display: inline-block;
	padding: 15px 15px 15px 15px;
	color: #fff;
	position: relative;
	text-decoration:none;
	margin: 10px 0px 10px 0px;
}

.button:hover{background-color: #111; color: #fff; text-decoration:none;}
.button:active{top: 1px;}
.small.button, .small.button:visited{font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited{
	font-size: 13px;
	line-height: 1;
}

.large.button, .large.button:visited{
	font-size: 22px;
	padding: 8px 14px 9px;
}

.super.button{
	font-size: 34px;
	padding: 8px 14px 9px;
}
.super.button:visited{
	font-size: 34px;
	padding: 8px 14px 9px;
}

.green.button, .green.button:visited{
	background-color: #009900;
	text-decoration:none;
}
.green.button:hover{
	background-color: #0abe0a;
	text-decoration:none;
}
.orange.button, .orange.button:visited{
	background-color: #fa5c0e;
	text-decoration:none;
}
.orange.button:hover{
	background-color: #fe9059;
	text-decoration:none;
}

.blue.button, .blue.button:visited{
	background-color: #00a4e4;
	text-decoration:none;
}
.blue.button:hover{
	background-color: #6bd5fe;
	text-decoration:none;
}



