.form_modal {
    width: calc(100% - 175px);
    height: 100%;
    background:rgba(0,0,0,0.5);
    position: fixed;
    left: 175px;
    top: 0px;
    z-index: 50;
    display: none;
}

body.modal_none .form_modal {
	display: none !important;
}

.form_modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    font-size: 16px;
    position: relative;
    text-align: left;
    width: 100%;
    /* height: 100%; */
    max-width: 900px;
    max-height: calc(100vh - 95px);
    overflow: auto;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	background: #fff;
	border-radius: 10px;
}

.form_modal_box{
	padding: 40px;
}

.form_modal_scene02{display: none;}

.btn_etc_height{
	height: 90px;
	box-sizing: border-box;
	padding-top: 30px !important;
	min-width: 100% !important;
}

.btn_etc_height02{
	min-width: 100% !important;
}

/* tablet */
@media screen and (max-width: 1180px) {
	.form_modal {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
	}

	.form_modal-inner {
		width: 90%;
	}
}/* (max-width: 1180px) */

/* smart phone */
@media (max-width: 768px) {
	.form_modal-inner {
		/* position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		max-height: 100%;
		transform: translate(0, 0); */
		font-size: 13px;
		/* padding: 25px 0 60px;
		box-sizing: border-box; */
		overflow: auto; 
	}
	
	.form_modal_box{
		padding: 20px;
	}
	
	.btn_etc_height{
		height: auto;
		padding-top: 3px !important;
		min-width: 50% !important;
		font-size: 15px !important;
	}
	.btn_etc_height02{
		min-width: auto !important;
	}
	.btn-l {
		min-width: 100%!important;
	}
}/* (max-width: 768px) */


/*追加
----------------------------------------------------------*/
.form_modal_box {
    padding: 50px 40px;
}
.form_modal_scene02 h2.ttl-article {
	font-size: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.form_modal_scene02 p.text-bold {
	font-size: 20px;	
}
.form_modal_scene02 div.mb-30 {
	margin-bottom: 60px!important;	
}
.form_modal_scene02 p.mb-30,
.form_modal_scene02 p.mb-40 {
	margin-bottom: 30px!important;
}
/*
.mt-60  {  margin-top: 60px!important;  }
.mb-60  {  margin-bottom: 60px!important;  }
*/
.form_modal_scene02 .border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.form_modal_scene02 .border-box {
    border: 2px solid #e8e8e8;
	padding: 30px 14px 30px 14px;
}

/* tablet */
@media (max-width: 768px) {
	.form_modal_box {
    padding: 50px 40px;
	}
	.btn-l {
    min-width: 50%!important;
	}
	.btn_etc_height{
	height: 80px;
	box-sizing: border-box;
	padding-top: 25px !important;
	margin-bottom: 5px;
	}
	.btn_etc_height02{
	height: 80px;
	padding-top: 10px !important;
	}
	#form_modal_close {
		height: 80px;
		min-width: 284px!important;	
		padding-top: 20px !important;	
	}
}/* (max-width: 768px) */


/* smart phone */
@media (max-width: 767px) {
	.form_modal-inner {
		padding-right: 0;
	}
	.form_modal_box {
    padding: 20px 14px;
	}
	.form_modal_scene02 {
    padding: 30px 0;		
	}
	.form_modal_scene02 h2.ttl-article {
	font-size: 22px;
	margin-bottom: 30px!important;
	}
	.form_modal_scene02 p.text-bold {
	font-size: 17px;	
	}
	/*
	.mt-md-30 {margin-top: 30px!important;}
	.mb-md-30 {margin-bottom: 30px!important;}
	*/
	.btn_etc_height{
		min-width: 100%!important;
	}
	.btn-l {
		min-width: 100%!important;
	}
	.form_modal_scene02 div.mb-30 {
		margin-bottom: 30px!important;	
	}
	.form_modal_scene02 .border-box {
    	border: 2px solid #e8e8e8;
		padding: 30px 14px 5px 14px;
	}	
	.btn_etc_height{
	height: 80px;
	box-sizing: border-box;
	padding-top: 30px !important;
	min-width: 100% !important;
	margin-bottom: 5px;
		font-size: 13px!important;
	}
	.btn_etc_height02{
	height: 80px;
	padding-top: 10px !important;
	min-width: 100% !important;
	}
	#form_modal_close {
		height: 80px;
		min-width: 89%!important;	
	padding-top: 20px !important;	
	}

}