@charset "utf-8";
.btnnews,
.c-txt {
  /*
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  */
}
// ボタン基本コード
.btnnews {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}
 
// テキスト基本コード
.c-txt {
  /*color: #ff701e;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  */
}
.btnnews.slide {
	color: #000;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	margin: 0px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 20px;
	background-color: rgba(255,204,0,0);
	
}
/*
.newsm {
}
.newsm::after {
	content: url(../com/com/readnews.svg);
	position: absolute;
	top: 20px;
	right: 10px;
}
*/
.btnnews.slide::after {
  //background: #deeee0;
  background-color: rgba(222,238,224,0.5);
  //background: #779988;
  //background: #48A055;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  //transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btnnews.slide:hover {
  color: #000;
}
.btnnews.slide:hover::after {
  transform: scale(1, 1);
}

/* Green Buttons start */
.btng {
	width: 150px;
	height: 50px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
.btng:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
/* Green Buttons end */

/* asideContact Buttons start */
.asideContact {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 5px #ccc;
	transition: .3s;
	font-weight: normal;
	border-radius: 20px;
	color: #000;
	text-align:center;
	width: calc( 100% - 20px);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.asideContact:hover {
	box-shadow: 0 3px 3px rgba(181,181,181,1);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	//border-radius: 5px;
	color: #fff;
	background-color: #2EE59D;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}
/* asideContact Buttons end */

/* asideLeft Buttons start */
.asideleftbtn {
	width: calc( 100% - 40px);
	display: block;
	box-shadow: 0 2px 5px #ccc;
	transition: .3s;
	font-weight: normal;

	//border-radius: 20px;
	color: #000;
	text-align:center;
	font-size: 0.6em;

	padding: 10px;

	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.asideleftbtn:hover {
	box-shadow: 0 3px 3px rgba(181,181,181,1);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	//border-radius: 5px;
	color: #fff;
	background-color: #2EE59D;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}

/* asideLeft Buttons end */
.readbtn {
	border: thin solid rgba(0,0,0,1);
	display: inline-block;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;


	//border-radius: 15px;
	background-color: rgba(0,0,0,0.61);
	color: rgba(255,255,255,1);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: auto;
}
@media screen and (min-width:1080px) {
	.asideContact {
		width: 180px;
	}
	.btng {
		//width: 100%;
		width: 180px;
		
	}
}
