@charset "utf-8";
/* CSS Document */

#read-box{
}


/*
.wrapper {
  width: 640px;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
*/
.text_wrapper {
  position: relative;
  margin-bottom: 45px;
	text-align: left;
}
.text {
  height: 160px;
  overflow: hidden;
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
	font-size: 2.0rem;
}


.active {
  background: none;
  bottom: 0px;
}



/*アコーディオン内のフォーム*/
.sysForm{
	font-size: 1.8rem;
}

.sysFormField{
	margin-bottom: 1em;
}

.sysFormField input,
.sysFormField textarea
{
	font-size: 2.2rem;
	width: 90%;
}

.sysFormField input[type=radio],
.sysFormField input[type=checkbox]{
	width: auto!important;
}

.sysFormField button{
	background: #fff;
	color: #333;
	border-radius:6px;
	padding: 4px 20px;
	font-size: 1.4rem;
	border: 1px solid #666;
	margin-top: 6px;
}


.sysFormField select,
.sysFormField option{
	background: #fff;
	font-size: 1.8rem;
	padding:2px 10px;
}

input[type=submit]{
	background: #C56D71;
	color: #fff;
	font-weight: bold;
	border-radius:6px;
	padding: 10px 40px;
	font-size: 2.2rem;
	width: 50%;
}

label.sysFormLabel{
	font-weight: bold;
	color: #666;
}


