@charset "utf-8";
.imageBox01In {
	background: url(../img/ordermade/newbright_img01.jpg) no-repeat center top / cover;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.imageBox01In {
		background-image: url(../img/ordermade/newbright_main_sp.jpg);
	}
}


/*20191025追加　モーダル*/
.cms_block > .cms_text.modBox {
	position:relative;
}

.cms_block > .cms_text.modBox::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 56px;
	height: 56px;
	background: url(/shared/img/icon_arrow.png) center center no-repeat;
}

.cms_block > .cms_text.modBox a {
	cursor: pointer;
}
.cms_block > .cms_text.modBox a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.modal-syncer{
	display: block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 モーダルウィンドウ
------------------------------ */
.modal-content {
	display: none;
	position: fixed;
	width: 726px ;
	padding: 50px 40px;
	border-color: #999;
	margin: 0 ;
	color: #000;
	background-color: #fff;
	z-index: 2000 !important;
	text-align: left !important;
}


.modal-content small {
	display: block;
	margin-top: 5px;
	font-size:1.6rem;
}

#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(245, 244, 240, .9);
	z-index: 1000;
}

.modalBlock .cms_text .btn-a.blue a:hover{
	background-color: #335c85 !important;
	opacity: 1;
}
/*
.button-link {
	display: block;
	width: 200px;
	height: 40px;
	margin: 40px auto 0;
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height:40px;
	text-align:center;
	color: #ffffff;
	cursor: pointer;
}

.button-link i {
	margin-right: 10px;
	font-size: 2.0rem;
	line-height: 40px;
	color: #ffffff;
}
.button-link:hover {
	cursor: pointer;
	color: #ffffff;
}*/
a.modal-close{
	border: none;
	background: none;
	color: #000;
	width: auto;
	min-width: auto;
	height: auto;
	line-height: 1.2;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
a.modal-close::before{
	margin-right: 10px;
	color: #CC4B1F;
}
a.modal-close:hover{
	background: none;
	color: #CC4B1F;
}
.cms_block.modalBlock {
	/*ここを staticに */
	position: static !important;
}
@media screen and (max-width: 767px) {
	#header-sticky-wrapper{
		position: relative;
	}
	.modal-content {
		width: 90% !important;
		padding: 40px 20px 20px;
		max-height: 76%;
		overflow: scroll;
	}

	.modal-content h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}

	.modal-content small {
		font-size:1.4rem;
	}

	.modal-content .btn-a.blue.btnList a{
		margin: 0;
		margin-bottom: 20px;
		min-width: 100%;
		max-width: 250px;
	}

	.button-link {
		margin-top:20px;
	}
	
	#bggr {
		 /*ここを staticに */
		position: static !important;
	}
	
}
@media screen and (max-width:320px){
	#modal-content-01,
	#modal-content-02,
	#modal-content-03,
	#modal-content-04,
	#modal-content-06,
	#modal-content-07,
	#modal-content-08{
		top: 50px !important;
	}
}
/* ------------------------------
 youtube
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text iframe {
		height:330px;
	}
}
@media screen and (max-width: 480px) {
	.cms_text iframe {
		height:200px;
	}
}