@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";

/* ここからデモページ用のコード */
body {
	width: 100% ;
	padding: 0 ;
}
/* ここまでデモページ用のコード */

.modal-content {
	width: 1200px;
	height: 500px;
	position: fixed;
	display: none;
	z-index: 2;
	color: #FFFFFF;
}
.back_mm1 {
	background-image: url(../../img/img_mach_modal_01.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.back_mm2 {
	background-image: url(../../img/img_mach_modal_02.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.back_mm3 {
	background-image: url(../../img/img_mach_modal_03.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.back_mm4 {
	background-image: url(../../img/img_mach_modal_04.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}

@media (max-width: 768px) {
	.back_mm1,
	.back_mm2,
	.back_mm3,
	.back_mm4 {
		background-position: -30px 40px;
		background-size: cover;
	}

	.modal-content {
		margin: 60px 0 0;
	}

	.modal-copy .m_tex14 {
		line-height: 1.6;
	}
}
.modal-btn {
	width: 1150px;
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.modal-ttl {
	width: 400px;
	display: block;
	padding-left: 175px;
	text-align: center;
	margin-top: 100px;
}
.modal-copy {
	width: 775px;
	display: block;
	margin-bottom: 25px;
	padding-left: 175px;
	padding-top: 135px;
}


.m_tex12 {
	font-size: 12px;
	font-weight: bold;
}
.m_tex25 {
	font-size: 25px;
}
.m_tex17 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.m_tex14 {
	text-align: justify;
	font-size: 14px;
	line-height: 1.75;
	font-weight: bold;
}
.tex_orange {
	color: #EC6C0E;
}




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

.button-link {
	color: #D5F7FF ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer;
	color: #00D1FF;
}
