@charset "UTF-8";
@import url(reset.css);
body {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, 游明朝, HGS明朝E, serif;
		font-feature-settings: "pwid" 1;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: unset;
		-webkit-text-size-adjust: 100%;
		text-rendering: optimizeLegibility;
		word-wrap: break-word;
		color: #3d3d3d;
		font-weight: 600;
}

* {
		box-sizing: border-box;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
}

img {
		vertical-align: top;
		width:100%;
}

li {
		list-style: none;
}

a {
		transition: .4s;
}

a:hover {
		opacity: .6;
}
header, main, footer ul {
		max-width: 580px;
		width: 100%;
		margin: 0 auto;
}

main > img {
		width: 100%;
}

div.lp_absolute{
	position:relative;
	display:block;
	width:100%;
}
.lp_btn{
	position:absolute;
	bottom: 0%;left: 50%;transform: translate(-50%, -50%);
	width:90%;
}
.lp_btn2nd{
	top:70%;
}
main form {
		width: 86%;
		display: block;
		margin: 0 auto;
}

main form .submit {
		width: 100%;
		margin: 7% auto 10%;
		display: block;
}

main form .submit img,main form .submit input {
		width: 100%;
}

main .p_mark {
		width: 80%;
		margin: 0 auto 6%;
		display: block;
}

main .p_mark img {
		width: 100%;
}
.form_top{
	font-size: 22px;
	font-weight: bold;
	border-left: 4px solid #d02e67;
  padding-left: 2%;
	margin:5% 5% 2%;
}
.form_secondtop{
	text-align:center;
	font-size:14px;
}

.form_cont {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
}

.form_cont span {
		color: #d02e67;
		font-size: 13px;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 4px;
		padding: 0 4px;
}

#form {
		margin: 16.2px auto;
}

#form .radio-group {
		display: block;
		width: 100%;
		height: 54px;
		padding-bottom: 6%;
		box-sizing: unset;
}

#form .radio-group label {
		cursor: pointer;
		float: left;
		padding: 3.3% 0;
		margin: 0 0 2%;
		font-size: 24px;
		font-weight: 500;
		background: #cbc2c7;
		color: #ffffff;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 6px 3px 12px rgba(0, 0, 0, 0.2) inset, 3px 2px 3px rgba(0, 0, 0, 0.1) inset;
		width: 50%;
		line-height: 30px;
		text-align: center;
}

#form .radio-group label:nth-of-type(1) {
		border-radius: 8px 0 0 8px;
}

#form .radio-group label:nth-of-type(2) {
		border-radius: 0 8px 8px 0;
}

#form .radio-group input {
		display: none;
}

#form .radio-group input:checked + label {
		color: #fff;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 4px 12px rgba(238, 148, 172, 0.6);
		background: #e56e98;
		background: -moz-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: -webkit-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: linear-gradient(to bottom, #e56e98 0%, #d02e67 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e98', endColorstr='#d02e67',GradientType=0 );
}

#select_form {
		width: 100%;
		margin-bottom: 6%;
}

#select_form select {
		font-size: 22px;
		border-radius: 0;
		border: solid 2px #cdcdcd;
		padding: 2% 4%;
		border-radius: 6px;
		margin-left: 2%;
}

#select_form select:nth-of-type(1) {
		margin-left: 0;
}

#select_form > span {
		font-size: 18px;
		font-weight: bold;
		vertical-align: bottom;
}

#select_form p:nth-of-type(2) {
		color: #d02e67;
		font-size: 14px;
		margin-top: 6px;
}

#name_form {
		position: relative;
		width: 100%;
}

#name_form input {
		width: 100%;
		font-size: 22px;
		border-radius: 0;
		padding: 2% 4%;
		border-radius: 6px;
		color: #3d3d3d !important;
		border: 2px solid #cdcdcd !important;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}

#name_form input:focus {
		color: #3d3d3d !important;
		border: 2px solid rgba(241, 78, 124, 0.4) !important;
}

#name_form #e_name {
		position: absolute;
		bottom: -26px;
		width: 100%;
		text-align: center;
		color: #d02e67;
		font-weight: bold;
		animation: 2s tenmetu ease-in-out infinite;
		-webkit-animation: 2s tenmetu ease-in-out infinite;
}
#pmark {
	width: 30%;
	margin: 20px auto 5px;
}
#pmark>a{
	margin: 24px auto;
}
#footer_icon img{
width:100%;
}
#footer_icon,div.footermenu{
	background-color:aliceblue;
}
#footer_icon{
	display:flex;
	text-align:center;
	padding:0 10px;
}
#fortune_icon{
	width:50%;
	padding:0 5%;
	border-left: 1px solid #e5e5e5;
	margin:auto 0;
}
footer {
		width: 100%;
		display: block;
		text-align: cecnter;
}

footer .footer_list {
		background: #0a3d62;
		width: 100%;
}

footer ul {
		padding: 16px 9% 14px;
		text-align: center;
}

footer li {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.8;
		display: inline-block;
		color: #fff;
		font-weight: 800;
}

footer li a {
		font-weight: 600;
		color: #fff;
		padding-right: 4px;
}

footer #copy {
		background: #072f4b;
		width: 100%;
		padding: 6px 0;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
}

.howto {
		padding: 7% 3%;
		width: 100%;
}

.popup_content * {
		font-size: 14px !important;
}

.close_btn {
		top: 6px !important;
}

.popup_content {
		margin: 12px 2% !important;
		padding: 16px !important;
		border-radius: 8px !important;
}

.popup_content h1, .popup_content .price-exp h3 {
		font-size: 20px !important;
		margin-bottom: 7% !important;
		border-bottom: 3px solid #d02e67 !important;
}

.popup_content .agreement li {
		padding: 0 !important;
}

.popup_content .corp dt, .popup_content .agreement dt, .popup_content .policy dt, .popup_content .contact h1, .popup_content p.textarea1 {
		border-left: 6px solid #d02e67 !important;
		border-bottom: 1px solid #d02e67 !important;
}

@keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

@-webkit-keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

.submit {
		width: 94%;
		margin: 32px auto 32px;
}

.submit img {
		display: block;
		cursor: pointer;
}
