@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html {
	height: 100%;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  height: 100%;
	line-height: 1.5;
}
#self p {
  margin: 0;
  padding: 0;
}
#self ol, #self ul {
	list-style: none;
	padding:0;
}
#self a {
	text-decoration: none;
	transition: all 0.3s;
}
#self a:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#self img {
	width: 100%;
	margin: auto;
}
#self .sp-no01 {
  display: block;
}
#self .pc-no01 {
  display: none;
}
#self .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 768px){
	#self .sp-no01 {
		display: none;
	}
	#self .pc-no01 {
		display: block;
	}
}

/*---------------------------------------------------------------------------------
セルフチェック
--------------------------------------------------------------------------------- */
header {
	background: #FFFFFF;
	width:100%;
	height:68px;
	z-index: 10;
	box-sizing: border-box;
	padding:13px 0 0 0;
}
header h1 {
	display: table;
	margin:auto;
	width:200px;
}
#self {
	background:url(../images/bg01.jpg) center;
	background-size: cover;
	height: 100%;
	box-sizing: border-box;
	position: relative;
  height: auto;
  min-height: 100%;
}
#self #qArea{
	position:relative; 
	width:800px;
	margin: auto;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
#self .wrap{
	background-color:#fff;
	box-sizing: border-box;
}
#self #score {
	font-size:200%;
	color:#900;
}
#ans_A,#ans_B,#ans_C,#ans_D {display: none}

/*------  トップ  ------ */
#self #q_00 .wrap {
	padding:70px 0 0;
	height: 600px;
}
#self #q_00 h2 {
	width:460px;
	margin:0 auto 44px;
}
#self #q_00 .txt_01 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
#self .btn_01 a {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	background:#00b2e2;
	box-sizing: border-box;
	color: #FFFFFF;
	width:340px;
	height:65px;
	text-align: center;
	margin:auto;
	position: relative;
}
#self .btn_01 img {
	width:120px;
}
/*------  質問  ------ */
#self .qContent {
	padding:40px 160px 0;
	height:600px;
}
#self .num {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}
#self .dot {
	width:326px;
	margin:0 auto ;
}
#self .que {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #981e2e;
	margin: 0;
}

#self input{
  display: none;
}
#self input + label{
  display: block;
  font-size: 19px;
  padding:0 0 0 30px;
  position:relative;
  margin-bottom: 18px;
	
}
#self input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
#self input:checked + label{
  color: #00b4e3;
}
#self input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #00b4e3;
  border-radius: 50%;
}
#self .btn_box {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-top:60px;
}
#self .btn_box li {
	display: inline-block;
	width:140px;
}
#self .btn_box .next {
	display: none;
}
#self .btn_box .next.show {
	display: inline-block;
	margin-left:30px;
}
/*------
#self .next a {
	display:block;
	margin:30px auto 0;
	opacity: 0;
	transition: .7s;
	pointer-events:none;
	color: #00b4e3;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#self .next.show a {
	opacity: 1;
	pointer-events:inherit;
}
#self .next {
	height:23px;
}
/*------  answer  ------ */
#self #answer .wrap {
	width: 800px;
	height:600px;
	padding:50px 36px 0;
	position: relative;
}
#self #answer .ttl {
	width:184px;
	margin:0 auto 30px;
}
#self #answer .kekka {
	margin:0 auto;
	width:460px;
	
}
#self #answer .txt_01 {
	padding:10px 70px;
	text-align: center;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin:25px auto 10px;
	display: flex;
	justify-content: space-between;
	width:460px;
	box-sizing: border-box;
}
#self #answer .txt_01 .left {
	text-align: center;
	margin: -12px 0 0 0;
}
#self #answer .txt_01 .t_01 {
	font-size: 18px;
}
#self #answer .txt_01 .t_02 {
	font-size: 45px;
}
#self #answer .txt_01 .t_03 {
	font-size: 92px;
}
#self #answer .txt_02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
#self #answer #ans_A .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-20px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #e89e34;
    border-right: 2px solid #e89e34;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_B .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-20px;
	margin:auto;
    width: 19px;
    height: 19px;
    border-top: 2px solid #e88434;
    border-right: 2px solid #e88434;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_C .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-20px;
	margin:auto;
    width: 19px;
    height: 19px;
    border-top: 2px solid #e86234;
    border-right: 2px solid #e86234;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_D .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-20px;
	margin:auto;
    width: 19px;
    height: 19px;
    border-top: 2px solid #ce1b32;
    border-right: 2px solid #ce1b32;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer .txt_03 {
	font-size: 15px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 110px;
	box-sizing: border-box;
}
#self #answer .txt_03 span {
	font-size: 10px;
}
#self #answer .txt_03 p {
	display: inline-block
}
#self #answer #ans_A .txt_01 {
	background:#e89e34;
}
#self #answer #ans_B .txt_01 {
	background:#e88434;
}
#self #answer #ans_C .txt_01 {
	background:#e86234;
}
#self #answer #ans_D .txt_01 {
	background:#ce1b32;
}
#self #answer #ans_A .txt_02 {
	color: #e89e34;
}
#self #answer #ans_B .txt_02 {
	color: #e88434;
}
#self #answer #ans_C .txt_02 {
	color: #e86234;
}
#self #answer #ans_D .txt_02 {
	color: #ce1b32;
}
#self .btn_02 a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	color: #000;
	width:100%;
	padding:8px 0 14px 260px;
	margin:0;
	position: relative;
	border: 2px solid #ccc;
	line-height: 1.4;
	height: 80px;
}
#self .btn_02 a .arrow{
	width: 120px;
}
#self #ans_B .btn_02 a,#self #ans_C .btn_02 a,#self #ans_D .btn_02 a {
	padding:8px 0 14px 175px;
}

