@charset "UTF-8";

a:hover {
  opacity: 0.6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
p{
  margin-bottom: 0;
}

/* トップページ ---------------------------------------------------------------*/

/* h1 */
.shindan_h_ttl{
	/*width: 415px;*/
	margin-bottom: 20px;
	padding: 3px;
	background-color: #e0e9ea;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}/* h1 END */

.mq_ssd_main{
	width: 615px;
	height:568px;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_top_bg.png) no-repeat;
	padding: 20px 0px 0 0px;
}
.mq_ssd_main_inner{
	position: relative;
}
.top_main_ttl{
	width: 615px;
	height: 367px;
	margin: 0 0 20px 0;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_top_bg02.png) no-repeat;
}
.top_main_ttl img{
	position: absolute;
	right: 16px;
	top: 226px;
}
.top_main_txt{
	padding-left: 20px;
}
.top_txt{
	width: 570px;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
}
span.txt_turquoise{
	color: #08b1c6;
}
.credit{
	padding: 5px 0px 0px 0px;
}
span.fontsiza_s{
	font-size: 10px;
}

/* プレゼント ---------------------------------------------------------------*/
.top_present{
}

/* 監修者 ---------------------------------------------------------------*/
.top_supervisor{
  position: relative;
  width: 601px;
  height: 221px;
  margin-top: 50px;
  padding: 42px 10px 10px 22px;
  box-sizing: border-box;
  background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_top_supervise_bg.png) no-repeat;
}
.top_supervisor_inner{
}
.supervisor_box_text{
  width: 425px;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
}
.supervisor_box_text_img{
	  width: 425px;
	  height: 32px;
  margin-bottom: 8px;
}
.supervisor_box_img{
	position: absolute;
	top: 22px;
	right: 14px;
}
a.supervisor_link{
	color: #f25492;
	text-decoration: underline;
}
/* QAページ ---------------------------------------------------------------*/

.shindanBlock{
  width: 615px;
  height: 658px;
  position:relative;
  background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_qa_bg.jpg) no-repeat;
}

.shindanBlock .inner{
  position: relative;
  margin: 0 auto;
  width: 615px;
  height: 658px;
}

.positionFit {
  position:absolute;
  left: 0px;
  top: 20px;
}

.shindanBlock .inner .shindan_start{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 615px;
  height: 689px;
}

.shindanBlock .inner .shindan_play{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 615px;
  height: 689px;
}
.shindanBlock .inner .shindan_question{
  position: absolute;
  top: 310px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.shindanBlock .inner ul.shindan_answer_btn{
  position: absolute;
  top: 400px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.shindanBlock .inner ul.shindan_answer_btn li{
  display: inline-block;
}
.shindanBlock .inner ul.shindan_answer_btn li:first-child{
  padding-right: 60px;
}


/* 結果ページ ---------------------------------------------------------------*/

/* 共通部分_イラスト画像 */
.result_ttl_img{
  margin: 0 auto;
  padding-bottom: 30px;
}

/* 結果1 浪費家タイプ */
.osd_result1_main{
	width: 615px;
	height: 621px;
	box-sizing:border-box;
	margin-bottom: 40px;
	padding: 60px 14px 0 14px;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_result1_bg.png) no-repeat;
}
.result1_txt{
  font-size: 14px;
  line-height: 1.4;
}
span.txt_blue{
	color: #009eb3;
}
/* 結果2 自己投資タイプ */
.osd_result2_main{
	width: 615px;
	height: 720px;
	box-sizing:border-box;
	margin-bottom: 40px;
	padding: 60px 14px 0 14px;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_result2_bg.png) no-repeat;
}
.result2_txt{
  font-size: 14px;
  line-height: 1.4;
}
span.txt_pink{
	color: #f261ac;
}
/* 結果3 衝動買いタイプ */
.osd_result3_main{
	width: 615px;
	height: 660px;
	box-sizing:border-box;
	margin-bottom: 40px;
	padding: 60px 14px 0 14px;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_result3_bg.png) no-repeat;
}
.result3_txt{
  font-size: 14px;
  line-height: 1.4;
}
span.txt_purple{
	color: #a874b2;
}
/* 結果4 倹約タイプ */
.osd_result4_main{
	width: 615px;
	height: 680px;
	box-sizing:border-box;
	margin-bottom: 40px;
	padding: 60px 14px 0 14px;
	background: url(https://2nd-special-maquia.hpplus.jp/take/other/osd/pc_img/pc_result4_bg.png) no-repeat;
}
.result4_txt{
  font-size: 14px;
  line-height: 1.4;
}
span.txt_green{
	color: #63a669;
}

/* ボタン(診断・SNS) */
.result_btn{
  margin-bottom: 60px;
  padding: 0 20px;
}
.result_btn_shindan{
  float: left;
  padding-top: 20px;
}
.result_btn_sns{
  width: 230px;
  padding: 10px;
  background-color: #e3f3ff;
  float: right;
}
.sns_text{
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /*color: #3c5997;*/
}
ul.sns_list{
  text-align: center;
}
ul.sns_list li{
  display: inline-block;
}
.list_mg{
  margin-right: 10px;
}

/* シェアボタン ---------------------------------------------------------------*/
.mq_social {
  margin: 0 auto;
  width: 265px;
  height: 104px;
  padding: 35px 0;
  float: left;
  background:url(https://2nd-special-maquia.hpplus.jp/take/other/dsd/img_pc/pc_sns_bk.png);
}
.mq_social-list {
  width: 265px;
  text-align: center;
}
.mq_social-list-item {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  width: 15.625%;
  margin-right: 3.125%;
}
.mq_social-list-item img {
  width:100%;
}
.mq_social-list-item:hover {
  opacity: 0.6;
}
.mq_social-list-item:last-child {
  margin-right: 0;
  width: 50px;
}
.mq_social-list-item {
  width: 50px;
  margin-right: 30px;
}

/* 診断まとめバナー---------------------------------------------------------------*/
.mq_shindan_link {
	width: 575px;
	height: 109px;
	margin: 0 auto;
}

/* その他 ---------------------------------------------------------------*/
#pageBody p{
  margin-bottom: 0;
}

/* クリアフィックス ---------------------------------------------------------------*/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

