@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html, * {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
}
.content {
	width: 768px;
	margin: 0 auto;
	padding: 0 30px;
}

a:hover {
	opacity: 0.8;
}

body {
	overflow-x: hidden;
}


/* ------------------------
ヘッダー
------------------------ */
header {
	height: 40px;
	background: #095697;
}
header .logo {
	height: 40px;
	line-height: 40px;
}
header .logo img {
	vertical-align: baseline;
}

/* ------------------------
メインコンテンツ
------------------------ */
main {
	display: block;
	background: #f2f2f2;
	background-size: 9px 9px;
	min-height: calc(100vh - 120px);
}
.main-title {
	background: #fff;
	border-bottom: 5px solid #e6e6e6;
}
/* 基本ページのタイトル */
.title {
	height: 80px;
	line-height: 80px;
	background: url(../images/analysis_img.png) bottom 0px right 20px no-repeat;
	background-size: 140px 75px;
}
.title .forSP {
	display: none;
}
.title img {
	vertical-align: middle;
}
/* トップページのタイトル */
.top-title {
	text-align: center;
	padding: 20px 0 40px;
}
.top-title img {
	width: 100%;
}
article {
	padding: 20px 0;
}
.article-box {
	background: #fff;
	border-radius: 8px;
	padding: 25px 30px;
	margin-bottom: 20px;
}
.article-text {
	margin-bottom: 10px;
}
.article-text span {
	font-weight: bold;
}
.article-note {
	margin-bottom: 10px;
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}
.article-text.article-last,
.article-note.article-last {
	margin-bottom: 0;
}
.text-box {
	background: #fff;
	border-radius: 8px;
	padding: 5px 30px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
/* 見出し */
h2.page-heading {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* ボタンのスタイル */
.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
	border-radius: 8px;
	background-color: #0a9f69;
	box-shadow: 0px 6px 0px 0px #087c52;
	border: none;
	line-height: 1.2;
	cursor: pointer;
}
.button.close {
	background-color: #a0a0a0;
	box-shadow: 0px 6px 0px 0px #8c8c8c;
	cursor: default;
	pointer-events: none;
	color: #d2d2d2;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
/* ------------------------
フッター
------------------------ */
footer {
	height: 80px;
	background: #095697;
}
footer p {
	height: 80px;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
}

/* ------------------------
トップページ
------------------------ */
.chart-img {
	width: 40%;
	float: right;
	margin: 0 0 10px 10px;
}
.chart-img > img {
	width: 100%;
}
.start-button {
	margin: 25px 0;
}
.start-button img {
	width: 100%;
}
.disclaimer {
	height: 180px;
	overflow-y: scroll;
	background: #fff;
	font-size: 12px;
	padding: 20px;
	margin-bottom: 20px;
}
.disclaimer > p.heading {
	font-size: 14px;
	font-weight: bold;
}
.disclaimer > p {
	margin-bottom: 10px;
}
.disclaimer > p:last-child {
	margin-bottom: 20px;
}
.disclaimer > p.disclaimer-list {
	text-indent: -1em;
	padding-left: 1em;
}

/* ------------------------
質問ページ
------------------------ */
.progress {
	margin-bottom: 10px;
}
.progress span {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
}
.progress span.progress-bar {
	position: relative;
	background: #fff;
	width: calc(100% - 80px);
	height: 16px;
	overflow: hidden;
}
/* 回答状況の進捗メーター */
.progress span.progress-bar::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	background: #f44510;
}
.progress span.progress-bar.progress1::after {
	width: calc(100% / 11 * 1);
}
.progress span.progress-bar.progress2::after {
	width: calc(100% / 11 * 2);
}
.progress span.progress-bar.progress3::after {
	width: calc(100% / 11 * 3);
}
.progress span.progress-bar.progress4::after {
	width: calc(100% / 11 * 4);
}
.progress span.progress-bar.progress5::after {
	width: calc(100% / 11 * 5);
}
.progress span.progress-bar.progress6::after {
	width: calc(100% / 11 * 6);
}
.progress span.progress-bar.progress7::after {
	width: calc(100% / 11 * 7);
}
.progress span.progress-bar.progress8::after {
	width: calc(100% / 11 * 8);
}
.progress span.progress-bar.progress9::after {
	width: calc(100% / 11 * 9);
}
.progress span.progress-bar.progress10::after {
	width: calc(100% / 11 * 10);
}
/* 質問文言 */
h2.question {
	display: table;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #a0a0a0;
}
h2.question span {
	display: table-cell;
}
h2.question span:first-child {
	padding-right: 10px;
}
/* 回答リスト */
.question-panel {
	margin: 20px 0 10px;
}
.question-panel a {
	position: relative;
	display: block;
	color: #000;
	font-size: 18px;
	background: #eee;
	border: 4px solid #a0a0a0;
	border-radius: 8px;
	margin: 10px 0;
	padding: 20px 35px 20px 20px;
}
.question-panel a span {
	position: absolute;
	display: inline-block;
	width: 30px;
	font-weight: bold;
	top: 20px;
	left: 20px;
}
.question-panel a::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 24.5px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(../images/panel_arrow_off.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.question-panel a.selected,
.question-panel a:hover {
	color: #fff;
	background: #0a9f69;
	border-color: #0a9f69;
	transition: all 0.3s;
}
.question-panel a.selected::after,
.question-panel a:hover::after {
	background-image: url(../images/panel_arrow_on.png);
	transition: all 0.3s;
}

/* 回答チェックボックス */
.question-checkbox {
	padding: 15px 15px 0;
}
.question-form .question-checkbox {
	display: inline-block;
	cursor: pointer;
}
.question-form .question-checkbox input {
	display: none;
}
.question-form .question-checkbox span {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	/*font-weight: bold;*/
	margin: 5px 0;
	padding-left: 50px;
}
.question-form .question-checkbox span::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 3px solid #8c8c8c;
	border-radius: 8px;
	box-sizing: border-box;
}
.question-form .question-checkbox input:checked + span::after {
	position: absolute;
	width: 40px;
	height: 40px;
	content: '';
	background-image: url(../images/check_mark.png);
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 10;
}
.question-form .question-checkbox input {
	margin-bottom: 15px;
}

/* 確認画面に進むボタン */
.question-form p.confirmation {
	margin: 30px auto 20px;
	text-align: center;
}
.question-form p.confirmation .button {
	width: 500px;
	font-size: 22px;
}
.confirmation-note {
	display: block;
	margin-top: 15px;
}

/* ------------------------
診断結果ページ
------------------------ */
.result-box {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 30px;
	overflow: hidden;
}
.result-title {
	background: #fff06e;
	font-weight: bold;
	color: #095697;
	padding: 25px 20px 20px;
}
.result-title p.first-text {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.result-title .catch {
	font-size: 25px;
	line-height: 1.3;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
}
.result-title .comment {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 10px;
	opacity: 0;transform: translateY(20px);
	transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
}
.result-title.result-title_isanim .catch,
.result-title.result-title_isanim .comment {
	opacity: 1;
	transform: translateY(0);
}
/*@keyframes popUp {
	0% {
		transform: translateY(40px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}*/
.result-chart {
	padding: 30px;
}

.result-chart_title {
	font-size: 23px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	margin-bottom: 25px;
}
.result-chart_title > span {
	position: relative;
	z-index: 10;
}
.result-chart_title > span::after {
	position: absolute;
	content: '';
	display: block;
	height: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff06e;
	z-index: -10;
}

.result-answer {
	padding: 0 30px 30px;
}

.result-answer .comment {
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}

.result-answer .comment:first-child {
	margin-top: 0;
}

.result-answer .comment span {
	display: block;
	font-weight: bold;
}


/* 棒グラフ */
#chart-bar {
	margin-bottom: 40px;
}
#promotion-company ,
#promotion-product {
	position: relative;
	width: 50%;
	height: 100px;
}
#promotion-company {
	text-align: left;
	float: left;
}
#promotion-product {
	text-align: right;
	float: right;
}
.promotion-text {
	margin-bottom: 10px;
	font-size: 20px;
}
.count-text {
	color: #0a9f69;
	font-size: 30px;
	font-weight: bold;
}
.count-bar_wrapper {
	position: relative;
	height: 50px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.count-bar {
	position: absolute;
	width: 0;
	height: 48px;
	background: #0a9f69;
}
#promotion-company .count-bar {
	right: 0;
}
#promotion-product .count-bar {
	left: 0;
}

