/* 基本的には、各LPで独自にデザインしてください */
dt span{color:red;font-size: 13px;}
#lp_form{position: relative;}
#loading {background: #1596AA;height: 9rem;width: 100%;position: absolute;z-index: 2;bottom: 0;left: 0;display: none;}
#loading h4 {position: relative;top: -80px;text-align: center;color: #fff;margin-top:0;}
.spinner {width: 100px;height: 100px;margin: 15px auto;background-color: #fff;border-radius: 100%;animation:sk-scaleout 1.0s infinite ease-in-out;}
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}
#policy_text{font-size: 15px;line-height: 1.3;}
#policy_text h4{font-size: 17px;text-align:left;font-weight: bold;margin-top: 1.5rem;}
#policy_text dl dt::before{content: "・";}