@charset "utf-8";

.modal-content {
	width: 480px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	padding: 20px 0;
	border: 4px solid #e71a20;;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 4;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
@media screen and (min-width: 38.75em) {
	.modal-content {
		width: 480px;
	}
}
#modal-overlay {
	z-index: 3 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close {
	position: absolute;
	top: 0;
	right: 7px;
	font-size: 150%;
	color: #666;
	cursor: pointer;
	}

.modal-content p {
	margin: 0;
	text-align:center;
	font-size: 20px;
	}
.modal-content .text-em{
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
	}
.modal-content .text-blue{
	font-size: 24px;
	font-weight:bold;
	color: #333;
	}
.modal-content .text-number{
	color: #e71a20;
	font-size:44px;
	font-weight:bold;
	}
	.modal-content .text-number:before{
		display:inline-block;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		vertical-align: middle;
		border:2px solid #e71a20;
		border-radius:50%;
		font-family: "Font Awesome 5 Free";
		content: "\f2a0";
		font-size: 80%;
		line-height: 50px;
		}
	.modal-content .logo{
		padding: 12px 0;
		background: #fee9ec;
		color: #e71a20;
		text-align: center;
		font-weight: bold;
		font-size: 1.5rem;
		border-radius: 10px 10px 0 0;
		}
		.modal-content .logo > img{
			max-height: 33px;
			}
	.modal-content .title{
		display: table-cell;
		width: 100vw;
		height: 88px;
		vertical-align: middle;
		padding: 0 1rem;
		text-align: left;
		background: url(../img/img_modal.jpg) no-repeat 100% 0;
		background-size: auto 100%;
		font-size: 1.3rem;
		font-weight: bold;
		}
	.modal-content .button#btn_move{
		margin-top: 2rem !important;
		}

.modal-content .button.tel-change-support-1 {
	padding: 0;
}

/* simple LP*/
#simple .modal-content {
	top:50%;
	left:50%;
	padding: 20px;
	background: #fff;
	position: fixed;
	margin: 0;
	display: none;
	z-index: 4;
	transform: translate(-50%,-50%);
	border: none;
	border-radius: 10px;
}

#simple .modal-content p {
	margin: 0;
	text-align:center;
	font-size: 20px;
}

#simple .modal-content .support-show p {
	font-size: 12px;
}

#simple .modal-content[id^="confirm-support"] p {
	font-size: 12px;
}

#simple .modal-content[id^="confirm-support"] .secondary {
	font-size: 1.3rem;
}

#simple .modal-content .title{
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	padding: 0;
	text-align: left;
	background: none;
	background-size: unset;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#simple .modal-content .ico_triangle{
	width: 60px;
	margin: 0 0 10px;
}

#simple .modal-content .num{
	font-size: 25px;
}

#simple .modal-content .num img{
	width: 37px;
	margin: 0 5px 0 0;
}

#simple .modal-content .title .text-red{
	font-size: 20px;
	border-bottom: #e71a20 solid 1px;
}

#simple .modal-content .button#btn_move{
	margin-top: 2rem !important;
}

#simple .modal-content .fake_btn{
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	background: #e71a20;
	padding: 15px;
	margin: 1rem 70px;
}

#simple .modal-content .fake_btn p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

#simple .modal-content .fake_btn p.num{
	font-size: 35px;
	letter-spacing: 3px;
}

#simple .modal-content .fake_btn p.small{
	font-size: 14px;
	line-height: 2;
}

#simple .modal-content .button.large.form.support-hide{
	font-size: 20px;
}

#simple .modal-content.alert-modal{
	text-align: center;
}

#simple .modal-content.alert-modal h5{
	margin: 0 0 20px;
}

#simple .modal-content .alert-modal-content-timearea{
	margin: 20px 0;
	font-size: 24px;
}

#simple .modal-content .alert-modal-foot .button{
	font-size: 1.3rem;
}