/* 顔判別 */
#face {
	margin-bottom: 30px;
}

#face ul {
	background: #f2f2f2;
	text-align: center;
	display: table;
	width: 100%;
}

#face ul li {
	display: table-cell;
	width: 33%;
}

#face ul li + li {
	border-left: 3px solid #e6e6e6;
	padding-top: 30px;
	padding-bottom: 30px;
}

#face ul li span {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	padding-right: 10px;
}

#face ul li img {
	width:58px;
	vertical-align: middle;
}
.face-legend {
	margin-top: 5px;
	text-align: right;
}
.face-legend > span {
	padding: 0 0 10px 35px;
	background: no-repeat 15px 3px;
	background-size: 18px
}
.face-legend > span:nth-child(1) {background-image: url(../images/face_good.png);}
.face-legend > span:nth-child(2) {background-image: url(../images/face_average.png);}
.face-legend > span:nth-child(3) {background-image: url(../images/face_bad.png);}

/* ------------------------
確認後ボタン
------------------------ */
.result-buttons {
	margin: 50px 0 20px;
	text-align: center;
}
.result-buttons > li {
	display: inline-block;
}
.result-button {
	display: inline-block;
	transition: opacity 0.2s;
}
.result-button:hover {
	opacity: 0.8;
}
.result-button_return {
	width: 200px;
	margin-right: 30px;
}
.result-button_print {
	width: 350px;
}
.result-button > img {
	width: 100%;
}
@media print {
	.result-buttons {
		display: none;
	}
}

