/* top bg */
.bg-grad {
background: linear-gradient(45deg, #68d0ff, #453cf5 100%); height: 100vh;
	}
/*popup*/
.w6 {
    width: 50% !important;
}
.te_center {
    text-align: center !important;
}
.blue {
    color: #34698d;
}
.b {
    font-weight: bold;
}
body .remove, body .remove2 {
	overflow: hidden;
}
.popup{
	z-index: 1200 !important;
}
.popup,
.popup2 {
	opacity: 0;
	animation: popup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	z-index: 1100;
	position: relative;
}
@keyframes popup {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.popup .popup-inner .flex,
.popup2 .popup-inner .flex {
    margin-top: 1rem;
    display: flex !important;
    flex-wrap: wrap;
}
.popup .popup-inner,
.popup2 .popup-inner {
	position: fixed;
	left: 50%;
	top: calc(50vh - 70px);
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 1000px;
	padding: 50px;
	background-color: #fff;
	z-index: 101;
	border-radius: 1.5rem;
	box-shadow: 0 0 9px #000;
}
.popup .popup-inner img ,
.popup2 .popup-inner img {
	width: 100%;
}
.popup .black-background,
.popup2 .black-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 100;
}
.popup.remove,
.popup2.remove2 {
	display: block;
	animation: unset;
}
.popup button#js-close-btn,
.popup2 button#js-close-btn2{
	background-color: #0050a0;
}
.popup button#js-close-btn,
.popup .button,.popup2 button#js-close-btn,
.popup2 .button {
	border: none;
	display: block;
	margin: auto;
}
.w-500 {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: 95% !important;
}
.button {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s;
    display: inline-block;
    padding: 20px 0;
    width: 200px;
    border-radius: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: auto;
    font-size: 15px;
}
.button:hover {
    background-color: #0050a0;
    opacity: 1;
	color: #fff;
	text-decoration: none;
}

/*  TOPへ戻るボタン スタート  */
.content
{
	min-height: 10000px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
	.fa-blue {
		color:#1485CB;
	}
.fa-orange {
		color:#FB9103;
	}
/*  TOPへ戻るボタン エンド  */
@media print, screen and (max-width:767px){
	.w6 {
		width: 100% !important;
	}
	.popup .popup-inner, .popup2 .popup-inner {
		padding: 1rem;
		top: calc(50vh - 80.5px);
	}
	.popup button#js-close-btn:first-child,
	.popup2 button#js-close-btn2:first-child {
		margin-bottom: 1rem;
	}
	.popup .popup-inner .flex {
		margin-top: 1rem;
	}
	.popup .popup-inner .flex,
	.popup2 .popup-inner .flex {
		display: block!important;
	}
	.popup button#js-close-btn:first-child, .popup .button:first-child {
		margin-bottom: 1rem;
}
}