@media screen and (max-width: 999px){
	#simple .modal-content p {
		margin: 0;
		text-align:center;
		font-size: 12px;
	}

	#simple .modal-content .fake_btn p{
		color: #fff;
		font-size: 16px;
		line-height: 1.2;
	}
	
	#simple .modal-content p.num{
		font-size: 22px;
		letter-spacing: 1px;
	}
	
	#simple .modal-content p.small{
		font-size: 10px;
		line-height: 2;
	}

	#simple .modal-content .button.large {
    height: auto;
    line-height: normal;
		font-size: 12px;
	}

	#simple .modal-content .button {
    height: 50px;
    line-height: unset;
	}

	#simple .modal-content .num img{
		width: 25px;
	}

	#simple .modal-content .button.large.form.support-hide {
    font-size: 15px;
	}

	#simple .modal-content[id^="confirm-support"] p {
    font-size: 10px;
	}

	#simple .modal-content[id^="confirm-support"] .secondary {
		font-size: 1.3rem;
	}

	#simple .modal-content .button.large.support-show {
    width: auto;
    font-size: 1.3rem;
	}

	#simple .modal-content .support-show p {
    font-size: 11px;
	}
}

@media screen and (min-width: 38.75em) {
	.modal-content .title{
		text-align: center;
		font-size: 1.2rem;
		}
		.modal-content .title > br{
			display: none;
		}

		#simple .modal-content .title > br{
			display: block;
		}
}

/* お問合せ先のモーダルを表示 */
.contact #btn_move,
.contact #btn_cancel{
	height: 60px;
	line-height: 60px;
	padding: 0;
	color: #333;
	}
.contact #btn_order,
.contact #btn_others{
	height: 50px;
	line-height: 1;
	padding-top: 10px;
	color: #333;
	}
.contact-modal .btn_user_kind {
	border: 3px solid #666666;
	background-color: #eaeaea;
	font-weight: bold;
	color: #e71a20;
}
.contact-modal.is-user-kind .btn_user_kind:hover {
	background-color: #ffffff;
}
.contact-modal .btn_user_kind small {
	color: #000000;
}
.contact-modal .button.btn_user_kind span{
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 6px;
	left: 6px;
	background-color: transparent;
	color: #000000;
}
.contact-modal .button.btn_user_kind i {
	margin-top: 0.8rem;
}
@media screen and (min-width: 38.75em) {
	.contact-modal{
		width: 700px;
		padding: 0 0 1rem;
		border: none;
		border-radius: 20px;
	}

	.contact-modal.shrink{
		width: 480px;
		padding: 20px;
		border: 4px solid #ccc;
		border-radius: 0;
	}
	.contact-modal .button{
		margin: 1rem 70px;
		}
	.contact-modal.shrink .button{
		margin: 1rem 0 0;
	}
	.contact-modal .button span{
		width: 66px;
		height: 66px;
		line-height: 66px;
		}
.contact-modal .btn_order{
	height: 78px;
	}
.contact-modal .btn_move{
	height: 78px;
	line-height: 78px;
	padding: 0;
	}
	.contact-modal .button i{
		margin-top: 1rem;
		font-size: 2rem;
		}
	.contact-modal .button > small{
		font-size: .85rem;
		}
	.contact-modal .btn_user_kind {
		height: 78px;
		line-height: 70px;
		padding: 0;
		font-size: 1.4rem;
	}
	.contact-modal .btn_user_kind small {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 38.74em) {
.contact-modal{
	width: 300px;
	padding: 0;
	border: none;
	}
.contact-modal.is-user-kind {
	border-radius: 10px;
	width: calc(100% - 20px);
}
	.contact-modal .button{
		margin: 10px;
		}
		.contact-modal .button > small{
			font-size: 11px;
			}
.contact-modal .btn_move{
	height: 62px;
	line-height: 62px;
	padding: 0;
	}

	.contact-modal .btn_user_kind {
		height: 62px;
		line-height: 58px;
		padding: 0;
		font-size: 1.4rem;
	}
	
	.contact-modal .button.btn_user_kind span {
		line-height: 40px;
	}
}

.modal-content .contact{
	padding: 0 20px;
	}
	.modal-content .contact p:not(.text-blue){
		font-size: 1rem;
		}
.modal-content .contact__title {
	margin-bottom: 0.5rem;
	font-size: 2rem;
}
.modal-content .contact__note {
	font-size: 1.2rem!important;
}
.modal-content .contact__note strong {
	display: inline-block;
	padding: 0.1em 0.4em;
	font-weight: bold;
	color: #ffffff;
	background-color: #e71a20;
}
.modal-content .contact .text-blue span {
	font-size: 1.6rem;
}
.modal-content .contact small {
	display: inline-block;
	margin-top: 0.6rem;
	line-height: 1.2;
}
@media screen and (max-width: 999px) {
	.button.small {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 38.75em) {
	.modal-content .contact__title {
		font-size: 1.4rem;
	}
	.modal-content .contact__note {
		font-size: 1rem!important;
	}
}

/* 外部リンクのモーダル */
#confirm-support,
#move-modal .support-show{
	padding-left: 20px;
	padding-right: 20px;
	border-color: #ccc;
}

#confirm-support p,
#move-modal .support-show p,
#order-modal .support-show p{
	margin-top: 1em;
	font-size: .85rem;
}

