@charset "utf-8";
/* CSS Document */

@font-face { /* ?W??????? */
	font-family:'ShinGoPro';
	font-weight:normal;
	src:url('font/A-OTF-ShinGoPro-ExLight.woff') format('woff');
}
@font-face { /* ???????? */
	font-family:'ShinGoPro';
	font-weight:500;
	src:url('font/A-OTF-ShinGoPro-Light.woff') format('woff');
}
@font-face { /* ?????p */
	font-family:'ShinGoPro';
	font-weight:bold;
	src:url('font/A-OTF-ShinGoPro-Bold.woff') format('woff');
}

html {
	font-size:62.5%; /*10px*/
}
body{
	position: relative;
	background-image: url(../img/site_bg.jpg);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.wrap {
	position:relative;
	/* background-color: #ffffff; */

	font-size:11px;
	line-height:1.6;
	width:100%;
	min-height:100%;
	text-align:left;
	color: #000000;
	font-family:'ShinGoPro';
	z-index:1;
}

p.errmsg {
    text-align: center;
    color: #ff0000;
    width: 100%;
}
.login-page{
	background-image: url(../img/bg_login.png);
}
#question{
		background-image: url(../img/bg_question.png);
}
#answer{
		background-image: url(../img/bg_answer.png);
}
#mypage{
		background-image: url(../img/bg_mypage.png);
}
#finish{
		background-image: url(../img/bg_finish.png);
}

/* ========== ???O?C???y?[?W ========== */

.login {
	font-size:10px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	width:333px;
	margin:auto;
	height:100vh;
}
.login .logo {
	width:100%;
	margin-bottom:35px;
	text-align:center;
}
.login .logo img {
	width:122px;
}
.login .login_form {
	background-color: #ffffff;
	border-radius: 1.8em;
	box-sizing: border-box;
	padding: 4em 2em 2em;
	width: 100%;
}
.login .login_form input[type="text"] {
	appearance:none;
	-webkit-appearance:none;
	font-size:1em;
	border:none;
	border-bottom:1px solid #000000;
	width:100%;
	margin-bottom:3.5em;
	font-family:'ShinGoPro';
}
.login .login_form .start_btn {
	appearance: none;
	    -webkit-appearance: none;
	    border: none;
	    font-size: 1.4em;
	    background-image: url(./../img/login_btn.png);
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: center;
	    /* background-color: #cb0000; */
	    border-radius: 2em;
	    width: 100%;
	    padding: 0.6em 0;
	    color: #ffffff;
	    cursor: pointer;
	    font-family: 'ShinGoPro';
	    position: relative;
}

/* ========== QUIZ?y?[?W ========== */

#question .logo {
	position:absolute;
right:1em;
	top:1em;
	width:82px;
	height:auto;
}
#question .logo img {
	width:100%;
}


#answer .logo {
	position: absolute;
	right: 1em;
	top: 1em;
	width: 82px;
	height: auto;
}
#answer .logo img {
	width:100%;
}

.answer-page .ship-ttl{
	font-size: 1.6em;
	    color: #fff;
	    width: 243px;
	    margin: 0.5em auto 1.5em;
	    padding: 2px 0;
	    background: #008df0;
	    text-align: center;
	    border-radius: 30px;
	    position: relative;
}
.answer-page .container .text_block .in_frame{
	overflow-y: inherit;
	    max-height: none;
}
.answer-page .ship-ttl:before{
	position: absolute;
	left: -25px;
	bottom: -12px;
	content: "";
	width: 86px;
	height: 86px;
	background: url(./../img/foot_ship.gif);
	background-repeat: no-repeat;
}
.answer-page .question-txt{
	font-size: 1.2em;
	    margin-bottom: 1.5em;
}
.answer-page .graybg{
	background: #f4f4f4;
	border-radius: 1em;
	padding: 1.2em;
	font-size: 1.2em;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}

.answer_btn{
	appearance: none;
	    -webkit-appearance: none;
	    border: none;
	    font-size: 1.4em;
	    background-image: url(./../img/answer_btn.png);
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: center;
	    border-radius: 2em;
	    width: 100%;
	    max-width: 270px;
	    padding: 0.7em 0;
	    color: #ffffff;
	    cursor: pointer;
	    margin: 1.2em auto 0.3em;
	    display: block;
}


#mypage .logo{
	position:absolute;