#self .btn_02{
	position: relative;
}
#self .btn_02::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/minoki_p.png) no-repeat;
	background-size: 100% auto;
    left:120px;
	top:7px;
    width: 36px;
    height: 100px;
}
#self #ans_A .btn_02::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/sd.png) no-repeat;
	background-size: 100% auto;
    left:208px;
	top:10px;
    width: 36px;
    height: 100px;
}
#self .txt_04 {
	font-size: 10px;
	line-height: 1.6;
	display: block;
}
#answer .change {
	position: absolute;
	bottom:-50px;
	left:0;
	right:0;
		display: block;
		width: 120px; 
		margin:0 auto ;
	}
/*---------------------------------------------------------------------------------
sp
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){
header {
	position: absolute;
	background: #FFFFFF;
	width:100%;
	padding:0;
	z-index: 10;
	height: 8%;
	top:0;
	display: flex;
	align-items: center;
}
header h1 {
	display: table;
	margin:auto;
	width:35%;
}
#self {
	background:url(../images/bg01.jpg) center;
	background-size: cover;
	height:100%;
	box-sizing: border-box;
	position: relative;
	min-height:inherit;
}

#self #qArea {
	position:relative; 
	width:100%;
	margin: auto;
	padding: 16% 12px 20px;
	box-sizing: border-box;
	height:inherit;
	min-height:inherit;
	display: flex;
	align-items: center;
}
#self .wrap {
	background-color:#fff;
	box-sizing: border-box;
	position: relative;
}
#self #score {
	font-size:200%;
	color:#900;
}
#ans_A,#ans_B,#ans_C,#ans_D {display: none}

/*------  トップ  ------ */
#self #q_00 .wrap {
	padding:18% 24px 0;
	height: 480px;
}
#self #q_00 h2 {
	width:95%;
	margin:0 auto 15%;
}
#self #q_00 .txt_01 {
	text-align: center;
	margin-bottom: 8%;
	font-size: 18px;
}
#self .btn_01 a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	background:#00b2e2;
	box-sizing: border-box;
	color: #FFFFFF;
	width:100%;
	padding:20px 0;
	text-align: center;
	margin:auto;
	position: relative;
}
#self .btn_01 img {
	width:110px;
}
/*------  質問  ------ */
#self .qContent {
	padding:6% 20px 0;
	box-sizing: border-box;
	height: 480px;
	position: relative;
}
#self .num {
	font-size: 12.5vw;
	font-weight: bold;
	text-align: center;
}
#self .dot {
	width:80%;
	margin:0 auto;
}
#self .que {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #981e2e;
}

#self input{
  display: none;
}
#self input + label{
  display: block;
  font-size: 4vw;
  padding:0 0 0 30px;
  position:relative;
  margin-bottom:14px;
	letter-spacing: 0;
}
#self input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  margin-top:-10px;
}
#self input:checked + label{
  color: #00b4e3;
}
#self input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #00b4e3;
  border-radius: 50%;
  margin-top:-5px;
}

