*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	font-family: "Sawarabi Mincho", serif;
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper{
	width: 100%;
	text-decoration: none;
	background: url("./../img/Bg.jpg") no-repeat top center;
	background-size: 100% auto;
	overflow-x: hidden;
  position: relative;
}
#top img{
	width: 100%;
}
#main{
	width: 90%;
	margin: 0% auto;
	position: relative;
	z-index: 5;
}
.qu_title{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.question5>.qu_title{
	width: 100%;
	margin: -6% auto 2% auto;
	display: block;
}
.question2, .question3, .question4, .question5{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: none;
}
.question2 ul, .question3 ul{
	width: 85%;
	margin: 1% auto 0 auto;
	padding-top: 6%;
}
.question1 ul{
	width: 70%;
	margin: 1% auto 0 auto;
}
.question2 ul li, .question3 ul li{
	width: 48%;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0 2%;
	animation: huwahuwa 1s ease-in-out 0s infinite alternate;
	-webkit-animation: huwahuwa 1s ease-in-out 0s infinite alternate;
}

.question1 ul li{
width: 46%;
float: left;
position: relative;
text-align: center;
vertical-align: middle;
margin: 0 2%;
animation: huwahuwa 1s ease-in-out 0s infinite alternate;
-webkit-animation: huwahuwa 1s ease-in-out 0s infinite alternate;
padding-bottom: 10%;
}


/* @keyframes huwahuwa {
	0%   { transform: translateY(0); }
	100% { transform: translateY(10px);}
}
@-webkit-keyframes huwahuwa {
  0%   { transform: translateY(0); }
  100% { transform: translateY(10px);}
} */
.question1 ul li:last-child, .question2 ul li:last-child, .question3 ul li:last-child{
	margin: 0;
	animation: huwahuwa2 1s ease-in-out 0s infinite alternate;
	-webkit-animation: huwahuwa2 1s ease-in-out 0s infinite alternate;
}
/* @keyframes huwahuwa2 {
	0%   { transform: translateY(10px); }
	100% { transform: translateY(0px);}
}
@-webkit-keyframes huwahuwa2 {
  0%   { transform: translateY(10px); }
  100% { transform: translateY(0px);}
} */
#meet, #onesided, #backtogether, #triangle, #man, #woman, #unmarried, #married, #unmarried{
	width: 70%;
	position: relative;
	z-index: 3;
	margin-top: 30%;
}
.pink_off{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.green_off{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.pink_on{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	animation: fade 1s ease-in-out 0s infinite alternate;
	-webkit-animation: fade 1s ease-in-out 0s infinite alternate;
}
@keyframes fade {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes fade {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}
.green_on{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	animation: fade2 1s ease-in-out 0s infinite alternate;
	-webkit-animation: fade2 1s ease-in-out 0s infinite alternate;
}
@keyframes fade2 {
	0%   { opacity: 1;}
	100% { opacity: 0;}
}
@-webkit-keyframes fade2 {
	0%   { opacity: 1;}
	100% { opacity: 0;}
}
.question4, .question5{
	text-align: center;
}
.choice_age{
	padding: 3% 0 5% 0;
	padding-top: 10%;
}
.q4next, .q5next{
	width: 55%;
	margin: 0 auto;
}
.q4next.gray, .q5next.gray{
	width: 55%;
	margin: 0 auto;
}
.q4next img, .q5next img{
	width: 100%;
}
.q4next.gray img, .q5next.gray img{
	width: 100%;
}
.gray {
	-webkit-filter: grayscale(100%);
}
#yearselect {
    width: 30%;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 3% 0 3% 3%;
    -webkit-appearance: none;
		background: #fff;

}
#month_select, #day_select {
	width: 25%;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 3% 0 3% 3%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background: #fff;
}
input{
	width: 70%;
	color: #000;
	font-size: 1em;
	text-align: center;
	padding: 1.5% 0;
	/* margin-bottom: 2%; */
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background: #fff;
}

.back{
	width: 16%;
	float: left;
	display: none;
	position: relative;
	z-index: 10;
}
.f_c{
	width: 13%;
	margin-top: -3%;
	display: block;
	float: right;
}
#bottom_text{
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#bottom_text img{
	width: 100%;
}
#light{
	width: 100%;
	height: 50%;
	text-align:center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	opacity: 0.5;
}
#middle_text{
	width: 88%;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin: 3% auto 0 auto;
	position: relative;
	z-index: 5;
}
#middle_text span{
	display: block;
	margin-bottom: 3%;
}
.button{
	width: 100%;
	margin: 7% auto;
}
.button img, .pmark{
	width: 100%;
}
#footer{
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 7%;
}
#footer a:link, #footer a:visited{
	color: #fff;
}
.footer_line{
	width: 100%;
	display: block;
}
#footer p{
	margin-top: 5%;
	line-height: 2;
}
.copyright{
	padding: 0 0 5% 0;
}
/*ChildPage*/
#wrapper2{
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: url(./../img/Bg.jpg) no-repeat top center;
	background-size: 100% auto;
	position: fixed;
	overflow-y: scroll;
}
#child_Bg{
	width: 94%;
	height: 90%;
	color: white;
	position: absolute;
	top: 3%;
	right: 0;
	left: 0;
	bottom: 3%;
	font-size: 15px;
	line-height: 1.4;
	overflow-y: scroll;
	margin: 0% auto;
	z-index: 100;
	background: url("./../img/child_Bg.png") no-repeat top center;
	background-size: 100% 100%;
}
.child_title{
	width: 100%;
	display: block;
	padding: 2% 0 2% 0;
}
.text_area{
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
.text_area a:link, .text_area a:visited{
	color: yellow;
}
.go_top{
	width: 80%;
	font-size: 20px;
	text-align: center;
	padding: 5% 0 10% 0;
	margin: 0 auto;
}
.go_top a:link, .go_top a:visited{
	color: white;
	text-decoration: underline;
	display: block;
}
/*SendPage*/
#top2{
	width: 75%;
	padding: 0 0 1% 0;
	margin: 0 auto;
}
#top2 img{
	width: 100%;
}
#sendCheck{
	width: 85%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 3% 0;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #ffffff;
}
@media only screen and (device-height: 480px){
	#sendCheck{
		width: 85%;
		color: #fff;
		font-size: 13px;
		text-align: center;
		padding: 3% 0;
		margin: 0 auto;
		background: rgba(0, 0, 0, 0.8);
		border: 2px solid #ffffff;
	}
}
#sendCheck ul{
	width: 85%;
	margin: 5% auto 4% auto;
	border: 1px solid #fff;
	box-sizing:border-box
}
#sendCheck>p>span{
	font-size: 16px;
	color: yellow;
	display: block;
	margin-bottom: -1%;
}
@media only screen and (device-height: 480px){
	#sendCheck>p>span{
		font-size: 15px;
		color: yellow;
		display: block;
		margin-bottom: -1%;
	}
}
#sendCheck>p{
	letter-spacing: -1px;
}
#sendCheck ul li{
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	box-sizing:border-box
}
#sendCheck ul li p{
	width: 50%;
	color: yellow;
	text-align: left;
	float: left;
	padding-left: 5%;
}
#sendCheck ul li p:first-child{
	width: 43%;
	color: #fff;
	text-align: right;
	padding: 0 3% 0 0;
	border-right: 1px solid #fff;
	box-sizing:border-box
}
@media only screen and (device-height: 480px){
	#sendCheck ul li p:first-child{
		width: 43%;
		color: #fff;
		text-align: right;
		letter-spacing: -1px;
		padding: 0 3% 0 0;
		border-right: 1px solid #fff;
		box-sizing:border-box
	}
}
#sendCheck span{
	font-size: 11px;
	display: block;
	padding-bottom: 2%
}
@media only screen and (device-height: 480px){
	#sendCheck span{
		font-size: 10px;
		display: block;
		padding-bottom: 2%
	}
}
#sendCheck span a:link, #sendCheck span a:visited{
	color: #fff;
	text-decoration: underline;
}
.sendBtn{
	width: 80%;
	margin: 2% auto 0 auto;
}
.sendBtn img{
	width: 100%;
}
.sendBtn a{
	display: block;
}

