#FLOAT_ALL * { font-size: 17px; line-height: 1.5em; }
#QUEST_AREA .Q_CON { font-size: 17px; }

/*==================
    common
====================*/
html {
	margin: 0;
	padding: 0;
}
body {
/*	font-family: STHeiti, SimHei, 'Heiti SC', 'Microsoft Yahei', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Tahoma, Verdana, Arial, serif;*/
    background: #f8f8f8;
	margin: 0;
	padding: 0;
	color: #484848;
	font-size: 17px;
	line-height: 1.5em;
}
body.result-container { background: #9b5eb6; color: #fff; }
@media (max-width: 1300px) {
	body {
		background-size: 136%;
		display: inline-table;
	}
}
@media (max-width: 960px) {
	body { background-size: 110% 100%; }
}

div { display: block; }
.hidden-md { display: none !important; }
.clear { clear: both; }
img.center {
    display: block;
    margin: 0 auto;
}
.txtHide { text-indent: -9999px; }
.block-center {
	display: table;
	margin: 0 auto;
}
.disp-0, .disp-n-1 { display: none !important; }
.pull-left { float: left; }
.pull-right { float: right; }
.fixed-cont { margin: 20px auto 40px; }

section.small, .result-container section.small {
    margin: 0 auto;
    width: 950px;
}

/*==================
    text styling
====================*/
h2 {
	opacity: 0.8;
    font-size: 1.1em;
    line-height: 1.3em;
}
a { color: #936dfc; text-decoration: underline; }
.result-container a { color: #FFD700; }
a:hover { text-decoration: none; }
.result-container .paragraph { color: hsla(0,0%,100%,.8); line-height: 1.8em; }
.result-container p { text-indent: 16px; }
.result-container .end-container p { text-indent: 0; }
p.big { font-size: 1.1em; }
p.no-indent, a.no-indent { text-indent: 0; }
strong { font-weight: bold; }
.break-sm { height: 10px; }

.tCenter, .text-center { text-align: center; }
span.yellow, .text-yellow { color: #ffe400; }
.text-purple { color: #c60095; }
.text-soft-purple { color: #800b8b !important; }
.text-dark-purple { color: #1b0142; }
.text-pink { color: #ffa5d8; }
.text-blue { color: #004672; }
.attention, span.red { color: #E6005B; }
.result-container .content-box span.red { color: #FFC107; }
form .attention { color: #b2b2b2; }

section.no-margin { margin: 0; }
section.no-padding { padding: 0; }

.margin-top-above-10 { margin-top: -10px; }
.margin-top-10 { margin-top: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-left-30 { margin-left: 30px; }
.margin-bottom-20 { margin-bottom: 20px; }

.roundRadius { border-radius: 100%; }
.float-top {
    position: relative;
    z-index: 22;
}
.block-center {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.half {
	width: 50%;
    float: left;
}
.pull-left { float: left !important; }
.pull-right { float: right !important; }
img-responsive {
	max-width: 100%;
	margin: 0 auto;
}
img { border: none; max-width: 100%; }
img.pull-left {
	margin-right: 15px;
}
img.pull-right {
	margin-left: 15px;
}

.center {
    margin: 0 auto;
    display: block;
}
.clear { clear: both; }
.in {
	text-align: center;
	color: #fff;
}
.inImg {
	float: right;
	padding-right: 85px;
}
.inTex {
	width: 300px;
	float: left;
	padding-left: 85px;
}

.v-pull { margin: -20px auto; }
.full-container .v-pull { margin: -22px auto -13px; }

ul.list-styled {
    list-style: disc;
    padding-left: 25px;
}

/*==================
    Button styling
================================*/
.input_submit a, .blur a {
	background: #936dfc;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
	border-radius: 5px;
	transition: all 200ms;
}
.input_submit a:hover { background: #774af5; }
.end-container .input_submit a { background: #fff; color: #9A5EB6; }
.end-container .input_submit a:hover { opacity: 0.8; }
.result-container .content-wrapper .blur a {
	display: table;
	padding: 0px 20px;
    width: 100%;
    max-width: 170px;
	color: #ded6ff;
    background-color: rgba(254, 221, 255, 0.12);
    box-shadow: 0 0 9px 0 hsla(0, 0%, 100%, .5);
    border-radius: 35px;
}
.result-container .content-wrapper .blur a:hover { background-color: rgba(254, 221, 255, 0.3); color: #fff; }
.free-btn, .charge-btn {
    margin: 10px auto;
	width: 100%;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
}

.free-container .paragraph .blur {
    background: transparent url(../../../images/simple/brSimple.png) no-repeat -10px top;
	background-size: 103%;
    height: 140px;
    padding-top: 83px;
}

/********************************
*** Ending Styling
********************************/
.end-container {
	display: flex;
    flex-direction: column;
	margin-bottom: 20px;
    width: 100%;
    max-width: 220px;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.3em;
}
.end-container .end-wrapper { position: sticky; top: 20px; }
.end-container .button-container { margin-bottom: 10px; }
.end-container .label { margin-bottom: 5px; }
.end-container .userCont {
    display: flex;
    flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid hsla(0,0%,100%,.2);
}
.end-container .userCont .label {
	color: hsla(0,0%,100%,.5);
}
@media (max-width: 960px) {
	.end-container { max-width: 600px; }
	.end-container .end-wrapper > div:not(.button-container) {
		background: #7A4792;
		margin-bottom: 10px;
		padding: 10px 10px 6px;
		border-radius: 5px;
	}
	.end-container .price-container { display: flex; justify-content: space-between; }
	.end-container .userCont { margin-top: 0; border: none; }
	.end-container .userCont > div {
		display: flex;
		flex-direction: row;
	}
	.end-container .userCont > div .label { width: 40%; }
	.end-container .userCont > div .details { width: 60%; }
	.end-container .userCont > div .details p { text-align: right; }
}

/*==================
    full container styling
================================*/
header { display: none; }
.header-container {
    background: url(../images/common/simBnr.png) no-repeat center;
	background-size: 100%;
    position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.info-container .header-container {
	background-image: url(../images/common/simImg.png);
	background-size: auto 100%;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 22px;
	max-width: 240px;
	width: 90px;
	height: 100px;
	border-radius: 100%;
}
@media (min-width: 960px) {
	.header-container {
		float: left;
		margin-top: 2px;
		margin-right: 10px;
		max-width: 240px;
		height: 100px;
		border-radius: 5px;
	}
}

.commonMenuBox {
	margin-bottom: 40px;
	color: #000;
	line-height: 1.8em;
}
.result-container .commonMenuBox { color: #fff; }

/*==================
    body container styling
================================*/
.full-container {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
@media (min-width: 960px) {
	.full-container {
		max-width: 960px;
	}
}
.body-container {
    position: relative;
    display: block;
    margin: 0 auto;
    min-height: 295px;
	width: 100%;
    z-index: 44;
}
.body-container .subbody-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 60px;
    margin: 0 auto;
	max-width: 900px;
}
@media (max-width: 960px) {
	.fixed-cont { padding: 0 20px; }
	.body-container .subbody-container {
		flex-direction: column;
		padding: 0 20px;
	}
}
.body-container .content-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	width: 100%;
	max-width: 600px;
}
.body-container .content-wrapper .top { margin-bottom: 20px; }
.body-container .breadcrumb { display: none; }

.body-footer {
	padding: 20px;
	text-align: center;
}
.result-container .body-footer { background: #7A4792; color: #fff; }
.body-footer .copyrightTxt { margin-top: 20px; text-align: center; }

/*==================
    info container styling
================================*/
.sec-cont { margin-bottom: 20px; }
.sec-cont.header {
	position: relative;
	font-size: 0.9em;
}
.sec-cont .secTitle {
	margin: 10px auto;
	padding-top: 4px;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}
.section .secInfo {
    position: relative;
    line-height: 1.6em;
}
.section .secInfo .infoTit { margin-bottom: 15px; color: #000; font-weight: bold; }
.section .secInfo p {
	margin-bottom: 20px;
	color: #484848;
    text-indent: 0;
}

/********************************
*** Input Page
********************************/
.input-container .commonMenuBox {
	margin-bottom: 40px;
	line-height: 1.8em;
}
.input-container .infoelement { margin-bottom: 10px; }
.input-container .pricelinkelement { font-size: 0.9em; }
.input-container .info-container {
	display: flex;
	column-gap: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
.input-container .info-container .iconelement,
.input-container .info-container .prsnelement {
	background: url(../../../images/simple/love.svg) no-repeat left center;
	padding-left: 21px;
}
.input-container .info-container .prsnelement { background-image: url(../../../images/simple/person.svg); }

.komi .komiTitle { margin-bottom: 10px; font-weight: bold; }
.komi ul { width: 100%; font-size: 0.95em; }
.komi ul li { display: flex; flex-wrap: wrap; }
.komi ul li span { display: block; margin-bottom: 10px; width: 90%; }
.komi ul ul li { padding-left: 20px; }
.komi ul ul { margin-top: -7px; margin-bottom: 10px; }
.komi ul ul li span { margin-bottom: 0; }
.komi ul li:before {
	content: "";
    align-self: flex-start;
    display: block;
    background-color: #ccc;
    margin-top: 12px;
    margin-left: 5px;
	margin-right: 10px;
    min-width: 3px;
    height: 3px;
    border-radius: 50%;
}

.question .secInfo {
	background: #fff;
    margin: 0 auto 20px;
	padding: 20px 25px;
	min-width: 280px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .16);
	border-radius: 5px;
}
.question .secInfo .infoTitle { margin-bottom: 30px; font-weight: 500; }

.input-container .question table {
    display: table;
	color: #111;
}
.input-container .question table span {
    color: #331100;
}
.input-container table tr {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.input-container table th { display: none; }
.input-container table td {
    background: transparent no-repeat center 8px;
	vertical-align: top;
	color: #484848;
    font-size: 0.9em;
}
.input-container table td span:after {
	content: "*";
	position: relative;
    top: -5px;
	left: 2px;
	font-size: 0.9em;
	font-weight: 400;
    color: #ff666a;
}
.input-container table select { padding: 6px 12px 6px 6px; }
input, select {
	background: transparent;
    margin-bottom: 2px;
    padding: 9px 8px;
	font-size: 1.0em;
	text-align: left;
    vertical-align: middle;
	border: none;
    border-bottom: 1px solid hsla(0, 0%, 79%, 0.83);
    border-radius: 3px;
}
form input[type="text"] {
	width: 98%;
	padding: 5px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 79%, 0.83);
}
form input:focus-visible, form select:focus-visible { outline: none; border-bottom: 2px solid #936dfc; }
form a:focus-visible { outline-color: #774af5; }

.inputError { border: none!important; border-bottom: 2px solid #a80000 !important; }
form input[type="radio"], form input[type="checkbox"] {
    margin: 0 8px;
    vertical-align: middle;
}
form input[type="image"] {
	display: table;
	margin: 20px auto;
	padding: 0;
    border: 0;
}
.input-container .question .entry_save { margin: 20px auto 0; }
.input-container .question .entry_save label {
    float: left;
	font-size: 0.9em;
    line-height: 1.9em;
}
span.spanError:before {
    position: absolute;
	background: none;
	top: 0;
    color: #ff666a;
    left: 40px;
    font-size: 13px;
    width: 120px;
    text-align: center;
    line-height: 1.5em;
	border-radius: 3px;
	text-indent: 0;
	border: none;
}

/********************************
*** Info Page
********************************/
.input-container section.review-design {
	background: #DFDFDF;
	padding-bottom: 0;
	color: #252525;
	font-size: 25px;
	line-height: 1.9em;
	overflow: hidden;
}
.review-design .top {
	background: url(../images/image_v2/03_review_bg_pic.png) no-repeat center bottom;
	background-size: 100%;
	margin: 0 auto;
	padding: 70px;
	height: auto;
	min-height: 300px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.review-design .top .float { position: relative; }
.review-design .top img.roundRadius {
	position: relative;
	top: -110px;
	margin-bottom: -90px;
}
.review-design .top .content {
	background: #fff;
	margin-top: 20%;
	padding: 0 70px 60px;
	border-radius: 20px;
}
.review-design .top .content h3 {
	color: #FE7E37;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.review-design .top .content p { text-indent: 0; }

.input-container section.info-design {
	background: #fff;
	padding: 70px 50px;
	color: #1C1C1C;
}

h1 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 500;
	text-indent: 20px;
	letter-spacing: 2px;
}
.input-container section.info-design img { width: 220px; }
.input-container section.info-design p { margin-bottom: 20px; text-indent: 0; }
.input-container section.info-design .float {
	background: #E8E4F8;
	padding: 20px 15px 30px;
	color: #4F4E51;
}
.input-container section.info-design .float h3 {
	font-weight: 400;
	font-size: 20px;
}
.input-container section.info-design .float li {
	margin-left: 18px;
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	list-style: disc;
}

.input-container section.jutsu-design {
	background: #F9F0E7;
	padding: 50px 40px;
	color: #252525;
}
.input-container section.jutsu-design .info ul li {
	margin-bottom: 80px;
	padding: 0;
	font-size: 1.05em;
	line-height: 1.5em;
	text-align: justify;
}


/********************************
*** Result Page
********************************/
.result-first .top-heading {
	background: #3A3B70;
	margin-bottom: 20px;
    padding: 20px;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}
.result-first .top-heading .input-details p, .top-container .text-center {
    margin: 0;
    text-align: center;
    color: #fff;
}
.result-first .input-details {
	display: table;
	margin: 0 auto;
	color: #2F2D6A;
	font-size: 22px;
	line-height: 1.5em;
}
.result-first .content-box .chart-holder {
	margin: 0 auto 50px;
	padding: 10px;
	max-width: 645px;
	border: 2px solid #161874;
	border-radius: 22%;
}
.result-first .content-box .chart-container {
    background: url(../images/image_v2/03_soul_bg.png) no-repeat center top;
	background-size: 143%;
    position: relative;
    padding: 30px 120px;
    height: 365px;
	border-radius: 22%;
	overflow: hidden;
}
.result-first .content-box .chart-container .your-concern,
.result-first .content-box .chart-container .your-guardian, 
.result-first .content-box .chart-container .your-guardian2, 
.result-first .content-box .chart-container .your-guardian3 {
    position: absolute;
}
.result-first .content-box .chart-container .your-soul {
    position: relative;
    top: 45px;
    z-index: 33;
}
.result-first .content-box .chart-container .your-soul .label {
    margin-top: -55px;
}
.result-first .content-box .chart-container .your-concern {
	top: 140px;
	left: -16px;
}
.result-first .content-box .chart-container .your-concern .label {
    margin-top: -55px;
}
.result-first .content-box .chart-container .your-guardian {
	top: 0px;
    right: 75px;
}
.result-first .content-box .chart-container .your-guardian .label {
    position: absolute;
    top: 60px;
    left: 135px;
}
.result-first .content-box .chart-container .your-guardian2 {
	top: -1px;
    left: 115px;
}
.result-first .content-box .chart-container .your-guardian2 .label {
    margin-top: -160px;
    margin-left: -160px;
}
.result-first .content-box .chart-container .your-guardian3 {
    top: 194px;
    right: -8px;
}
.result-first .content-box .chart-container .your-guardian3 .label {
    margin-top: -30px;
}
.result-first .content-box .info .inner {
	position: relative;
}
.result-first .content-box .innerTop { padding-top: 20px; }
.result-first .content-box .innerTop [class*='info me'] { padding: 0 30px; }
.result-first .content-box .info .inner .innerTop img {
	margin-top: 8px;
	margin-bottom: 10px;
	max-width: 600px;
}
.result-first .target .content-box .innerTop { padding-top: 0; }
.result-first .target .content-box .info .inner .innerTop img { margin-top: 0; }
.result-first .target .content-box .info .inner .innerTop .target-soul > img { width: 135%; }
.result-first .target {}
.result-first .target .content-box .info .inner {
	background: inherit;
	padding-top: 0;
}
.result-first .target .content-box .info .inner .info { border-radius: 30px; }
.result-first .target .target-soul {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 20px;
	margin-bottom: 30px;
    width: 175px;
    height: 258px;
    border-radius: 85px;
	overflow: hidden;
}
.result-first .target .target-soul img { position: relative; top: 9px; }
.result-first .target .target-soul .label {
    position: absolute;
    display: table;
    margin: 0 auto;
    left: 19px;
    bottom: 25px;
}
.info-dialog { position: relative; margin: 0 auto; max-width: 630px; }
.info-dialog .info {
    background: url(../images/image_v2/09_pic2.png) no-repeat center top;
    position: relative;
	margin: 0 auto 10px;
    padding: 65px 45px 10px;
    background-size: 100%;
    width: 210px;
    height: 170px;
	color: #2F2D6A;
	font-size: 1.1em;
    font-weight: bold;
}
.info-dialog .info img {
    margin-top: 10px;
}
.result-third .content-box {
	background: #fff;
	padding: 30px;
	font-size: 0.85em;
	border-radius: 30px;
}
.content-box .info-title .titTop {
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.result-listing .content-box .date-container {
    background: transparent url(../images/result/jiki/line.png) no-repeat center bottom;
    padding-bottom: 25px;
    text-align: center;
}
.result-listing .content-box .date-container img { height: 50px; }

/********************************
*** Blur Styling
********************************/
.free-container .paragraph .blur {
    background: transparent url(../../../images/simple/brSimple.png) no-repeat -10px top;
	background-size: 103%;
    height: 140px;
    padding-top: 83px;
	clear: both;
}
.free-container .result-first .info.me1 .blur:before { height: 505px; }
.free-container .result-first .target-info.left {
    float: left;
    width: 60%;
}