right:1em;
	top:1em;
	width:82px;
	height:auto;
}
#mypage .logo img {
	width:100%;

}
#mypage .logout_btn{
	position: absolute;
	right: 0.6em;
	top: 7em;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 1.4em;
	background-image: url(./../img/icon_logout.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: initial;
	width: 100%;
	width: 82px;
	height: 82px;
	cursor: pointer;
	display: block;
	z-index:10;

}
#mypage .mypage-ttl{
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom:1em;
border-bottom:1px solid #000;
margin-bottom: 1em;
}
#mypage .mypage-icon{
margin-right: 3em;
margin-bottom: 0!important;
}
#mypage .mypage-ttl .welcome{
	font-size: 12px;
	padding: 4px 20px;
	background: #ededed;
	border-radius: 30px;
	margin: 0 0.5em;
	margin-bottom: 0!important;
}
#mypage .mypage-ttl .date{
	font-size: 12px;
	padding: 4px 20px;
	background: #ededed;
	border-radius: 30px;
	margin: 0 0.5em;
	margin-bottom: 0!important;
}
#mypage .container .text_block{
	padding: 2em 3em;
}
#mypage .container .text_block .in_frame {
    max-height: none;
    overflow-y: unset;
}
#mypage .status-list{
	max-height: calc(100vh - 350px);
	overflow-y: auto;
    padding: 2em 0;
}
#mypage .status-list li{
display: flex;
align-items: center;
margin-bottom: 1em;
}
#mypage .status-list li h3{
	width: 50%;
	    font-size: 1.2em;
	    position: relative;
	    padding: 0.3em 1em 0.3em 3em;
}
#mypage .status-list li.complete-icon h3{
background:url("./../img/icon_comp.png");
background-size: 30px;
background-position: center left;
background-repeat: no-repeat;
}
#mypage .status-list li.no-complete-icon h3{
background:url("./../img/icon_incomp.png");
background-size: 30px;
background-position: center left;
background-repeat: no-repeat;
}
#mypage .status-list .icons{
	width: 50%;
	display: flex;
	align-items: center;
}
#mypage .status-list .icons span{
	font-size: 1.1em;
	color: #fff;
	padding: 0.2em;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 29%;
	width: 100%;
	text-align: center;
	display: block;
}
#mypage .status-list .icons span:nth-child(2){
	margin:0 4.5%;
}
#mypage .status-list .icons span.status.complete{
background-image:url("./../img/icon_status01.png");
}
#mypage .status-list .icons span.status.continued{
background-image:url("./../img/icon_status02.png");
}
#mypage .status-list .icons span.status.start{
background-image:url("./../img/icon_status03.png");
}
#mypage .status-list .icons span.percent.red{
background-image:url("./../img/icon_status01.png");
}
#mypage .status-list .icons span.percent.blue{
background-image:url("./../img/icon_status02.png");
}
#mypage .status-list .icons span.review{
background-image:url("./../img/icon_status04.png");
position: relative;
}
#mypage .status-list .icons span.review:before{
	position: absolute;
	left: 10px;
	bottom: 7px;
	width: 24px;
	height: 28px;
	background: url(./../img/icon_flag.png);
	content: "";
}
#mypage .status-list .icons span.all{
	width: 100%;
	    background-image: url(./../img/icon_status05.png);
	    color: #000;
	    max-width: none;
}
#finish .logo{
	position:absolute;
right:1em;
	top:1em;
	width:82px;
	height:auto;
}
#finish .logo img {
	width:100%;

}
#finish h2{
text-align: center;
font-size: 3em;
color:#0096ff;
margin-bottom: 1em;
}
#finish .text_block{
	position: relative;
}
#finish .text_block .back_btn{
	position: absolute;
	right:20px;
	top:25px;
}
.container {
	display: flex;
	    align-items: center;
	    box-sizing: border-box;
	    height: calc(100vh - 80px - 140px);
	    width: 750px;
padding: 100px 0 0;
	    margin: auto;
}
.container .text_block {
	background-color: #ffffff;
	border-radius:1.5em;
	box-sizing:border-box;
	box-shadow:0 0 0.3em rgba(94,64,38,0.83);
	width:850px;
	padding:1.5em 1em 1.5em 2em;
	margin:auto;
}
.container .text_block .in_frame {
	max-height:calc(100vh - 80px - 170px);
	overflow-y:auto;
}
.container .text_block p {
	letter-spacing:0.05em;
	font-size: 13px;
}
.container .text_block p:not(:last-of-type) {
	margin-bottom:1.5em;
}
.container .text_block p .q_number {
	display: inline-block;
	    background-image: url(./../img/blue_label.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    padding: 0.1em 3.5em;
	    margin-left: 0.4em;
	    margin-right: 0.4em;
	    color: #ffffff;
	    cursor: pointer;
}
.container .text_block p .q_number.red {
	display: inline-block;
	background-image: url(./../img/red_label.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0.1em 0;
	margin-left: 0.4em;
	margin-right: 0.4em;
	color: #ffffff;
	cursor: pointer;
	min-width: 110px;
	font-size: 10px;
	text-align: center;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/footer_bg.png);
	background-position: center;
	width: 926px;
	height: 94px;
	margin: auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
#footer .selection {
	line-height: 1;
	position: absolute;
	top: 30px;
	left: 60px;
	right: 35px;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
}
#footer .selection > p {
	font-size: 1.5em;
	    background-color: rgba(0,0,0,0.5);
	    border-radius: 0.9em;
	    width: 200px;
padding: 0.4em 0;
	    margin: 0 1em 0 5em;
	    letter-spacing: 0.2em;
	    color: #ffffff;
			position: relative;
}
#footer .selection > p:before{
	position: absolute;
	left: -45px;
	bottom: -12px;
	content: "";
	width: 86px;
	height: 86px;
	background: url(./../img/foot_ship.gif);
	background-repeat: no-repeat;
}
#footer .selection ul {
	display: flex;
	flex-wrap: wrap;
	padding-right: 8em;
}
#footer .selection ul li {
	float: left;
	    width: 31%;
	    background-image: url(./../img/red_label.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    padding: 0.6em 0;
	    margin-bottom: 0.4em;
	    color: #ffffff;
	    cursor: pointer;
	    font-size: 11px;
	    text-align: center;
	        min-width: 160px;
}
#mypage .status-list .icons span.status a {
    text-decoration: none;
    color: aliceblue;
}
p.answer_link {
    text-align: right;
    padding: 0 20px 0 0;
    cursor: pointer;
}
#footer .selection ul li:nth-child(3n+2){
margin:0 3.5% 0.4em;
}
.answer-page .graybg textarea {
    width: 100%;
    height: 100px;
    border: none;
}
#finish h2.ship-ttl {
    color: #ffffff;
}