@charset "UTF-8";

/* ここまでデモページ用のコード */

.modal-content {
	width: 85% ;
	margin: 0 ;
	padding: 1.5rem ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	border-radius: 0.2rem;
	top:50% !important;
	transform:translateY(-50%) !important;
}

.modal-content h2{
    border-left: 5px solid;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0px 0px 0.5rem 0px;
    padding-left: 0.5rem;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.kiyaku_area {
	margin: 0 auto;
    height: 38vh;
    width: 100%;
	overflow-y:scroll;
    border: none;
    -webkit-overflow-scrolling: touch;
}

.kiyaku_area p{
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.kiyaku_area h3{
	font-size: 1rem;
	text-align: left;
	line-height:1.4rem;
	margin: 0;
	padding: 0;
}



.bottun_area{
	display: block;
    width: 100%;
    text-align: center;
    margin:1rem 0;
}

.bottun_area a{
	margin: 0 auto;
	padding: 0.5rem;
    width: 100%;
    color: #FFF;
    text-decoration: none;
}

button{
  border-radius: 30px;
  color:#fff;
  border:none;
  position:relative;
  height:4rem;
  font-size:1.2rem;
  padding:0 2.0rem;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  font-weight: bold;
  border:1px solid;
}

button:hover{
  background:#ffffff !important;
  color:#555555 !important;
}
.colormake01{
color:#ff0000;
}
