@charset "UTF-8";

#calculation {
	padding: 1em 0;
	text-align: center;
	width: 100%;
	position: relative;
}
#calculation input[type="number"] {
	width: 25% !important;
	border: 2px solid #ddd;
	display: initial;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 1.3em;
	border-bottom: 4px solid #e55428;
}
select.birth {
    border: 2px solid #3b4675;
    display: initial;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 1.2em;
}
#calculation input[type="submit"] {display:block;}
#calculation input[type="number"] + span {margin: 0 1%;}
#calculation #send {
	margin: 10px auto;
	border-radius: 50px;
	padding: 0.5em 1em;
	width: 80%;
	font-weight: bold;
	color: #fff;
	font-size: 1.0em;
	border: none;
	background-color: #FF1996;
	border-bottom: 4px solid #a6045c;
	}
#calculation #send:hover{letter-spacint:5px;}
#calculation p{margin: 0;padding:0;}

#calculation p.calculation_title {
	margin:0.7em 0;
	font-weight:bold;
	color: #3d3d3d;
}

form#birthdayForm br{display: none;}

form#birthdayForm {
    background: #000;
    background-size: cover;
    padding: 1.0em 2px;
    border-radius: 10px;
    color:#fff;
}

form#birthdayForm p:first-child {
	color: #eee;
}

.birthday_data {margin: 0.3em 0 1.5em 0;}

.birthday_data option,select{
color:#000;
}
.birthday_data select{
width:30%;
color:#000;
}

/*診断結果*/
#calculation .resultarea{
	background:#F5F5F5;
	border-radius: 5px;
	width: 100%;
    margin-top: 2em;
	position: relative;
}
#calculation .kekka_inner{
	background:url(./bg_kekka.jpg) right bottom no-repeat;
    background-size: cover;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#calculation .resultarea p.kekka_title {
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -2.0em;
	color: #ff1996;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#calculation .resultarea p.kekka_title + p{padding-top: 1.5em;}
.kekka{
	font-size:1.3em;
	font-weight:bold;
	display:inline-block;
	border-bottom:2px dotted #ff1996;
}
#calculation p.kekka_comment {
    font-size: 0.8em;
    line-height: 1.25em;
    color: #3a3a3a;
    margin:1.0em 0 2.0em
}
#calculation p.kekka_link{margin-bottom:1.0em;}
.cps-post-main .kekka_link a{
    color: #fff;
    background: #008db7;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 0.3em 0.7em;
    border-bottom: 4px solid #025b75;
}

/*ローディング表示*/
#wrap_loading {display: none;}
#wrap_loading .loading {
	display: table;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: 0.9;
}
#wrap_loading .loading .loadingMsg {
	display: inline-block;
	padding: 1.0em 1.5em;
	background-color: #00ACEE;
	margin:0 auto;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	color: #fff;
}
#wrap_loading .loading .loadingMsg p{
	margin-top:50%;
	animation: beating 1s linear 0s infinite;
}
@keyframes beating {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/*診断のアニメーション*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_loading17 {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100px;
	-webkit-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
}
.cp_loading17 .cp_item {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 1px;
	margin-left: 1px;
	-webkit-animation: loading17 1s ease-in infinite;
	        animation: loading17 1s ease-in infinite;
	-webkit-animation-delay: 0;
	        animation-delay: 0;
	opacity: 0.1;
	background-color: #ffffff;
}
.cp_loading17 .cp_item:nth-child(1) {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.cp_loading17 .cp_item:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.cp_loading17 .cp_item:nth-child(3) {
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.cp_loading17 .cp_item:nth-child(4) {
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.cp_loading17 .cp_item:nth-child(5) {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
@-webkit-keyframes loading17 {
	0% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
		opacity: 0.1;
	}
}
@keyframes loading17 {
	0% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
		opacity: 0.1;
	}
}


/*管理画面表示*/
#wpbody .wrap {
	background-color: #fff;
	padding: 20px;
}
#wpbody .wrap form ul {margin-bottom: 0;}
#wpbody .wrap form .form-table {margin-top: 0;}
#wpbody .wrap form ul li {
	margin-bottom: 0;
	display: inline-block;
	width: 300px;
}
#wpbody .wrap form ul li:first-child {width: 200px;}
#wpbody .wrap form ul li input[readonly] {
	border: none;
	box-shadow: none;
	background: #fff;
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
#wpbody .wrap form textarea {
	resize: both;
	overflow: scroll;
	width: 450px;
}
#wpbody .wrap form table input {width: 300px;}
#wpbody .wrap form table th input {width: 200px;}
#wpbody .wrap form table.form-table th,
#wpbody .wrap form table.form-table td {
	padding: 5px 2px;
}
#wpbody .wrap #gosei_form {width: 800px;}