/* ------------------------
clearfix
------------------------ */
.clearfix::after {
	display: block;
	content: '';
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}


/* ------------------------
トップページ --公開用追加--
------------------------ */
.top-lead {
	margin-bottom: 20px;
}
.top-form_heading {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}
.top-form_heading span {
	position: relative;
	z-index: 0;
}
.top-form_heading span::after {
	position: absolute;
	content: '';
	display: block;
	height: 8px;
	left: 0;
	right: 0;
	bottom: 3px;
	background: #abd7c8;
	z-index: -10;
}
.top-form_text > b {
	color: #f44510;
}
.top-form_note {
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -2em;
	color: #999999;
	font-size: 14px;
}
.top-form_textbox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 10px;
	border: 2px solid #a0a0a0;
	border-radius: 8px;
}
.top-form_btn {
	display: block;
	margin: 25px 0;
	background-color: transparent;
	border: none;
}
.top-form_btn img {
	width: 100%;
	vertical-align: bottom;
}


/* ------------------------
診断結果ページ --公開用追加--
------------------------ */
/* 診断結果サンプル */
.result-chart_title {
	margin-bottom: 0;
}
.result-sample {
	position: relative;
	padding: 0 30px 40px;
}
.result-sample_img > img {
	width: 100%;
}
.result-sample_text01,
.result-sample_text02 {
	position: absolute;
	display: block;
	width: 65%;
	left: 50%;
	padding: 25px 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid #087c52;
	border-radius: 8px;
	color: #087c52;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	z-index: 10;
	transform: translateX(-50%);
}
.result-sample_text01 {
	top: 150px;
}
.result-sample_text02 {
	top: 75px;
}