/* 離脱ブロック */
#alert-modal{
	width: calc(100% - 20px);
	margin-left: auto;
	max-width: 480px;
	padding-top: 0;
	padding-bottom: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 10px solid #e8ffd1;
	background: #e8ffd1;
	border-radius: 6px;
	}
	#alert-modal .ttl{
		padding-top: .5rem;
		padding-bottom: 1rem;
		font-size: 150%;
		}
		#alert-modal .ttl > i{
			margin-right: .5rem;
			color: #f8980f;
			font-size: 160%;
			}
#alert-modal .bg-white{
	padding: 0 10px 10px 10px;
	border-radius: 6px;
	background: #fff;
	}
@media screen and (min-width: 38.75em) {
	#alert-modal{
		max-width: 600px;
		}
	#alert-modal p{
		font-size: .9rem;
		}
		#alert-modal .text{
			font-size: 12px;
			text-align: left;
			}
	#alert-modal .bg-white{
		max-height: 70vh;
		overflow-y: auto;
		}
		#alert-modal .bg-white img{
			max-width: 82px;
			}
	#alert-modal .button{
		margin-top: 10px;
		height: 55px;
		line-height: 55px;
		font-size: 1rem;
		}
	#alert-modal .trigger-inside .button{
		height: 40px;
		line-height: 40px;
		}
	#alert-modal .button::after{
		font-size: 100%;
		margin-top: -.5rem;
		right: 1rem;
		}
	#alert-modal .button > span{
		width: 46px;
		height: 46px;
		line-height: 48px;
		font-size: 140%;
		}
	#alert-modal .trigger-inside .button > span{
		width: 32px;
		height: 32px;
		line-height: 34px;
		font-size: 100%;
		}
	#alert-modal .button > small{
		font-size: 10px;
		}
}
@media screen and (max-width: 38.74em) {
#alert-modal{
	max-width: 600px;
	}
#alert-modal p{
	font-size: .9rem;
	}
	#alert-modal .text{
		font-size: 12px;
		text-align: left;
		}
#alert-modal .bg-white{
	max-height: 70vh;
	overflow-y: auto;
	}
	#alert-modal .bg-white img{
		max-width: 82px;
		}
#alert-modal .button{
	margin-top: 10px;
	height: 55px;
	line-height: 55px;
	font-size: 1rem;
	}
#alert-modal .trigger-inside .button{
	height: 40px;
	line-height: 40px;
	}
	#alert-modal .button::after{
		font-size: 100%;
		margin-top: -.5rem;
		right: 1rem;
		}
	#alert-modal .button > span{
		width: 46px;
		height: 46px;
		line-height: 48px;
		font-size: 140%;
		}
	#alert-modal .trigger-inside .button > span{
		width: 32px;
		height: 32px;
		line-height: 34px;
		font-size: 100%;
		}
	#alert-modal .button > small{
		font-size: 10px;
		}
}

#user-check-modal #btn_firstmordal_order{
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	background: #e71a20 url(../../img/ico_btn_start.png) no-repeat 6px center;
	background-size: 65px 65px;
	color: #fff;
}


#user-check-modal #btn_firstmordal_cancel{
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	background: #666 url(../../img/ico_btn_cancel.png) no-repeat 6px center;
	background-size: 65px 65px;
	color: #fff;
}

#user-check-modal #btn_firstmordal_order:hover,
#user-check-modal #btn_firstmordal_cancel:hover{
	opacity: .75;
}


@media screen and (max-width: 38.74em) {
	.contact-modal.is-user-check{
		width: calc(100% - 20px );
	}
	
	#user-check-modal #btn_firstmordal_order,
	#user-check-modal #btn_firstmordal_cancel{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		background-size: 35px 35px;
		color: #fff;
	}
		
	
}