#self .btn_box {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom:30px;
	left:0;
	right:0;
	margin: auto;
}
#self .btn_box li {
	display: inline-block;
	width:32%;
}
#self .btn_box .next {
	display: none;
}
#self .btn_box .next.show {
	display: inline-block;
	margin-left:20px;
}
/*------  answer  ------ */
#self #answer .wrap {
	width: 100%;
	height: 480px;
	padding:0;
	position: relative;
	background: none;
}
#self #answer .kekka {
	margin:0 auto;
	width:90%;
}
#self #answer .txt_01 {
	padding:5px 8%;
	text-align: center;
	color: #FFFFFF;
	font-size: 8vw;
	font-weight: bold;
	line-height: 1;
	margin:15px auto 0;
	display: flex;
	justify-content: space-between;
	width:90%;
	box-sizing: border-box;
}
#self #answer .txt_01 .left {
	text-align: center;
	margin: 0 0 0 0;
}
#self #answer .txt_01 .t_01 {
	font-size: 3.4vw;
}
#self #answer .txt_01 .t_02 {
	font-size: 8.2vw;
}
#self #answer .txt_01 .t_03 {
	font-size: 19vw;
	letter-spacing: -2px;
}
#self #answer .txt_02 {
	text-align: center;
	font-size: 3.6vw;
	font-weight: bold;
	position: relative;
	margin-bottom:25px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
#self #answer #ans_A .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-12px;
	margin:auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #e89e34;
    border-right: 2px solid #e89e34;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_B .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-12px;
	margin:auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #e88434;
    border-right: 2px solid #e88434;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_C .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-12px;
	margin:auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #e86234;
    border-right: 2px solid #e86234;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer #ans_D .txt_02:after{
	content: "";
	position: absolute;
	display: block;
	left:0;
	right:0;
	bottom:-12px;
	margin:auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ce1b32;
    border-right: 2px solid #ce1b32;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#self #answer .txt_03 {
	font-size: 3.4vw;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: auto;
	box-sizing: border-box;
	letter-spacing: 0;
	line-height: 1.4;
	padding:14px 0;
	height: 120px;
}
#self #answer .txt_03 span {
	font-size: 10px;
}
#self #answer .txt_03 p {
	display: inline-block
}
#self #answer #ans_A .txt_01 {
	background:#e89e34;
}
#self #answer #ans_B .txt_01 {
	background:#e88434;
}
#self #answer #ans_C .txt_01 {
	background:#e86234;
}
#self #answer #ans_D .txt_01 {
	background:#ce1b32;
}
#self #answer #ans_A .txt_02 {
	color: #e89e34;
}
#self #answer #ans_B .txt_02 {
	color: #e88434;
	line-height: 1.4;
}
#self #answer #ans_C .txt_02 {
	color: #e86234;
	line-height: 1.4;
}
#self #answer #ans_D .txt_02 {
	color: #ce1b32;
	line-height: 1.4;
}
#self .btn_02 a {
	display: block;
	font-size: 4vw;
	font-weight: bold;
	box-sizing: border-box;
	color: #000;
	width:100%;
	padding:10px 0 0 25%;
	margin:0;
	position: relative;
	border: 2px solid #ccc;
	line-height: 1.4;
	height: 70px;
}
#self .btn_02 a .arrow{
	width: 110px;
	display: inline-block;
	margin-top:4px;
}
#self #ans_B .btn_02 a,#self #ans_C .btn_02 a,#self #ans_D .btn_02 a {
	padding:10px 0 0 20%;
	height: 86px;
}
#self #ans_B .txt_03,#self #ans_C .txt_03,#self #ans_D .txt_03 {
	padding:0;
}
#self .btn_02{
	position: relative;
}
#self .btn_02::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/minoki_p.png") no-repeat;
	background-size: 100% auto;
     left:8%;
	top:14px;
    width: 30px;
    height: 100px;
}
#self #ans_A .btn_02::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/sd.png) no-repeat;
	background-size: 100% auto;
    left:12%;
	top:6px;
    width: 32px;
    height: 100px;
}
#self .txt_04 {
	font-size: 10px;
	line-height: 1.6;
	display: block;
}
#answer .change {
	position: relative;
	bottom:inherit;
	left:0;
	right:0;
		display: block;
		width: 100px; 
		margin:10px auto ;
	}
#self #answer .wrap .inner {
	width: 100%;
	height: 450px;
	padding:20px 20px 0;
	box-sizing: border-box;
	background: #FFFFFF;
}
#self #ans_B .inner,#self #ans_C .inner,#self #ans_D .inner {
	height: 465px!important;
}
}
/*--------------------------------------------------
  ゆっくり表示
--------------------------------------------------*/
@keyframes show{
	from{
			opacity: 0;
	}
	to{
			opacity: 1;
	}
}
.positionFit{
    animation: show 0.5s linear 0s;
}