@charset "UTF-8" ;

/********************************************************************************

	SYNCER ? 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/jquery-modal-window

	* 最終更新日時
	2015/08/17 15:38

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/


@charset "UTF-8";

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

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

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

#modal-overlay {
	z-index: 2;
	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 ;
}

h2.kiyaku{
	position:relative;
}
h2.kiyaku:after {
    font-family: "FontAwesome";
    content: '\f055';
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
    transition: all 0.2s ease-in-out;
    display: block;
    font-size: 1.5rem;
    color: #eb4591;
    line-height: 1.0;
}
.kiyaku_area {
	margin: 0 auto;
    height: 15vh;
    width: 100%;
	overflow-y:scroll;
    border: none;
    -webkit-overflow-scrolling: touch;
	border-bottom:1px solid #eeeeee;
}

.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-top: 10px;
}

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

button{
  background:#c19f19;
  color:#fff;
  font-weight: bold;
	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 #c19f19;
}
button:hover{
  background:#fff;
  color:#c19f19;
}
