@charset "UTF-8";
@media screen and (min-width: 1440px) {

/************************************************************
 * バートル診断のスタイル
 * (screen モード)
 ************************************************************/
/*** 本体 ***/
article.diagnosis div.top-layout {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 98px;

	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
article.diagnosis div.title {
	margin-bottom: 48px;
}
article.diagnosis div.question {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;

	width: 1200px;
	height: 224px;
	border-radius: 16px 0px 0px 0px;
	opacity: 0px;
	
	border-bottom: 1px solid #D8D8D8;
}
article.diagnosis div.question div.setsumon {
	margin-left: auto;
	margin-right: auto;
	
	width: 1200px;
	height: 80px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
article.diagnosis div.question div.answer {
	width: 592px;
	height: 80px;
	display: table-cell;
	padding: 24px 10px 24px 10px;
	text-align: center;
	vertical-align: middle;
	opacity: 0px;
	border-radius: 16px;
	border: 1px solid;
	cursor: pointer;

	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
article.diagnosis div.question div.answer-select {
	color: white;
	background: linear-gradient(90deg, #16222A 0%, #3A6073 100%);
}
article.diagnosis div.question div.answer2 {
	width: 12px;
	display: table-cell;
}
article.diagnosis div.inquiry {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	padding-top: 48px;
	padding-bottom: 80px;

	width: 1200px;
	background: #F6F6F6;
}
article.diagnosis div.inquiry div.describe {
	width: 1200px;
	height: 80px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;

	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
article.diagnosis div.inquiry div.inquiry-list {
	margin-left: auto;
	margin-right: auto;

	width: 480px;
}
article.diagnosis div.inquiry div.inquiry-list div.inquiry-item {
	margin-bottom: 24px;
	text-align: left;
}
article.diagnosis div.inquiry div.inquiry-list div.inquiry-item div.inquiry-title {
	padding-top: 8px;

	width: 120px;
	height: 56px;
	display: table-cell;
	vertical-align: top;

	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}
article.diagnosis div.inquiry div.inquiry-list div.inquiry-item div.inquiry-answer {
	width: 360px;
	height: 56px;
	display: table-cell;

	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
}
article.diagnosis div.inquiry div.inquiry-list div.inquiry-item div.inquiry-answer select {
	width: 360px;
	height: 56px;
	border: none;

	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
}
article.diagnosis div.inquiry div.inquiry-list div.inquiry-item div.inquiry-answer div.chk-item {
	width: 180px;
	height: 56px;
	float: left;
}
article.diagnosis input.btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;

	border-radius: 100px;
	border: 1px solid;

	width: 360px;
	height: 64px;
	color: white;
	background: linear-gradient(90deg, #1A2980 0%, #26D0CE 100%);

	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
/*** 結果 ***/
article.bartle-type div.top-layout {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 98px;

	width: 1440px;

	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
article.bartle-type div.type-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;

	width: 1200px;
	height: 400px;
}
article.bartle-type div.type-image-explorer {
	background-image: url(/img/explorer-large.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}
article.bartle-type div.type-image-socializer {
	background-image: url(/img/socializer-large.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}
article.bartle-type div.type-image-killer {
	background-image: url(/img/killer-large.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}
article.bartle-type div.type-image-archiver {
	background-image: url(/img/archiver-large.png);
	background-repeat: no-repeat;
	background-size: 1200px;
}
article.bartle-type div.type-title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;

	width: 1200px;
	height: 80px;

	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #1E1E1E;
}
article.bartle-type div.type-desc {
	margin-left: auto;
	margin-right: auto;

	width: 1200px;

	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #1E1E1E;
}
article.bartle-type div.type-desc li {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	color: #1E1E1E;
}
article.bartle-type input.btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;

	border-radius: 100px;
	border: 1px solid;

	width: 320px;
	height: 64px;
	color: white;
	background: linear-gradient(90deg, #1A2980 0%, #26D0CE 100%);

	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
article.bartle-type div.type-url-copy {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;

	width: 344px;
	height: 48px;
	color: white;
	background: #322F35;
	
	display: none;
}
article.bartle-type div.type-url-copy div {
	padding-left: 16px;
	
	display: table-cell;
	vertical-align: middle;

	width: 344px;
	height: 48px;

	font-size: 11px;
	font-weight: 700;
	line-height: 32px;
	color: #F5EFF7;
	text-align: left;
}


} /* @media */
