@charset "utf-8";
body{
	margin: 0px;
}

/* レスポンジブ対応 */
.pc { display:block; }
.sp { display:none; }
@media screen and (max-width:750px) {
	.pc{display:none;}
	.sp{display:block;}
}

#typecheck {
  	min-width:750px;
  	width:auto;
  	/*max-width:1400px;*/
  	height:1135px;
	background:url(../images/sp/bg.jpg) center top repeat;
	background-size: cover;
	margin:0 auto;
	left: 20%;
}

/* 診断開始以外の内容非表示 */
.question, .result {
	display: none;
}
.btn:hover {
	cursor: hand;
	cursor: pointer;
}
.btn-answer:hover {
	opacity: 0.8;
    filter: drop-shadow(0px 0px 0px grey);
    top: 0px;
    position: relative;
}
.btn-answer {
	opacity: 1;
    filter: drop-shadow(5px 5px 5px grey);
    top: -3px;
    position: relative;
}
.btn-restart:hover,.btn-other:hover,.btn-top:hover {
	opacity: 0.8;
}

/** PC版 **/
@media not screen , (min-width: 751px) {
	.section {
		margin:0 auto;
		width: 805px;
		height: 605px;
		position: relative;
		top: 100px;
	}
	.start {
		background:url(../images/bg_frame1.png) center top no-repeat;
		background-size: 360px;
	}
	.start .start-text {
		font-weight: bold;
		text-align: center;
		position: absolute;
		float: right;
		top: 208px;
		right: 282px;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 25px;
	}	
	.start .btn-start {
		position: absolute;
	    float: right;
	    top: 320px;
	    right: 240px;
	}
	.question {
		background:url(../images/bg_frame2.png) center top no-repeat;
		background-size: 500px;
		background-position: 50% 45%;
	}
	.question-top {
		text-align: center;
	}
	.question-top img {
		width: 210px;
		height: auto;
	}
	.question .btn-restart {
		position: absolute;
		top: 545px;
		left: 30px;
	}
	.question .btn-restart img {
		width: 130px;
		height: auto;
	}
	.question .question-num {
		position: absolute;
		width: 410px;
		top: 115px;
		left: 145px;
	}
	.question .question-num img {
		width: 100%;
		height: auto;
	}
	.question .question-title {
		position: absolute;
		width: 460px;
	    top: 230px;
	    left: 175px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
	}
	.question .question-answer {
		position: absolute;
	    top: 305px;
	    left: 180px;
	}
	.question .question-answer img {
		margin-top: 5px;
		margin-left: 15px;
		width: 200px;
	}
	.input-item {
		font-size: 20px;
		line-height: 29px;
		width: 130px;
		border: 2px solid #d1d0d0;
		background-color:#ebebeb;
		position: absolute;
	    top: 277px;
	    left: 333px;
	}
	.text-year {
		font-size: 17px;
		font-weight: bold;
		position: absolute;
	    top: 290px;
	    left: 470px;
	}
	.question .copyright-text {
		font-size: 5px;
		position: absolute;
	    top: 500px;
	    left: 290px;
	}
	.result {
		background:url(../images/bg_frame3.png) center top no-repeat;
		background-size: 550px;
		background-position: 50% 50%;
	}
	.result .pc {
		height: 600px;
	}
	.result-top {
		width: 180px;
		position: absolute;
		top: -80px;
		left: 320px;
	}
	.result-top img {
		width: 100%;
		height: auto;
	}
	.result-icon {
		width: 80px;
		position: absolute;
		top: 12px;
		left: 368px;
	}
	.result-icon img {
		width: 100%;
		height: auto;
	}
	h1 {
		position: absolute;
		top: 124px;
		left: 318px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.danger {
		position: absolute;
		top: 105px;
		left: 170px;
		width: 480px;
	}
	.danger img {
		width: 100%;
		height: auto;
	}
	.result .check-result {
		text-align: center;
		position: absolute;
		top: 210px;
		left: 177px;
		width: 460px;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
	}
	.result .status-title {
		text-align: center;
		position: absolute;
		top: 270px;
		left: 173px;
		width: 460px;
		font-size: 13px;
		letter-spacing: 2px;
		padding: 5px 5px;
		color: #fff;
		background-color: #000;
	}
	.result .status {
		position: absolute;
		top: 303px;
		left: 180px;
		width: 450px;
		height: 100px;
		font-size: 12px;
		line-height: 20px;
	}
	.result .advice-title {
		text-align: center;
		position: absolute;
		top: 405px;
		left: 173px;
		width: 460px;
		font-size: 13px;
		letter-spacing: 2px;
		padding: 5px 5px;
		color: #fff;
		background-color: #000;
	}
	.result .advice {
		position: absolute;
		top: 438px;
		left: 180px;
		width: 450px;
		height: 100px;
		font-size: 12px;
		line-height: 20px;
	}
	.result .itemTitle-image {
		position: absolute;
		top: 580px;
		left: 230px;
		width: 342px;
	}
	.result .itemTitle-image img {
		width: 100%;
		height: auto;
	}
	.item-container {
		position: absolute;
		top: 650px;
		left: 117px;
		width: 570px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
	}
	.item-list {
		text-align: center;
		width: 20%;
		height: 205px;
		margin-left: 1px;
		margin-right: 1px;
	}
	.item-pattern01 {
		background:url(../images/itemframe_01.png);
		background-size: 100% 100%;
	}
	.item-pattern02 {
		background:url(../images/itemframe_02.png);
		background-size: 100% auto;
	}
	.item-list p {
		margin: 3px 0;
		font-weight: bold;
	}
	.item-list .step-num {
		padding-top: 11px;
	}
	.item-list .action {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.item-target01 img {
		margin: 5px 0;
		width: 85%;
		height: 100%;
	}
	.item-target02 img {
		margin: 8px 0 15px 0;
		width: 63%;
		height: auto;
	}
	.item-target01 .item-look, .item-target02 .item-look {
		text-decoration: none;
		display: block;
		width: 72px;
		margin: 8px auto 0px auto;
		padding: 6px 4px;
		font-size: 6px;
		letter-spacing: 2px;
		text-align: center;
		background-color: #000;
		color: #fff;
	}
	.result .btn-restart {
		position: absolute;
	    top: 890px;
	    left: 255px;
	}
	.result .btn-restart img {
		width: 140px;
		height: auto;
	}
	.btn-top {
		position: absolute;
		top: 890px;
		left: 410px;
	}
	.btn-top img {
		width: 140px;
		height: auto;
	}
	.result .copyright-text {
		font-size: 5px;
		position: absolute;
	    top: 960px;
	    left: 290px;
	}
}

/** 共通 **/
.goods {
	text-decoration: none;
	font-family: Verdana;
}

/** スマホ版 **/
@media screen and (max-width: 750px) {
	#typecheck {
	    width: 100%;
	    height: 100%;
	    background: url(../images/bg.jpg) center top repeat;
	    background-size: 135%;
	    padding-bottom: 50px;
	}
	.section {
		margin:0 auto;
		width: 700px;
		height: auto;
		position: relative;
		top: 50px;
	}
	.start {
		background:url(../images/sp/bg_frame1.png) center top no-repeat;
		background-size: 450px;
		background-position: 120px 140px;
		height: 1400px;
	}
	.start .start-text {
		font-weight: bold;
		text-align: center;
		position: absolute;
		float: right;
		top: 400px;
		right: 182px;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 35px;
	}	
	.start .btn-start {
		position: absolute;
		float: right;
		top: 555px;
	    left: 170px;
		width: 350px;
	}
	.start .btn-start img {
		width: 100%;
	}
	.question {
		background:url(../images/sp/bg_frame2.png) center top no-repeat;
		background-size: 700px;
		background-position: 53% 33%;
		height: 1400px;
	}
	.question-height {
		height: 180px;
	}
	.question-top {
		text-align: center;
		padding-top: 160px;
	}
	.question-top img {
		width: 250px;
		height: auto;
	}
	.question .btn-restart {
		text-align: left;
	    padding-left: 3px;
	    margin-top: 10px;
	}
	.question .btn-restart img {
		width: 285px;
		height: auto;
	}
	.question .question-num {
		position: absolute;
		width: 560px;
		top: 290px;
		left: -7px;
	}
	.question .question-num img {
		width: 100%;
		height: auto;
	}
	.question .question-title {
		position: absolute;
		width: 615px;
	    top: 453px;
	    left: 52px;
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		line-height: 40px;
	}
	.question .question-answer {
		position: absolute;
	    top: 570px;
	    left: 25px;
	}
	.question .question-answer img {
		margin-top: 5px;
		margin-left: 15px;
		width: 296px;
	}
	.input-item {
		font-size: 25px;
		width: 180px;
		line-height: 40px;
		border: 2px solid #d1d0d0;
		background-color:#ebebeb;
		position: absolute;
	    top: 518px;
	    left: 265px;
	}
	.text-year {
		font-weight: bold;
		position: absolute;
		font-size: 25px;
	    top: 533px;
	    left: 460px;
	}
	.question .copyright-text {
		font-size: 15px;
		position: absolute;
	    top: 873px;
	    left: 170px;
	}
	.result {
		background:url(../images/sp/bg_frame3.png) center top no-repeat;
		background-size: 700px;
		background-position: 5% 8.5%;
	}
	.result .sp
	{
	    height: 2820px;
	}
	.result-top {
		width: 220px;
		position: absolute;
		top: -10px;
		left: 235px;
	}
	.result-top img {
		width: 100%;
		height: auto;
	}
	.result-icon {
		width: 100%;
		text-align: center;
		padding-top: 103px;
	}
	h1 {
		position: absolute;
		top: 258px;
		left: 183px;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.danger {
		position: absolute;
		top: 233px;
		left: 55px;
		width: 580px;
	}
	.danger img {
		width: 100%;
		height: auto;
	}
	.result .check-result {
		position: absolute;
		top: 340px;
		left: -21px;
		width: 735px;
		height: 150px;
		font-size: 31px;
		font-weight: bold;
		display: table;
	}
	.result .check-result ul {
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	.result .status-title {
		text-align: center;
		position: absolute;
		top: 490px;
		left: 50px;
		width: 580px;
		font-size: 28px;
		letter-spacing: 4px;
		padding: 7px 5px;
		color: #fff;
		background-color: #000;
	}
	.result .status {
		position: absolute;
		top: 555px;
		left: 54px;
		width: 580px;
	    text-align: left;
		font-size: 24px;
		line-height: 37px;
	}
	.result .advice-title {
		text-align: center;
		position: absolute;
		top: 820px;
		left: 50px;
		width: 580px;
		font-size: 28px;
		letter-spacing: 4px;
		padding: 7px 5px;
		color: #fff;
		background-color: #000;
	}
	.result .advice {
	    position: absolute;
	    top: 888px;
		left: 54px;
	    width: 580px;
		text-align: left;
		font-size: 24px;
		line-height: 37px;
	}
	.result .itemTitle-image {
		position: absolute;
		top: 1250px;
		left: 17px;
		width: 650px;
	}
	.result .itemTitle-image img {
		width: 100%;
		height: auto;
	}
	.item-container {
		position: absolute;
		top: 1360px;
		left: 3px;
		width: 685px;
	}
	.item-list {
		text-align: center;
		width: 330px;
		height: 405px;
		margin: 7px 6px;
		background:url(../images/sp/itemframe.png);
		background-size: cover;
	}
	.item-list .step-num {
		padding-top: 15px;
	}
	.item-list .action {
		font-size: 29px;
	}
	.result .goods {
	    width: 200px;
	    height: 190px;
	    display: inline-block;
	    text-align: center;
	    color: white;
	    font-size: 28px;
        margin: 10px 3px;
	    padding-top: 15px;
	}
	.item-list p {
		margin: 5px 0;
		font-weight: bold;
	}
	.item-target {
		text-decoration: none;
		display: block;
		width: 230px;
		margin: 0 auto;
		margin-top: 15px;
		padding: 12px 6px;
		font-size: 19px;
		letter-spacing: 2px;
		text-align: center;
		background-color: #000;
		color: #fff;
	}
	.result .btn-restart-a {
	    position: absolute;
	    top: 1825px;
	    left: 40px;
		width: 290px;
	}
	.result .btn-restart-a img {
		width: 100%;
	}
	.btn-top-a {
		position: absolute;
		top: 1825px;
		left: 360px;
		width: 290px;
	}
	.btn-top-a img {
		width: 100%;
	}
	.result .copyright-text-a {
		font-size: 14px;
		position: absolute;
	    top: 1930px;
	    left: 185px;
	}
	.result .btn-restart-b {
	    position: absolute;
	    top: 2240px;
	    left: 40px;
		width: 290px;
	}
	.result .btn-restart-b img {
		width: 100%;
	}
	.btn-top-b {
		position: absolute;
		top: 2240px;
		left: 360px;
		width: 290px;
	}
	.btn-top-b img {
		width: 100%;
	}
	.result .copyright-text-b {
		font-size: 14px;
		position: absolute;
	    top: 2350px;
	    left: 185px;
	}
	.result .btn-restart-c {
	    position: absolute;
	    top: 2650px;
	    left: 40px;
		width: 290px;
	}
	.result .btn-restart-c img {
		width: 100%;
	}
	.btn-top-c {
		position: absolute;
		top: 2650px;
		left: 360px;
		width: 290px;
	}
	.btn-top-c img {
		width: 100%;
	}
	.result .copyright-text-c {
		font-size: 14px;
		position: absolute;
	    top: 2760px;
	    left: 185px;
	}
}