#footer li {
    display: inline;
    list-style: outside none none;
    text-align: center;
}
.topwrap {
    background-size: 100% 100%;
    overflow-x: hidden;
}
#spinbace {
    position: absolute;
    top: -10%;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 120%;
    z-index: 2;
}
#spin {
    position: absolute;
    top: -10%;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 120%;
    z-index: 3;
}
.logo {
    width: 85%;
    z-index: 3;
    position: relative;
}
.title {
    text-align: center;
    padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 2%;
}
.load {
    -webkit-animation: spin 60s linear infinite;
    -moz-animation: spin 60s linear infinite;
    -ms-animation: spin 60s linear infinite;
    -o-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		overflow:hidden;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


/**************************************************

			ポップアップ

**************************************************/
.closeBt1 {
    position: fixed;
    right: 4%;
    z-index: 4;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
}
.service h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.mail h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.company h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.privacy h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.quite h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.rule h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.company h2 {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 4%;
	padding-bottom: 4%;
}
.description {
    padding: 0 4%;
    text-align: justify;
}
p.sendruleLink{
	font-size: 0.8em;
	text-align: center;
	color: #000;
	padding-bottom: 2%;
	padding-top: 2%;

}
p.sendruleLink a{
	 color: #000;
	 text-decoration: underline;
}

.sheet {
    width: 100%;
    height: 100%;
    background: rgba(11,15,30,0.95); none repeat scroll 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    overflow: scroll;
    z-index: 21;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
}
.guide {
    width: 80%;
    padding-bottom: 13%;
    margin: 0 auto;
}
p.txt2{
	color: #fff;
}
#footer ul {
	padding-bottom: 2%;
	font-size: 0.8rem;
}
.namebox{
	padding-top: 6%;
}