/* お問い合わせフォーム */
#inquiry {
	padding: 10px 30px 20px;
}
.inquiry-heading {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inquiry-heading > span {
	position: relative;
	z-index: 10;
}
.inquiry-heading > span::after {
	position: absolute;
	content: '';
	display: block;
	height: 8px;
	left: 0;
	right: 0;
	bottom: 2px;
	background: #abd7c8;
	z-index: -10;
}
.inquiry-text {
	margin-bottom: 30px;
}
.inquiry-button,
.inquiry-button_note {
	width: 500px;
	margin: 0 auto;
}
.inquiry-button .button {
	width: 100%;
	font-size: 28px;
}
.inquiry-button_note {
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

/* オススメコンテンツ */
#recommend {
	background: #fff;
}

.recommend-heading {
	font-size: 23px;
	font-weight: bold;
	margin:0 auto;
	width: 708px;
	padding-top: 30px;
}
.recommend-heading > span {
	position: relative;
	z-index: 10;
}
.recommend-heading > span::after {
	position: absolute;
	content: '';
	display: block;
	height: 8px;
	left: 0;
	right: 0;
	bottom: 2px;
	background: #ccc;
	z-index: -10;
}

.recommend-list {
	width: 768px;
	margin: 0 auto;
	padding: 30px 15px;
}
.recommend-list > li {
	width: 33%;
	padding: 0 15px;
	float: left;
}
/* .recommend-list > li:nth-child(3n+1) {
	clear: left;
} */
.recommend-item > img {
	width: 100%;
}
.recommend-title {
	margin-top: 5px;
	font-weight: bold;
	color: #000;
}
.recommend-text {
	font-size: 13px;
	color: #000;
}

.recommend-center {
	text-align:center;
	margin-bottom: 20px;
	font-size: 14px;
}

/* 社内管理用 */
#forInternal{
	max-width:1000px;
	margin:30px auto 50px auto;
}
#forInternal h2{
	width:90%;
	font-size:16px;
	margin:0 auto .5em auto;
}
#forInternal table{
	width:90%;
	margin:auto;
}
#forInternal table th,td{
	border:solid 1px #666;
	padding:10px 5px;
	text-align:center;
	font-size:13px;
	word-break:break-all;
}

/* ------------------------
レスポンシブ対応 --公開用追加--
------------------------ */
@media screen and (max-width: 800px) {
	.content {
		max-width: 768px;
		width: 100%;
	}
	.article-box {
		padding: 25px 15px;
	}
	.promotion-text {
		font-size: 2.5vw;
	}
	.result-sample_text01, .result-sample_text02 {
		max-width: 500px;
		width: 90%;
	}
	.recommend-list {
		max-width: 768px;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.content {
		padding: 0 10px;
	}
	.chart-img {
		width: 50%;
	}
	.title {
		background: none;
		text-align: center;
	}
	h2.question {
		font-size: 16px;
	}
	.question-panel a {
		font-size: 16px;
	}
	.question-form .question-checkbox span {
		min-height: 40px;
		height: auto;
		padding-top: 10px;
		font-size: 16px;
		line-height: 1.4;
	}
	.question-form p.confirmation .button {
		width: 100%;
	}
	#inquiry {
		padding: 10px 0 20px;
	}
	.inquiry-heading {
		font-size: 18px;
	}
	.inquiry-button,
	.inquiry-button_note {
		width: 100%;
	}
	.inquiry-button .button {
		font-size: 20px;
	}
	.inquiry-button_note {
		font-size: 14px;
	}
	#promotion-company, #promotion-product {
		height: 120px;
	}
	.promotion-text {
		font-size: 14px;
	}
	#promotion-company > .promotion-text {
		padding-right: 10px;
	}
	#promotion-product > .promotion-text {
		padding-left: 10px;
	}
	#face ul li span {
		display: block;
		padding: 0;
	}
	.result-title .catch {
		font-size: 20px;
	}
	.result-title .comment {
		font-size: 16px;
	}
	.result-chart_title {
		font-size: 18px;
	}
	.result-sample_text01, .result-sample_text02 {
		padding: 10px;
		font-size: 15px;
		top: 20%;
	}
	.recommend-heading {
		font-size: 18px;
		width: 100%;
		margin-left: 10px;
	}
	.recommend-list {
		padding: 20px 10px 10px;
	}
	.recommend-list > li {
		width: 100%;
		margin-bottom: 15px;
	}
	.recommend-item > img {
		width: 30%;
		float: left;
		margin-right: 15px;
	}
	footer {
		height: auto;
	}
	footer p {
		min-height: 80px;
		height: auto;
		line-height: 1.6;
		padding: 20px;
	}
}
