@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family:  'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;*/
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mont{font-family: 'Montserrat', sans-serif;}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font: 99% 'Noto Sans JP', sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;max-width:100%;}

a img{transition: all .5s ease;}
a img:hover{opacity:0.7;}


iframe{max-width:100%;}

/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp{display: none;}
.spbr{display: none;}

.inner{
	max-width:1000px;
	margin:0 auto;
}

.wrapper{
	padding: 0 20px;
	position: relative;
}

/* header ---------------------------------------*/

header{text-align: center;}

header.index-header{
	text-align: center;
	height: auto;
}

header.index-header img{
	width: 96px;
	position: absolute;
	left: 15px;
	right: auto;
	top: 15px;
	margin: auto;
	z-index: 999;
}

header.index-header .header-inner{
	width: 100%;
	display: block;
	margin: 0 auto;
	display: block;
}


/* footer ---------------------------------------*/

footer{
	text-align: center;
	padding: 30px 0 30px;
	background: #07629f;
	color: #FFF;
	position: relative;
}

footer nav{}
footer ul{
	display: block;
	margin: 0 80px 15px;
}

footer ul li{
	display: inline-block;
	margin: 10px 15px 0;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
}
footer ul li a{color: #FFF;}
footer small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

footer ul li.quizadd{
	display: block;
	margin: 0 auto 50px;
	text-align: center;
}
footer ul li.quizadd a{
	display: block;
	margin: 0 auto;
	width: 300px;
	text-decoration: none;
	background: #FFF;
	border:2px solid #07629f;
	color: #07629f;
	border-radius:5px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	transition:0.3s;
}
footer ul li.quizadd a:hover{
	background: #07629f;
	border:2px solid #fff;
	color: #fff;
}

footer ul li.quizadd p{
	letter-spacing: 0.1em;
	font-size: 14px;
	margin-bottom: 10px;
}

footer .contact-btn{
	position: absolute;
	right: 30px;
	bottom: 15px;
	background: url(/img/btn_contact_02.png) no-repeat top left,url(/img/btn_contact_01.png) no-repeat top left;
	background-size: 100%,100%;
	transition:0.8s;
}

footer .contact-btn:hover{
	background: url(/img/btn_contact_02.png) no-repeat top -50px left 50px,url(/img/btn_contact_01.png) no-repeat top left;
	background-size: 100%,100%;
}

footer .contact-btn a{
	text-indent: -999em;
	width: 74px;
	height: 74px;
	display: block;
}


/* common title ---------------------------------------*/

.title-section{
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 22px;
}


/* common list ---------------------------------------*/

ul.list{}

ul.list > li{
	margin-bottom:10px;
	line-height: 1.6;
}


/* margin ---------------------------------------*/

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}
.mb-110{margin-bottom:110px !important;}
.mb-120{margin-bottom:120px !important;}
.mb-130{margin-bottom:130px !important;}
.mb-140{margin-bottom:140px !important;}



/* start ---------------------------------------*/

.start{
	width: 100%;
	border-radius: 10px;
	margin: 0 auto 100px;
	padding: 20px;
	box-sizing:border-box;
	font-size:20px;
	display: none;
}

.start.is-active{display: block; padding: 0;}
.start-name-list{
	width: 500px;
	margin: 0 auto;
}
.start-name-list li{
	margin-bottom: 20px;
}

.start .message.success{
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 20px 0 20px;
	padding: 20px 0;
}

.start-btn{
	text-align: center;
	margin-top: 40px;
}

.start .form-text{width:100%;}


/* waiting ---------------------------------------*/

.waiting{
	display: none;
	max-width: 100%;
	border: none;
	margin: 70px auto 70px;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: none;
	text-align: center;
}

.waiting.is-active{
	display: block;
	width: 100%;
}

.waiting .btn{
	background: #e4b118;
	border: 1px solid #e4b118;
	width: 300px;
	height: 42px;
	color: #FFF;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
}

/* question ---------------------------------------*/

.question{display: none;}
.question.is-active{display: block;}

.question.is-active .skip{
	display: block;
	padding: 20px 20px 5px 20px;
	position: relative;
}
.question.is-active .skip button{
	width: auto;
	color: #c2b24c;
	border: none;
	padding: 3px 1px 3px 3px;
	cursor: pointer;
	font-size: 11px;
	border-bottom: 1px solid #c2b24c;
	letter-spacing: 2px;
	font-weight: bold;
	display: block;
	margin: 10px auto 10px;
	transition:0.3s;
}

.question.is-active .skip button:hover{opacity: 0.7;}
.modalContents{
	text-align: center;
	font-size: 14px;
	padding: 70px 0;
}

.modalContents p{
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.modalContents button{
	width: auto;
	color: #fff;
	border: none;
	background: #c2b24c;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	border-bottom: 1px solid #c2b24c;
	letter-spacing: 2px;
	font-weight: bold;
}

.question-time{
	width: 300px;
	margin: 0 auto 10px;
	font-size:80px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.question-member{padding-top: 50px;}

.question-member-tab{
	width: 84%;
	display: block;
	margin: 0 auto 35px;
}
.question-member-tab ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width: 100%;
}
.question-member-tab li{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 5px 5px 5px 5px;
	background: #e6e6e6;
	color: #333;
	margin: 0 15px 15px;
	position: relative;
}

.question-member-tab li.is-active:after{
	content: '回答済み!';
	font-size: 11px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -16px;
	right: 0px;
	color: #da6148;
}

.question-member-tab.respondent{
	display:flex;
	justify-content:center;
}

.question-yourform{
	background: #ddd;
	padding: 50px;
	position:relative;
}

.question-yourform .form-text{
	width: 80%;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	padding: 13px;
	box-sizing: border-box;
	border: 3px solid #d2d2d2;
	border-radius: 5px;
}
.question-yourform input.form-text:read-only{
	background-color: #ddd;
	color: #999;
}

.question-yourform-btn{
	text-align: center;
	padding-top: 45px;
}
.question-yourform-btn .btn{
	width: 260px;
	padding: 18px 0;
	background: #e4b118;
	border: 2px solid #FFF;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	transition: 0.3s;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.question-yourform-btn .btn#btn-answer-reset{
	background: #E0E0E0;
	color: #e4b118;
	border-color: #E0E0E0;
	color: #999;
}

.remaining-time-wrapper.remaining-time-player{
	position: absolute;
	left: 50%;
	top: 0px;
	font-size: 15px;
	z-index: 10;
	transform: translate(-50%,0);
}

.remaining-time-wrapper.remaining-time-viewer{
	position: absolute;
	right: 3%;
	top: 38px;
	font-size: 17px;
	z-index: 10;
}

.remaining-time-player #remaining-time{
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

.owner-answer #remaining-time{
	position: static;
	transform: translate(0,0);
	font-size:16px;
	background: none;
	color: #db5a3b;
}

/* answer ---------------------------------------*/

.answer{
	display: none;
	padding-bottom: 30px;
	position: relative;
}
.answer.is-active{display: block;}

.quiz-add-btn{
	position: absolute;
	bottom:0;
	left: 50px;
	transition: all .75s ease;
	transform: translate(-200px,0);
	opacity: 0;
}
.quiz-add-btn.is-active{
	transform: translate(0px,0);
	opacity: 1;
	z-index: 999;
}

.quiz-add-btn a{
	width: 200px;
	display: block;
	background: url(../img/quiz_add_btn.png) no-repeat top left;
	background-size: 200px;
	height: 200px;
	transition:0.3s;
	text-indent: -999em;
}
.quiz-add-btn a:hover{
	background: url(../img/quiz_add_btn_on.png) no-repeat top left;
	background-size: 200px;
}


/* form ---------------------------------------*/

.form-text{
	color: #82C3E9;
	font-weight: bold;
	font-size:60px;
	padding: 20px;
	box-sizing:border-box;
	border:5px solid #eee;
}

::placeholder {
	color: #eee;
}


/* room ---------------------------------------*/

.exit-block{
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 999;
}
.exit-block .btn{
	color: #07629f;
	background: #FFF;
	min-width: 150px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	cursor: pointer;
	transition:0.3s;
	border: 1px solid #07629f;
}
.start-name-list .form-text{
	color: #07629f;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 2px solid #ddd;
}
.start .start-btn .btn{
	width: 250px;
	border:none;
	line-height: 56px;
	height: 56px;
	background: #07629f;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 0.2em;
	transition:0.3s;
}
.start .start-btn .btn:hover{opacity: 0.7;}

.start .txt-intro img{
	width: 280px;
	display: block;
	margin: 35px auto;
}
.start .txt-intro p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2em;
	margin-bottom: 20px;
}
.start .txt-intro p span{
	font-size:80%;
}
.start .txt-intro p small{
	display: block;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #c30000;
}
.question-image {
	margin: 10px auto;
	width: auto;
	max-width: 250px;
	max-height: 250px;
}
.question-image img{
	display: block;
	margin: 0 auto;
	max-width: 250px;
	max-height: 250px;
	width: auto;
	height: auto;
}
.question-wrap{
	background:#efefef;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 45px 45px 45px;
	min-height: 160px;
	margin: 0 0 50px;
	position: relative;
}
.is-tobira .question-wrap{background: none;}
.question-text{
	color: #333;
	width: 70%;
	display: block;
	margin: 0 auto;
	padding: 15px 10px 25px;
	font-size: 27px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
}
.select-text{
	color: #333;
	width: 70%;
	display: block;
	margin: 0 auto;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: left;
}

.select-number{
    display: inline-block;
    padding: 10px;
    background: #e4b118;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-weight:bold;
    box-sizing:border-box;
    position:absolute;
    left: 0;
    top: 0;
}

.answer-inner{
	padding: 15px 0 20px;
	margin-bottom: 0;
	background: #DA5A3B;
	position:relative;
}
.answer-title {
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: 3px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.answer-image{
	max-width: 350px;
	margin: 30px auto 30px;
}
.answer-image img{
	max-width: 350px;
	max-height: 350px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}
.answer-correct{
	color: #fff;
	padding: 10px 0 5px;
	width: 70%;
	margin: 0 auto;
	display: block;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.answer-correct-sub{
	width: 55%;
	margin: 10px auto 0;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.answer-list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
}
.answer-list li{
	width: auto;
	min-width: 210px;
	margin-bottom: 10px;
}

.answer-list-text{
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	min-width: 100px;
	background: #eaeaea;
	border-radius: 8px 8px 8px 8px;
	color: #333;
	position: relative;
}
.answer-list-text::before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #eaeaea transparent;
	border-width: 15px 15px 0 0;
	bottom: -12px;
	left: 87%;
	margin-left: 0px;
}
.answer-list-text.is-active::before{
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #DA5A3B transparent;
	border-width: 15px 15px 0 0;
	bottom: -12px;
	left: 87%;
	margin-left: 0px;
}
.answer-list-text.is-uncorrect{background: #4784ad; color: #FFF;}
.answer-list-text.is-uncorrect:before{border-color: #4784ad transparent;}
.answer-list-text.is-correct{background: #DA5A3B; color: #FFF;}
.answer-list-text.is-correct:before{border-color: #DA5A3B transparent;}

.answer-list-text.is-correct:after{
	content: '正解!';
	font-size: 14px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -23px;
	right: 0px;
	color: #da6148;
}

.answer-list-text.is-uncorrect:after{
	content: '不正解';
	font-size: 12px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -23px;
	right: 0px;
	color: #4784ad;
}

.answer-list-text.is-hidden::after{content:'見せられないよ';}

.answer-list-name{
	color: #555;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.answer-list-text.is-active{
	background: #DA5A3B;
	color: #FFF;
}

.answer-next-btn{
	margin-top: 40px;
}

.answer-next-btn.is-fixed{
	margin-top: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	background: rgba(255,255,255,0.7);
	z-index: 10;
}

.answer-next-btn .btn{
	width: 350px;
	cursor: pointer;
	color: #FFF;
	font-size: 17px;
	letter-spacing: 0.2em;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 0;
	border: none;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	background: #e4b118;
	background-size: 24px;
	border:2px solid #e4b118;
	transition:0.3s;
}

.answer-next-btn .btn:hover{
	border:2px solid #e4b118;
	color:#e4b118;
	background: #fff;
	background-size: 24px;
}

.answer-next-btn .btn#btn-answer{
	background: #DA5A3B;
	border-color: #DA5A3B;
}
.answer-next-btn .btn#btn-answer:hover{
	border-color: #DA5A3B;
	background: #fff;
	color: #DA5A3B;
}

.answer-next-btn #next-wait{
	width: 100%;
	background: #DA5A3B;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 17px;
	padding: 2% 0;
}

.answer-list-wrapper{position: relative;}
.answer-list-wrapper h4{
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	color: #333;
	padding: 25px 0 20px;
	margin-bottom: 50px;
}

.answer-writer{
	width: 100%;
	margin: 0 auto;
	display: block;
	color: #FFF;
	font-size: 14px;
}
.answer-writer a{color: #FFF;}



/*add*/
.createquiz{margin: 0px 0 0;}

.createquiz .message.success{
	width: 100%;
	display: block;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    background: #CBD8E6;
}

.createquiz-title{
	width: 1080px;
	max-width: 100%;
	display: block;
	margin: 30px auto;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.createquiz-title span{
	display: block;
	color: #07629f;
	letter-spacing: 0.2em;
	background: url(../img/bg_add_title_line.jpg) repeat-x top 18px left;
	background-size: 5px;
}

.createquiz-title span b{
	font-size: 14px;
	font-weight: 400;
	padding: 0 25px;
	background: #FFF;
}

.createquiz-back{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 10px;
}

.btn-back{
	color: #07629f;
	text-decoration: none;
}

.quection-csvadd{
	text-align:center;
	margin-bottom: 30px;
}

.quection-csvadd a{
	display: inline-block;
    background: #07629f;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    margin: 0 12px;
    font-weight: normal;
    transition: 0.3s;
    position: relative;
    top: 5px;
}

.createquiz-notice{
	width: 80%;
	display: block;
	margin: 0 auto 50px;
	padding: 30px 0 15px;
	background: url(../img/check_neko.png) no-repeat right 20px bottom 5px;
	background-size: 150px;
	border-bottom:1px solid #3a100e4a;
}
.createquiz-notice .createquiz-notice-lead{
	padding: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #3A100E;
}
.createquiz-notice ul{}
.createquiz-notice ul li{
	margin-bottom: 5px;
	font-size: 15px;
	color: #3A100E;
	letter-spacing: 0.1em;
	text-indent: -1.15em;
	padding-left: 1.15em;
	font-weight: normal;
}
.createquiz-notice ul li b{font-weight: bold;}

.createquiz table {
	table-layout: fixed;
	font-size: 15px;
	color: #444;
	width: 80%;
	margin: 0 auto 30px;
}
.createquiz table tr{}
.createquiz table th{
	width: 20%;
	font-weight: bold;
	background: #eee;
	padding: 5px 10px;
	border-right: 5px solid #eee;
	border-left: 5px solid #eee;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}
.createquiz table td{
	width: 80%;
	box-sizing: border-box;
	border: 5px solid #eee;
	padding: 5px 15px;
}
.createquiz table td .form-text{
	border:none;
	font-size: 14px;
	color: #444;
	width: 100%;
	line-height: 1.5em;
	padding: 5px;
	min-height: 50px;
}
.createquiz table td .form-text::placeholder{color: #ddd;}
.createquiz table td textarea.form-text{min-height: 100px;}
.createquiz table td.form-file{padding: 20px 20px;}
.createquiz table td.form-file input{
	position: relative;
	font-size: 11px;
}
.createquiz table td.form-file input::before {
	content: “添付ファイル：”;
	position: absolute;
	background: #fff;
	width: 110px;
	height: 26px;
	line-height: 1.5em;
	text-align: right;
}
.createquiz table td.form-file span{
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: #07629f;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	color: #FFF;
	margin-bottom: 10px;
}
.createquiz table th small{
	font-size: 11px;
	display: block;
}
.createquiz table th span{
	padding-left: 3px;
	display: inline-block;
	font-size: 13px;
}
.createquiz table td .select-q-four{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.createquiz table td .select-q-four span{
	display: inline-block;
	float: left;
	width: 5%;
	font-size: 16px;
	line-height: 40px;
}
.createquiz table td .select-q-four input{
	display: inline-block;
	border: 1px solid #eee;
	float: left;
	padding: 8px;
	width: 95%;
	min-height: 40px;
	font-size: 14px;
	box-sizing: border-box;
}
.createquiz-submit{margin: 50px 50px 100px;}
.createquiz-submit .btn{
	width: 260px;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	height: 54px;
	line-height: 50px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto;
	border:2px solid #e4b118;
	background: #e4b118;
	cursor:pointer;
	transition:0.3s;
	box-sizing: border-box;
	text-align:center;
	text-decoration: none;
}
.createquiz-submit .btn:hover{
	border:2px solid #e4b118;
	background: #FFF;
	color: #e4b118;
}

.owner-room-qr:nth-child(1){float:left;}
.owner-room-qr:nth-child(2){float:right;}

/*追記メッセージ*/
.message.success{
	text-align: center;
	padding: 10px 0 0px;
	letter-spacing: 0.1em;
	font-size: 18px;
	opacity: 0.7;
	cursor: pointer;
}

.message.success:hover{opacity:0.5;}

.message.success.hidden{display:none;}

.wrapper + p{
	text-align: right;
	margin: 20px 20px;
	font-size: 14px;
	color: #d8624d;
}
.wrapper .page-catch{
	text-align: right;
	margin: 20px 20px;
	font-size: 14px;
	color: #d8624d;
}

.room-info{
	background: #5f859e5e;
	padding: 1.5% 3%;
	margin-bottom: 30px;
}
.room-info-inner{
	font-size: 13px;
	text-align: center;
}
.room-info-inner p{
	padding: 0;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.room-info-inner .room-url{
	display: block;
	padding: 0;
	height: 0;
	text-indent: -999em;
}
.room-info-inner button{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 10px auto 0;
	padding: 7px 12px 8px 12px;
	background: #0060a1;
	color: #FFF;
	border: 1px solid #0060a1;
	border-radius: 7px;
	transition: 0.3s;
	cursor: pointer;
	width: 260px;
}
.room-info-inner button:hover{
	background: #fff;
	color: #0060a1;
	border: 1px solid #0060a1;
}

.answer.is-active .select-text{
	width: 94%;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	margin: 0 auto;
	min-height: 80px;
	flex-wrap: wrap;
}
.answer.is-active .select-text div{width: 23%;}


/* contact ---------------------------------------*/

.contact{}
.contact table{
	width: 1080px;
	max-width: 100%;
}
.contact table.data-table.data-table-index{width: 86%;}

.contact .contact-read{
	width: 1080px;
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2em;
}

.contact .contact-read a{
	width: 27%;
	display: inline-block;
	border: none;
	line-height: 40px;
	height: 40px;
	background: #07629f;
	border:2px solid #07629f;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.2em;
	transition: 0.3s;
}
.contact .contact-read a:hover{
	background: #fff;
	color: #07629f;
}

.btn-logout{
	padding: 50px 30px 30px;
	overflow: hidden;
}
.btn-logout a{
	text-align: center;
	width: 150px;
	display: inline-block;
	border: none;
	line-height: 36px;
	height: 36px;
	float: right;
	background: #e4b118;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: 0.3s;
	border:2px solid #e4b118;
}
.btn-logout a:hover{
	background: #fff;
	color: #e4b118;
}
.btn-withdrawal{
	padding: 10px 30px 30px;
	overflow: hidden;
}
.btn-withdrawal a{
	text-align: center;
	width: 150px;
	display: inline-block;
	border: none;
	line-height: 36px;
	height: 36px;
	float: right;
	background: #249432;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: 0.3s;
	border:2px solid #249432;
}
.btn-withdrawal a:hover{
	background: #fff;
	color: #249432;
}
.btn-withdrawal p{
	font-size: 12px;
	margin-bottom: 5px;
	color: #249432;
	text-align: right;
}


.finish-btn{
	display: block;
	margin: 0 auto;
}
.finish-btn a{
	width: 260px;
	display: block;
	margin: 50px auto 100px;
	text-align: center;
	color: #FFF;
	background: #07629f;
	border: 2px solid #07629f;
	transition: 0.3s;
	font-size: 15px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
}
.finish-btn a:hover{
	background: #FFF;
	color: #07629f;
}


/* プライバシーポリシー ---------------------------------------*/

.privacy {margin: 30px 0 0;}

.privacy-inner {
	width: 1080px;
	max-width: 100%;
	display: block;
	margin: 0 auto 100px;
}

.privacy-inner-text{margin-bottom: 50px;}

.privacy-inner-text p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8em;
}


.limit .createquiz-title{
	font-size: 40px;
	margin-bottom: 50px;
}
.limit .createquiz-title span {
	background: url(../img/bg_add_title_line.jpg) repeat-x top 29px left;
	background-size: 5px;
}
.limit{
	width: 80%;
	display: block;
	margin: 100px auto;
}
.request{
	width: 1080px;
	max-width: 100%;
	display: block;
	margin: 100px auto;
}

.limit-inner{}
.limit-inner-text{width: 100%;}
.limit-inner-text p{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 80px;
	color: #555;
}
.limit .request-btn{
	width: 260px;
	border-radius: 10px;
	height: 54px;
	line-height: 50px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto 30px;
	border: 2px solid #e4b118;
	background: #e4b118;
	cursor: pointer;
	transition: 0.3s;
	box-sizing: border-box;
}
.limit .request-btn:hover {
	border: 2px solid #e4b118;
	background: #FFF;
	color: #e4b118;
}
.limit .request-btn a{
	display:block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.limit .request-btn:hover a{color: #e4b118}

.limit .request-skip{
	width: 260px;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	height: 54px;
	line-height: 50px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto 30px;
	border: 2px solid #07629f;
	background: #07629f;
	cursor: pointer;
	transition: 0.3s;
	box-sizing: border-box;
}
.limit .request-skip a{
	display:block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.limit .request-skip:hover {
	border: 2px solid #07629f;
	background: #FFF;
	color: #07629f;
}
.limit .request-skip:hover a{color: #07629f;}

.limit-inner-text strong{
	width: 80%;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	line-height: 2em;
	color: #555;
	display: block;
	margin: 0px auto 25px;
	text-align: center;
}
.limit-inner-text img{
	width: 380px;
	display: block;
	margin: 30px auto;
}


/*add20200518*/
.question-category{
	text-align: center;
	width: 110px;
	display: block;
	margin: 15px auto 0;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	background: #DA5A3B;
	font-weight: bold;
	border-radius: 7px;
	color: #FFF;
}

.measurement-parts {
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.measurement-parts p{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #DA5A3B;
}
.current-question{
	font-size: 32px;
	position: relative;
	right: 7px;
	top: 2px;
}
.total-question{
	font-size: 20px;
	position: relative;
	left: 5px;
	top: 1px;
}
.next-guide{
	text-align: center;
	font-size: 14px;
	margin: 0px 0px 15px;
	letter-spacing: 0.15em;
	color: #6f6945;
}

.message.error{
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 30px 0;
	color: #FFF;
	background: #DA5A3B;
}

/*メンテナンス*/
.maintenance-block{
	display: block;
	width: 100%;
	padding: 100px 50px;
	background: url(../img/goose.png) no-repeat left 20% bottom 50px,url(../img/goose2.png) no-repeat right 20% bottom 50px #FFF;
	background-size: 70px,50px;
}
.maintenance-block h3{
	font-size: 30px;
	font-weight: bold;
	color: #0060a1;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.maintenance-block p{
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
}

/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 1080px;
	max-width: 100%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}


.preview-check input[type=checkbox]{
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 3px;
}

.contact .contact-read.room-detail-read-btn{
	width: 1080px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2em;
	transition:0.3s;
}
.contact .contact-read.room-detail-read-btn a:hover{
	background: #fff;
	color: #07629f;
}
.contact .contact-read.room-detail-read-btn.room-result-center-btn{
	justify-content: center;
	margin: 30px auto 30px;
}
.contact .contact-read.room-detail-read-btn.room-add-only{
	justify-content: center;
}

.ownerscreen {
	padding-bottom: 144px;
}

.waiting-owner{
	padding: 20px;
	text-align: left;
}

.owner-view-status,.owner-view-registration-q,.owner-view-q-progress{
	height: 30px;
	line-height: 30px;
}
.owner-view-status a{
	text-align: center;
	float: right;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #ea5959;
	border: 2px solid #ea5959;
	border-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
}
.owner-view-status a:hover{
	color: #ea5959;
	background: #fff;
}
.owner-view-registration-q a{
	text-align: center;
	float: right;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #ea5959;
	border: 2px solid #ea5959;
	border-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
}
.owner-view-registration-q a:hover{
	color: #ea5959;
	background: #fff;
}
.owner-view-q-progress a{
	text-align: center;
	float: right;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #ea5959;
	border: 2px solid #ea5959;
	border-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	margin-left: 10px;
}
.owner-view-q-progress a:hover{
	color: #ea5959;
	background: #fff;
}
.owner-room-qr p{
	text-align: center;
	width: 200px;
}

table .data-table{
	width: 1000px;
}
table .data-table-head{
	font-size: 14px;
}
table .data-table-head th{
	text-align: center;
	padding: 10px 0px;
}
table .data-table-head th:nth-child(1){width: 15%;}
table .data-table-head th:nth-child(2){width: 10%;}
table .data-table-head th:nth-child(3){width: 30%;}
table .data-table-head th:nth-child(4){width: 30%;}
table .data-table-head th:nth-child(5){width: 12%;}
table .data-table-head th:nth-child(6){width: 13%;}

table .data-table-td{}
table .data-table-td td:nth-child(1){width: 15%; font-size: 16px;}
table .data-table-td td:nth-child(1) a{
	float: right;
}
table .data-table-td td:nth-child(2){width: 10%; text-align: center;}
table .data-table-td td:nth-child(3){width: 30%;}
table .data-table-td td:nth-child(4){width: 30%;}
table .data-table-td td:nth-child(5){width: 12%; text-align: center; font-size: 12px;padding: 15px 8px;}
table .data-table-td td:nth-child(5) a{
	background: #07629f;
		display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 0;
    text-decoration: none;
    color: #fff;
    margin: 12px 0 0;
    font-weight: normal;
    transition: 0.3s;
    position: relative;
    top: 5px;
}
table .data-table-td td:nth-child(5) a:hover{opacity: 0.7;}
table .data-table-td td:nth-child(6){width: 13%;}
table .data-table-td td:nth-child(6) a{
	display: block;
	text-align: center;
	font-size: 13px;
	background: #ea5959;
	border-radius: 3px;
	padding: 4px 0;
	text-decoration: none;
	color: #fff;
	margin: 12px 0;
	font-weight: normal;
	transition:0.3s;
}
table .data-table-td td:nth-child(6) a:hover{opacity: 0.6;}

table .data-table-td td:nth-child(6) a.btn-edit{
	background: #07629f;
}
table .data-table-td td img{
	display: block;
	margin: 15px auto 0;
	max-width: 150px;
}

.answer-list-check{}
.answer-list-check button{
	border: none;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px;
	margin: 0 3px 0 0;
	font-size: 12px;
	font-weight: bold;
}
.answer-list-check button.btn-ok{
	padding: 0px 10px;
	margin: 0 3px 0 0;
	font-size: 20px;
	vertical-align: bottom;
	background: #DA5A3B;
	color: #fff;
}
.answer-list-check button.btn-ng{
	padding: 0px 10px;
	margin: 0 3px 0 0;
	font-size: 20px;
	vertical-align: bottom;
	background: #4784ad;
	color: #fff;
}
.answer-list-check button.btn-exit{
	border: none;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 8px;
	margin: 0 3px 0 0;
	font-size: 10px;
	font-weight: bold;
}

.icon-after-answer{
	background: url(/img/icon_answer_af.png) no-repeat right top;
	background-size: 20px;
	color: #DF5656;
	border-bottom: 1px solid #DF5656;
	font-size: 11px;
	display: inline-block;
	padding: 5px 24px 5px 8px;
	line-height: 1em;
	position: relative;
	bottom: -2px;
}

.question-yourform #answer-select{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}

.answer-list-wrapper.result-inner h4{
	background: url(/img/icon_cracker_1.png) no-repeat center left 18% ,url(/img/icon_cracker_2.png) no-repeat center right 18% #fff;
	background-size: 66px;
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	color: #333;
	padding: 2% 0;
	margin-bottom: 50px;
}

.result-inner-table{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.result-inner-table tbody{}
.result-inner-table tr{color: #444;}
.result-inner-table tr th{
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
}
.result-inner-table tr th:nth-child(1){width: 15%;}
.result-inner-table tr th:nth-child(2){width: 50%;}
.result-inner-table tr th:nth-child(3){width: 35%;}
.result-inner-table tr td{
	text-align: center;
	/*padding: 5px 0 5px;*/
	border-bottom: 1px solid #d4d4d4;
	font-size: 20px;
	padding: 12px 0 12px;
}
.result-inner-table tr td:nth-child(1){width: 15%;}
.result-inner-table tr td:nth-child(2){width: 50%;}
.result-inner-table tr td:nth-child(3){width: 35%;}

.result-inner-table tr td.rank-1{background: url(/img/icon_rank_01.png) no-repeat center center; background-size: 60px; text-indent: -999em}
.result-inner-table tr td.rank-2{background: url(/img/icon_rank_02.png) no-repeat center center; background-size: 60px; text-indent: -999em}
.result-inner-table tr td.rank-3{background: url(/img/icon_rank_03.png) no-repeat center center; background-size: 60px; text-indent: -999em}

.result-inner-table tr td.result-answer-number span{
	font-size: 44px;
	font-style: italic;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #e46262;
	line-height: 1em;
	position: relative;
	top: 3px;
}

.answer-list-wrapper.owner-only{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.answer-list-wrapper.owner-only h4{
	font-size: 18px;
	padding: 5px 0 5px;
	margin-bottom: 0px;
	background: #0060a1;
	color: #FFF;
}
.answer-list-wrapper.owner-only h4.every-answer-title{
	background: #DA5A3B;
	margin-bottom: 5px;
}
.answer-list-wrapper.owner-only table{margin-bottom: 0px;}
.answer-list-wrapper.owner-only table.owner-answer img{max-width:500px;max-height:300px;}
.answer-list-wrapper.owner-only table.owner-answer tr th{
	padding: 15px 10px;
	background: #ececec;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 2px solid #ececec;
	width: 12%;
	text-align: center;
}
.answer-list-wrapper.owner-only table.owner-answer tr:last-child th{border-bottom: 2px solid #ececec;}
.answer-list-wrapper.owner-only table.owner-answer tr td{
	padding: 10px;
	font-size: 15px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border: 2px solid #ececec;
}

.answer-list-wrapper.owner-only table.every-answer{}
.answer-list-wrapper.owner-only table.every-answer tr{}
.answer-list-wrapper.owner-only table.every-answer tr th{
	text-align: center;
	padding: 3px 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #333;
	background: #eee;
}
.answer-list-wrapper.owner-only table.every-answer tr th:nth-child(1){width: 20%;}
.answer-list-wrapper.owner-only table.every-answer tr th:nth-child(2){width: 20%;}
.answer-list-wrapper.owner-only table.every-answer tr th:nth-child(3){width: 10%;}
.answer-list-wrapper.owner-only table.every-answer tr th:nth-child(4){width: 10%;}

.answer-list-wrapper.owner-only table.every-answer tr td{
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-text{
	padding: 3px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	min-width: auto;
	background: none;
	border-radius: 0;
	color: #333;
	position: relative;
}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-text:before{content: none;}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-name{font-size: 15px;font-weight:normal;}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-text{font-size: 15px;}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-seconds{font-size: 13px;font-weight:normal;}
.answer-list-wrapper.owner-only table.every-answer tr td.answer-list-correct{font-size: 17px;}
.answer-list-wrapper.owner-only table.every-answer tr.is-correct td.answer-list-correct{
	background: #dc5934;
	color: #FFFF;
}
.answer-list-wrapper.owner-only table.every-answer tr.is-uncorrect td.answer-list-correct{
	background: #0060a1;
	color: #FFFF;
}
.answer-list-wrapper.owner-only table.every-answer tr td button{
	font-size: 15px;
	box-sizing: border-box;
	font-weight: bold;
	margin: 0 5px;
	padding: 3px 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
	cursor: pointer;
}
.answer-list-wrapper.owner-only table.every-answer tr td button.btn-ok{background: #dc5934; color: #FFF;}
.answer-list-wrapper.owner-only table.every-answer tr td button.btn-ng{background: #0060a1; color: #FFF;}

.answer-list-wrapper.owner-only table.every-answer tr td .check-hide-wrapper{
	font-size:12px;
	margin: 0 0 0 5px;
	font-weight:normal;
}
.answer-list-wrapper.owner-only table.every-answer tr td .check-hide{
	margin-right: 5px;
	vertical-align: middle;
}

.answer-list-wrapper.owner-only table.every-answer tr td button.btn-exit{
	font-size: 11px;
	vertical-align: top;
	line-height: 20px;
	letter-spacing: 0.05em;
	padding: 3px 5px;
	background: #ccc;
	transition: all .25s ease;
}
.answer-list-wrapper.owner-only table.every-answer tr td button.btn-exit:hover{opacity:0.7;}

.answer-list-wrapper.owner-only button.btn-all-exit{
	width: auto;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 23px;
	border: none;
	border-radius: 10px;
	display: block;
	margin: 5px 20px 20px;
	background: #ccc;
	transition: 0.3s;
	float: right;
}


.answer-list-wrapper.owner-only button.btn-all-exit:hover{opacity:0.7;}

/*7/7edit*/
.howto-block{
	width: 92%;
	background: #FFF;
	display: block;
	margin: 0 auto;
	padding: 55px 20px;
	box-sizing: border-box;
}
.howto-block h3{
	color: #07629f;
	display: block;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	font-size: 34px;
}
.howto-block .halfbox-rulemovie{
	position: relative;
	width: 100%;
	padding: calc(315 / 560 * 100%) 0 0;
}
.howto-block .halfbox-rulemovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fullbox{
	width: 800px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 75px 0;
}


.login-submit{padding: 20px 50px 20px;}
.login-submit button{}
.forget-pw{margin-bottom: 100px;}
.forget-pw p{
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2em;
	transition:0.3s;
}
.forget-pw p a{color: #DA5A3B;}
.forget-pw p:hover{opacity: 0.8;}
.waiting-message{
	width: 96%;
	display: block;
	margin: 0 auto;
}

.contact table.price{width: 96%;margin: 0 auto 15px;}
.contact table.room-create{width: 90%;margin-bottom:10px;}

.user-index-detail{
	text-align: center;
	letter-spacing: 0.1em;
}
.user-index-detail a{color: #0060a1;}

.owner-view-status form{
	display: inline-block;
	float: right;
	height: 34px;
	margin-top: 12px;
}
.owner-view-status button.stripe-button-el{
	color: #fff;
	background: none;
	box-shadow: none;
}
.owner-view-status button.stripe-button-el span{
	min-height: 30px;
	text-align: center;
	float: right;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	min-width: 100px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #ea5959;
	border: 2px solid #ea5959;
	border-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
}
.owner-view-status button.stripe-button-el span:hover{
	color: #ea5959;
	background: #fff;
}

.room-add-caption{
	display: block;
	margin: 10px auto 30px;
	width: 90%;
	text-align: right;
}
.room-add-caption p{
	line-height: 1.8em;
	font-size: 13px;
	font-weight: normal;
}
.room-add-caption p a{color: #DA5A3B; text-decoration: underline;}

.member-parts p{font-size: 18px;}
#answer-marubatsu{
	width: 26%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
#answer-marubatsu label{
	width: 42%;
	background: #FFF;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	height: 70px;
	line-height: 66px;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 28px;
	transition:0.3s;
	cursor: pointer;
}

#answer-marubatsu input{
	display: none;
}
#answer-marubatsu input:checked + label{
	background: #e4b118;
	color: #FFF;
}
span#answer-wait{
	color: #FFF;
	font-size: 20px;
}

#answer-select{
	width: 92%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
#answer-select label{
	width: 100px;
	height: auto;
	background: #FFF;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 26px;
	transition: 0.3s;
	padding: 20px 0px;
	cursor:pointer;
	color: #555;
}

#answer-select input{display: none;}
#answer-select input:checked + label{
	width: 100px;
	background: #e4b118;
	color: #FFF;
	box-sizing: border-box;
	padding: 20px 0px;
	border-radius: 5px;
	text-align: center;
	font-size: 26px;
}
/*#answer-select input[type=radio]{display: none;}*/

/*0715 edit*/
.stripe-caution{
	font-size: 13px;
	line-height: 1.1em;
	margin-top: 3px;
	color: #7d7d7d;
}

.owner-start-txt{
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.01em;
	margin-bottom: 30px;
	color: #555;
}

.correct-parts{
	background: #dc5934;
	color: #FFF;
	position: absolute;
	font-size: 15px;
	left: 10px;
	bottom: 0;
}
.correct-parts p{}
.correct-parts p span{}
.correct-parts p span.correct-count{font-size: 23px;}
.correct-parts p span.correct-total{
	font-size: 23px;
	display: inline-block;
	padding-right: 5px;
}
.correct-parts p span.correct-percent{
	font-size: 23px;
	display: inline-block;
	padding: 0 5px 0 0;
}
.owner-answer-correct{}
.owner-answer-correct.correct-parts{
	position: relative;
	background: #fff;
	right: 0;
	color: #333;
	text-align: center;
	font-size: 18px;
	float: left;
}
.owner-answer-correct.correct-parts p span.correct-count{font-size: 30px;}
.owner-answer-correct.correct-parts p span.correct-total{font-size: 30px;}
.owner-answer-correct.correct-parts p span.correct-percent{font-size: 30px;}

.index-caution{
	font-size: 11px;
	letter-spacing: 0.02em;
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #DA5A3B;
}

.room_add_introduction{
	display: block;
	width: 90%;
	margin: 100px auto 50px;
}
.room_add_introduction p{
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.room_add_introduction small{
	font-size: 14px;
	text-align: center;
	display: block;
}

.answer.result{padding: 0 0 100px;}

#answer-list.every-answer-ready{
	display: flex;
    flex-wrap: wrap;
}
.answer-list-wrapper.owner-only table.every-answer .every-answer-ready tr{
    display: block;
    width: 12%;
    margin: 0 1% 2.5%;
    margin-bottom: 2.5%;
}
.answer-list-wrapper.owner-only table.every-answer .every-answer-ready tr td{
    display: block;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.every-answer-participant{
    font-size: 26px;
    display: block;
    margin: 0px 20px 10px;
    color: #555;
}

.privacy-inner-text-ul{}
.privacy-inner-text-ul li{
	display: block;
	font-weight: normal;
    font-size: 14px;
	line-height: 1.8em;
	padding-left: 1em;
	text-indent: -1em;
}
span.sentence-line{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 1.5em;
}
.btn-manual{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.btn-manual p{
	font-size: 12px;
	margin-bottom: 10px;
	color: #DA5A3B;
	text-align: center;
}
.btn-manual a{
	text-align: center;
	width: 190px;
	display: inline-block;
	border: none;
	line-height: 36px;
	height: 36px;
	float: right;
	background: #DA5A3B;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: 0.3s;
	border:2px solid #DA5A3B;
}
.btn-manual a:hover{
	background: #fff;
	color: #DA5A3B;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tos-box{
	width: 1080px;
	max-width: 100%;
    height: 200px;
    overflow: scroll;
    display: block;
    margin: 50px auto;
    background: #f5f5f5;
    padding: 20px;
    box-sizing:border-box;
}

.tos-box .privacy-inner{width: 100%; margin: 0 auto 30px;}
.tos-box p{font-size: 12px;}
.privacy-inner-text{margin-bottom: 30px;}
.tos-box h3{font-size: 17px;}
.tos-box h2{font-size: 20px; text-align: center; display: block;margin-bottom: 50px;font-weight: bold;}
.error-block .error-message{color: #DA5A3B;}

/* 20200924edit */
.question-category.is-view{
	text-align: center;
	position: absolute;
	width: 100px;
	margin: 12px auto 0;
	height: 24px;
	line-height: 23px;
	font-size: 13px;
	left: 143px;
	top: 0px;
}
.question-image.is-view{
	position: absolute;
	top: 60px;
	right: 1%;
	margin: 0;
	max-width: 220px;
	max-height: 220px;
}
.question-image.is-view img{
	max-width: 220px;
	max-height: 220px;
}

.question-wrap.is-view{
	padding: 50px 3% 30px;
	min-height: 220px;
	margin: 0 0 0px;
}
.question-text.is-view{
	padding: 0px 0 0 100px;
	font-size: 24px;
	text-align: left;
	margin-bottom: 15px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 0.03em;
}

.is-photo-large .question-text.is-view{padding-left: 0;}

.select-text.is-view{
	width: 100%;
	font-size: 15px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
}

.is-tobira .question-text{text-align:center;}
.is-tobira .select-text.is-view{
	border:none;
	padding-top: 0;
}

.select-text > div{
	width: 100%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-left: 0em;
	position:relative;
	margin-bottom: 10px;
	padding: 7px 0 0 40px;
	box-sizing:border-box;
}

.question-leftflow.is-view {
	width: calc(100% - 265px);
	box-sizing: border-box;
	padding-left: 0px;
}



/* 閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

.is-photo-large .question-wrap.is-view{
	padding-top: 70px;
}

.is-photo-large .question-image.is-view{
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	margin: 0 auto 40px;
	max-width: 100%;
	max-height: 400px;
}

.is-photo-large .question-image.is-view img{
	max-width: 100%;
	max-height: 400px;
}

.is-photo-large .question-leftflow.is-view {
	width: 100%;
}

.is-limit-10.is-photo-large .question-leftflow.is-view, .is-limit-20.is-photo-large .question-leftflow.is-view {
	width: 100%;
}


/* /閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

.measurement-parts.is-view{
	position: absolute;
	top: 0;
	right: 3%;
}

.question-member-tab.respondent.is-view{width: 98%;}
.is-10 .question-member-tab.respondent{width: 86%;}
.is-20 .question-member-tab.respondent{width: 86%;}
.is-50 .question-member-tab.respondent{width: 98%;}
.is-100 .question-member-tab.respondent{width: 98%;}

.question-member-tab.respondent.is-view{
	width: 98%;
}
.question-member-tab.respondent .is-view li{
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px;
	border-radius: 5px 5px 5px 5px;
	background: #e6e6e6;
	color: #333;
	margin: 0 3px 22px;
	min-width: 62px;
	text-align: center;
	position: relative;
	min-width: auto;

}
.question-member-tab.respondent .is-view li.is-active:after {
	content: '回答済み!';
	font-size: 11px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -16px;
	right: 0px;
	color: #da6148;
}
.answer.is-active.is-view{position: relative;}
.answer-category.is-view{
	text-align: center;
	position: absolute;
	width: 100px;
	margin: 12px auto 0;
	height: 24px;
	line-height: 23px;
	font-size: 13px;
	left: 143px;
	top: 0px;
}
.answer-image.is-view{
	margin: 0;
	width: 260px;
	max-width: 260px;
	max-height: 260px;
	position: absolute;
	top: 60px;
	bottom: auto;
	right: 1%;
	box-sizing: border-box;
	z-index: 999;
}
.answer-image.is-view img{
	max-width: 240px;
	max-height: 240px;
	object-fit: contain;
	background: #FFF;
	width: auto;
	padding: 2%;
}

/* 閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

.is-photo-large .answer-image.is-view {
	position: static;
	background: #f1f1f1;
	max-width: 100%;
	max-height: 410px;
	width: auto;
	box-sizing: content-box;
	top: auto;
	bottom: auto;
	right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.is-photo-large .answer-image.is-view img{
	padding: 5px;
	max-width: calc(100% - 10px);
	max-height: 400px;
	box-sizing: content-box;
}

/* /閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

.answer-wrap.is-view{
	padding: 50px 3% 30px;
	min-height: 220px;
	margin: 0 0 30px;
}
.answer.is-active.is-view .select-text{
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 20px 50px 20px 50px;
	margin: 0 auto;
	min-height: 80px;
	flex-wrap: wrap;
}
.answer.is-active.is-view .select-text div{
	width: 22%;
	margin-bottom: 15px;
}
.answer-inner.is-view{
	padding: 35px 0 35px;
	margin-bottom: 0;
	background: #DA5A3B;
	box-sizing: border-box;
	position: relative;
	min-height: 180px;
}

.answer-list.is-view{width: 98%;}
.answer-list.is-view li{min-width: 100px; padding: 0 3px;}
.answer-list.is-view .answer-list-text{
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	min-width: 85px;
	border-radius: 8px 8px 8px 8px;
	position: relative;
}
.answer-list.is-view .answer-list-name{
	padding: 5px 0 7px;
	font-size: 11px;
}
.answer-list.is-view .answer-list-text::before{
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-width: 7px 7px 0 0;
	bottom: -7px;
	left: 86%;
	margin-left: 0px;
}
.answer-list.is-view .answer-list-text.is-correct::after{
	content: '正解!';
	font-size: 11px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -15px;
	right: 4px;
	color: #da6148;
}

.answer-list.is-view .answer-list-text.is-uncorrect::after{
	content: '不正解';
	font-size: 11px;
	letter-spacing: 0.02em;
	position: absolute;
	top: -15px;
	right: 4px;
	color: #4784ad;
}

.answer-list.is-view .answer-list-text.is-hidden::after{content:'見せられないよ';font-size:10px;}

.select-text.is-view div:empty{display: none;}
.question-member-tab.respondent ul{justify-content: center;}



/*view人数に対するcss*/
.is-limit-10 .select-text.is-view div,.is-limit-20 .select-text.is-view div{}
.is-limit-10 .select-text.is-view, .is-limit-20 .select-text.is-view{width: 100%;}
.is-limit-10 .question-wrap.is-view,.is-limit-20 .question-wrap.is-view{
	padding: 40px 3% 30px;
	min-height: 260px;
}
.is-limit-10 .question-text.is-view,.is-limit-20 .question-text.is-view{font-size: 28px;}
.is-limit-10 .question-leftflow.is-view,.is-limit-20 .question-leftflow.is-view{width: calc(100% - 265px);}
.is-limit-10 .question-image.is-view,.is-limit-20 .question-image.is-view{
	right: 30px;
	margin: 0;
	max-width: 240px;
	max-height: 240px;
}

.is-limit-10 .question-image.is-view img,.is-limit-20 .question-image.is-view img{
	max-width: 240px;
	max-height: 240px;
}

/* 閲覧画面に表示される問題画像を大きくする ---------------------------------------*/
.is-limit-10.is-photo-large .question-wrap.is-view,.is-limit-20.is-photo-large .question-wrap.is-view{
	padding-top: 45px;
}

.is-limit-10.is-photo-large .question-image.is-view, .is-limit-20.is-photo-large .question-image.is-view {
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto 40px;
}

.is-limit-10.is-photo-large .question-image.is-view img,.is-limit-20.is-photo-large .question-image.is-view img {
	max-width: 100%;
	max-height: 400px;
}
/* /閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

.is-limit-10 .question-member-tab.respondent.is-view,.is-limit-20 .question-member-tab.respondent.is-view {width: 94%;}
.is-limit-10 .question-member-tab.respondent .is-view li,.is-limit-20 .question-member-tab.respondent .is-view li{
	font-size: 14px;
	min-width: 120px;
	margin: 0 3px 30px;
}
.is-limit-10 .answer-list.is-view,.is-limit-20 .answer-list.is-view{width: 90%;}
.is-limit-10 .answer-list-wrapper h4,.is-limit-20 .answer-list-wrapper h4{
	font-size: 24px;
	padding: 50px 0 35px;
	margin-bottom: 30px;
}
.is-limit-10 .answer-list.is-view .answer-list-text,.is-limit-20 .answer-list.is-view .answer-list-text{
	min-width: 150px;
	font-size: 18px;
}
.is-limit-10 .answer-list.is-view .answer-list-name,.is-limit-20 .answer-list.is-view .answer-list-name{
	padding: 7px 0 7px;
	font-size: 15px;
}
.is-limit-10 .answer-list.is-view .answer-list-text.is-correct:after,.is-limit-20 .answer-list.is-view .answer-list-text.is-correct:after,
.is-limit-10 .answer-list.is-view .answer-list-text.is-uncorrect:after,.is-limit-20 .answer-list.is-view .answer-list-text.is-uncorrect:after{
	font-size: 14px;
	top: -22px;
}
.is-limit-10 .answer-list.is-view li,.is-limit-20 .answer-list.is-view li{
	font-size: 14px;
	min-width: 120px;
	margin: 0 3px 30px;
}
.is-limit-10 .answer-correct-sub,.is-limit-20 .answer-correct-sub{
	margin: 15px auto 10px;
	font-size: 15px;
}



/* アップデート履歴 ---------------------------------------*/

.history{margin-top: 30px;}
.history-inner{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.history-table{table-layout: fixed;}
.history-table thead th,
.history-table thead td{
	background: #D3DEEA;
	padding: 10px;
	border: 1px solid #ccc;
	font-weight:bold;
}

.history-table thead th:nth-child(1){width:100px;}

.history-table tbody th,
.history-table tbody td{
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ccc;
	font-weight:normal;
}

.history-table tbody tr:nth-child(2n) th,
.history-table tbody tr:nth-child(2n) td{background: #f1f1f1;}


/* 特定商取引法に基づく表記 ---------------------------------------*/

.law{margin-top: 30px;}

.law-inner{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 30px;
}

.law-table{table-layout: fixed;}

.law-table thead th,
.law-table thead td{
	background: #D3DEEA;
	padding: 10px;
	border: 1px solid #ccc;
	font-weight:bold;
}

.law-table thead th:nth-child(1){width:100px;}

.law-table tbody th,
.law-table tbody td{
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ccc;
	font-weight:normal;
}

.law-table tbody th {width: 35%}
.law-table tbody td {width: 65%}

.law-table tbody tr:nth-child(2n) th,
.law-table tbody tr:nth-child(2n) td{background: #f1f1f1;}



/* よくあるご質問 ---------------------------------------*/

.faq{margin-top: 30px;}

.faq-inner{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 30px;
}

.faq-list{}
.faq-list > li{
	border-bottom:1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.faq-list-q{
	position:relative;
	padding-left: 35px;
	font-size:20px;
	line-height: 1.8;
	margin-bottom: 20px;
	padding-top: 8px;
	line-height:1.0;
}

.faq-list-q span{
	position:absolute;
	left: 0px;
	top: 0;
	font-size:30px;
	font-weight:bold;
	color: #2B65A3;
}

.faq-list-a{
	position:relative;
	padding-left: 50px;
	font-size:14px;
	line-height: 1.8;
}

.faq-list-a span{
	position:absolute;
	left: 20px;
	top: 0;
	font-size:30px;
	font-weight:bold;
	color: #EF8BAE;
	line-height:1.0;
}

/*edit20211110*/
.register-img{}
.register-img img{
	width: 40%;
	display: block;
	margin: 0 auto;
	max-width: 580px;
}



@media screen and (max-width: 768px){

	/* default */
	img{max-width:100%;}
	a img{opacity:1;}
	*{box-sizing:border-box;}

	/* common item */
	.pc{display: none !important;}
	.pcbr{display: none;}
	.sp{display: block;}
	.spbr{display: block;}

	.headerInner,
	.footerInner,
	.inner{
		min-width:0;
		width:100%;
	}

	header{
		width:100%;
		height:50px;
		/*background-color:#fff;*/
		position:fixed;
		left:0px;
		top:0px;
		z-index: 1000;
		padding:0px 0 0 0;
	}

	footer{padding: 20px 0 20px 0;}

	footer .contact-btn{
		right: 17px;
		bottom: 25px;
	}

	footer .contact-btn a{
		width: 58px;
		height: 58px;
	}

	header.index-header{height: 44px;}
	header.index-header img {
		width: 50px;
		position: absolute;
		left: 7px;
		right: auto;
		top: 7px;
		margin: auto;
	}




	footer ul{width: auto;}
	.closed-bnr {
		width: 90%;
		display: block;
		margin: 5% auto 5%;
	}

	.start .txt-intro img {
		width: 60%;
		display: block;
		margin: 5% auto;
	}
	.start .message.success {
		font-size: 16px;
		margin: 0;
		padding: 5% 0;
	}
	.start{
		display: block;
		margin: 0 auto 10%;
		width: 100%;
	}

	.exit-block {
		position: absolute;
		top: 18px;
		right: 15px;
	}

	.exit-block .btn{
		width: 32px;
		min-width: 32px;
		background: url(/img/btn_exit.png) no-repeat center center #aaa;
		background-size: 80%;
		text-indent: -999em;
		border: none;
		display: block;
		height: 32px;
		padding: 0;
		font-size: 0;
	}

	.room-info {
		background: #5f859e5e;
		padding: 1% 3% 3%;
		margin-bottom: 5%;
	}
	.start-name-list {
		width: 70%;
		margin: 0 auto;
	}
	.start-name-list .form-text{margin-bottom: 0;}
	.room-info-inner .room-url{
		display: block;
		padding: 0;
		word-break: break-all;
		text-indent: -999em;
		height: 0;
	}
	.start .start-btn .btn{
		width: 70%;
	}
	.question-wrap{
		/*background: url(../img/question_animal.png) no-repeat left 4% center #efefef;
		background-size: 58px;*/
		width: 100%;
		box-sizing: border-box;
		padding: 5% 3% 5% 20%;
		min-height: auto;
		margin: 0 0 5%;
	}
	#remaining-time{
		/*
		font-size:18px;
		position: absolute;
		left: 10%;
		top: auto;
		bottom: 10px;
		transform: translate(-50%,0);
		z-index: 10;
		width: 45px;
		text-align: center;
		height: 45px;
		line-height: 42px;
		background: #db5a3b;
		border-radius: 60px;
		color: #fff;
		*/
	}
	.answer-image {
		max-width: 80%;
		margin: 30px auto 30px;
	}
	.answer.is-active .select-text {
		width: 78%;
		font-size: 16px;
		display: flex;
		justify-content: space-between;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		margin: 0px auto 50px;
		padding: 35px 10px 0px;
	}
	.answer-correct {
		color: #fff;
		padding: 0;
		width: 88%;
		font-size: 24px;
	}
	.answer-inner {
		padding: 15px 0 0px;
		padding-bottom: 0;
		margin-bottom: 0;
		background: #DA5A3B;
		/*background: url(../img/labrador02.png) no-repeat bottom 10px right 2vw #DA5A3B;
		background-size: 90px;*/
		position: relative;
	}
	.answer-writer{
		position: relative;
		bottom: 0;
		left: 0;
		font-size: 12px;
	}
	.answer-list-wrapper h4 {
		font-size: 13px;
		line-height: 1em;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: bold;
		color: #333;
		padding: 6% 0;
		margin-bottom: 0;
	}
	.answer-list {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 94%;
		margin: 0 auto;
	}
	.answer-list li {
		width: 32%;
		min-width: 32%;
		margin-bottom: 2%;
	}
	.answer-list-text {
		padding: 5px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5em;
	}
	.answer-list-text:before {
		content: '';
		position: absolute;
		display: block;
		z-index: 1;
		border-style: solid;
		border-color: #eaeaea transparent;
		border-width: 10px 10px 0 0;
		bottom: -7px;
		left: 84%;
		margin-left: 0px;
	}
	.answer-list-text.is-active:before {
		content: '';
		position: absolute;
		display: block;
		z-index: 1;
		border-style: solid;
		border-color: #DA5A3B transparent;
		border-width: 10px 10px 0 0;
		bottom: -7px;
		left: 84%;
		margin-left: 0px;
	}
	.answer-list-text.is-correct:after{
		font-size: 12px;
		right: 4px;
	}

	.question-text{
		width: 100%;
		font-size: 14px;
		text-align: left;
		padding: 15px 15px 25px;
	}
	.question-member-tab.respondent li{
		width: 28%;
		padding: 5px 5px;
		margin: 5px 5px;
		font-size: 10px;
	}
	.is-10 .question-member-tab.respondent li{}

	.question-member-tab{width: 100%;}
	.question-member-tab li {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 5px;
		border-radius: 5px 5px 5px 5px;
		background: #e6e6e6;
		color: #333;
		text-align: center;
		width: 47%;
		margin-bottom: 5%;
	}
	.question-member-tab {
		width: 97%;
		display: block;
		margin: 0 auto 3%;
	}
	.question-yourform{
		padding: 5% 5%;
		position: fixed;
		width: 100%;
		bottom: 0;
	}
	.question-yourform .form-text {
		width: 100%;
		font-size: 16px;
	}
	.question-yourform-btn{
		padding-top: 5%;
	}
	.question-yourform-btn .btn {width: 100%;}
	.quiz-add-btn{display: none;}
	.answer{padding-bottom: 50px;}
	.answer-title {
		margin: 0 auto 10px;
		font-size: 16px;
	}
	.createquiz {margin: 5% 0;}
	.createquiz-title {
		width: 100%;
		font-size: 24px;
		margin-bottom: 30px;
		padding-bottom: 0px;
	}
	.createquiz-title span {
		background: url(../img/bg_add_title_line.jpg) repeat-x top 11px left;
		background-size: 5px;
	}
	.createquiz-notice {
		width: 100%;
		margin: 0 auto 10%;
		padding: 3% 0 17%;
		background: url(../img/check_neko.png) no-repeat right 20px bottom 5px;
		background-size: 100px;
	}
	.createquiz-notice .createquiz-notice-lead{font-size: 20px;}
	.createquiz-notice ul li{
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
	}

	.createquiz table,
	.createquiz table tbody,
	.createquiz table tr,
	.createquiz table th,
	.createquiz table td{display: block}

	.createquiz table{
		width: 100%;
		margin:0 auto;
	}
	.createquiz-submit {padding: 10% 10%;}

	.createquiz table tr{
		width: 100%;
		background: #fff;
		padding: 0;
	}
	.createquiz table th {
		width: 100%;
		font-size: 16px;
		padding: 10px 15px;
		border-top: none;
		border-right: none;
		border-left: none;
		border: none;
	}
	.createquiz table td{
		width: 100%;
		background: #FFF;
		padding: 15px 15px 15px;
	}
	.createquiz table td.form-file span{
		width: 100%;
		margin-bottom: 0;
	}
	.createquiz table td .select-q-four span{
		width: 8%;
		font-size: 14px;
		padding-left: 7px;
	}
	.createquiz table td .select-q-four input{
		width: 92%;
	}
	.createquiz table td.form-file {
		padding: 20px 20px;
		background: #fff;
	}
	.owner-view-status, .owner-view-registration-q, .owner-view-q-progress{
		min-height: 60px;
		height: 60px;
		line-height: 30px;
	}
	.owner-view-status a,.owner-view-registration-q a{line-height: 25px;}
	.contact .contact-read.room-detail-read-btn{width: 100%;}

/*contact
	.contact .contact-read {
		width: 100%;
		display: block;
		margin: 20px auto 35px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.05em;
		line-height: 2em;
	}

/*プライバシー*/
	.privacy {margin: 30px 0 0;}
	.privacy-inner {
		width: 100%;
		display: block;
		margin: 25px auto 50px;
	}

	.tos-box{width:100%;}


	/*add20200518*/
	.question-wrap{
		padding: 20px 0 15px 0;
		margin: 0;
	}
	.question-member{padding-top: 10px}
	.question-category{
		margin: 0 auto;
		height: 22px;
		width: 100px;
		line-height: 22px;
		font-size: 11px;
	}
	.measurement-parts {
		position: absolute;
		bottom: 20px;
		right: 3%;
	}
	.measurement-parts p{font-size: 15px;}
	.current-question{
		font-size: 23px;
		position: relative;
		right: 2px;
		top: 0px;
	}
	.total-question{
		font-size: 14px;
		position: relative;
		left: 2px;
		top: 0px;
	}

	.answer-next-btn .btn{
		width: 64%;
		font-size: 17px;
		padding: 10px 0 13px;
		background:#e4b118;
	}

	.answer-select{
		padding: 0 20px;
	}

	.answer.is-active .select-text{
		width: 100%;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 15px auto 15px;
		padding: 0;
		min-height: auto;
	}
	.answer.is-active .select-text div{
		width: 50%;
		padding: 8px 10px 5px 40px;
	}
	.room-info-inner{
		font-size: 12px;
	}

	.select-text{
		width: 92%;
		font-size: 14px;
		margin-bottom: 25px
	}

	.select-text > div{width:100%;}

	.select-text .select-1,
	.select-text .select-2,
	.select-text .select-3,
	.select-text .select-4{margin-bottom: 10px}

	.createroom-category label{
		width: 50%;
	}

	/*メンテナンス*/
	.maintenance-block{
		display: block;
		width: 100%;
		padding: 60px 20px 150px;
		background: url(../img/goose.png) no-repeat left 20% bottom 30px,url(../img/goose2.png) no-repeat right 20% bottom 30px #FFF;
		background-size: 45px,40px;
	}
	.maintenance-block h3{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.maintenance-block p{
		font-size: 13px;
	}
	.question.is-active .skip{padding: 0;}
	.modalWrapper{
		padding: 5% 3%;
		width: 100%;
	}
	.modalContents button{
		width: auto;
		color: #fff;
		border: none;
		background: #c2b24c;
		padding: 5% 5%;
		border-radius: 5px;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 1px solid #c2b24c;
		letter-spacing: 2px;
		font-weight: bold;
	}
	.closeModal{font-size: 30px;}

	.question-yourform #answer-select{
		width: 100%;
		justify-content: space-around;
	}
	.answer-list-wrapper{position: relative;}
	.answer-correct-sub{
		width: 92%;
		font-size: 12px;
		margin: 10px auto 0px;
		padding: 0 0 15px;
	}
	.result-inner{padding-bottom: 50px;}
	.answer-list-wrapper.result-inner h4{
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: bold;
		padding: 8% 0px 2%;
		background: url(/img/icon_cracker_1.png) no-repeat bottom left 5% ,url(/img/icon_cracker_2.png) no-repeat bottom right 5% #fff;
		background-size: 40px;
		margin-bottom: 25px;
	}
	.result-inner-table{width: 100%;}
	.result-inner-table tr th:nth-child(1){width: 15%;}
	.result-inner-table tr th:nth-child(2){width: 60%;}
	.result-inner-table tr th:nth-child(3){width: 25%;}
	.result-inner-table tr td:nth-child(1){width: 15%;}
	.result-inner-table tr td:nth-child(2){
		width: 60%;
		text-align: left;
		padding: 10px 0 10px 15px;
	}
	.result-inner-table tr td:nth-child(3){width: 25%;}

	.result-inner-table tr td{font-size: 15px;}

	.result-inner-table tr:nth-child(2) td:nth-child(1),.result-inner-table tr:nth-child(3) td:nth-child(1),.result-inner-table tr:nth-child(4) td:nth-child(1){background-size: 46px;}

	.result-inner-table tr td:rank-1{background: url(/img/icon_rank_01.png) no-repeat center top 50%; background-size: 42px; text-indent: -999em}
	.result-inner-table tr td:rank-2{background: url(/img/icon_rank_02.png) no-repeat center top 50%; background-size: 42px; text-indent: -999em}
	.result-inner-table tr td:rank-3{background: url(/img/icon_rank_03.png) no-repeat center top 50%; background-size: 42px; text-indent: -999em}
	.result-inner-table tr td.result-answer-number span{
		font-size: 30px;
		font-style: italic;
		display: inline-block;
		margin: 0 10px 0 0;
		color: #e46262;
		line-height: 1em;
		position: relative;
		top: 3px;
	}
	.icon-after-answer{display: none;}



	/*7/7 edit*/
	.howto-block {
		width: 100%;
		padding: 40px 20px;
	}
	.howto-block h3{
		font-size: 24px;
		margin-bottom: 35px;
	}

	.fullbox {
		width: 100%;
		padding: 0px;
	}

	.btn-logout a{
		display: block;
		margin: 0 auto;
		line-height: 27px;
		height: 30px;
		font-size: 12px;
		width: 100px;
	}
	.contact .contact-read.room-detail-read-btn{
		display: block;
		margin-bottom: 25px;
	}


	table .data-table-head th:nth-child(1),table .data-table-td td:nth-child(1){width: 12%;}
	table .data-table-head td:nth-child(2),table .data-table-td td:nth-child(2){width: 8%;}
	table .data-table-head th:nth-child(3),table .data-table-head th:nth-child(4),table .data-table-td td:nth-child(3),table .data-table-td td:nth-child(4){width: 27%;}
	table .data-table-head th:nth-child(5),table .data-table-td th:nth-child(5){width: 11%;}
	.createquiz table tr.data-table-td{
		background: #FFF;
		border-bottom: 1px solid #ddd;
		padding: 15px 15px;
	}
	table .data-table-head th:nth-child(6) {
		width: 13%;
		height: 30px;
		padding: 5px 0;
	}

	table .data-table-head th{
		display: inline-block;
		font-size: 13px;
		padding: 5px 5px;
	}
	.table-scroll-div{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.table-scroll-div table.data-table{width: 700px;}
	.table-scroll-div table .data-table-td td {
		font-size: 14px;
		padding: 5px;
		display: inline-block;
	}

	.ownerscreen {
		padding-bottom: 127px;
	}

	.owner-view-status a, .owner-view-registration-q a{
		display: block;
		float: none;
		margin-top: 10px;
	}
	.owner-view-status form {
		display: block;
		float: none;
		margin-top: 10px;
	}
	.createquiz table th small{font-size: 10px;}
	.data-table-index{}
	.createquiz table.data-table-index th,.createquiz table.data-table-index td{
		width: 32.6%;
		display: inline-block;
	}
	td.data-table-index-status{text-align: center;}

	.question.is-active{
		padding-bottom: 210px;
	}
	#answer-marubatsu {width: 60%;}
	#answer-marubatsu label{
		width: 44%;
		height: 60px;
		line-height: 56px;
		font-size: 24px;
	}
	#answer-marubatsu input:checked + label{}

	/*0715 edit*/
	.question-image{
		max-width: 100%;
		max-height: 200px;
		width: 100%;
		text-align:center;
	}
	.question-image img{
		max-width: 100%;
		max-height: 200px;
	}
	span#answer-wait{font-size: 16px;}
	.correct-parts{
		position: relative;
		right: 0;
		left: auto;
		font-size: 12px;
		text-align: center;
	}
	.correct-parts p span.correct-count{font-size: 20px;}
	.correct-parts p span.correct-total{font-size: 20px;}
	.correct-parts p span.correct-percent{font-size: 20px;}

	#answer-select label{
		width: 20%;
		padding: 10px 15px;
		font-size: 23px;
	}

	#answer-select input{display: none;}
	#answer-select input:checked + label{
		width: 20%;
		padding: 10px 15px;
		font-size: 23px;
	}
	.answer-list-name {
		padding: 10px 0 5px;
		font-size: 11px;
		margin-top: 0px;
	}

	.answer-image{max-width: 300px; margin: 30px auto 15px;}
	.answer-image img{
		max-width: 250px;
		max-height: 250px;
		width: auto;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.result-inner-table tr td.rank-1{background: url(/img/icon_rank_01.png) no-repeat center center; background-size: 45px;}
	.result-inner-table tr td.rank-2{background: url(/img/icon_rank_02.png) no-repeat center center; background-size: 45px;}
	.result-inner-table tr td.rank-3{background: url(/img/icon_rank_03.png) no-repeat center center; background-size: 45px;}

	.answer-image.is-view {
		margin: 35px auto 15px;
		width: 100%;
		max-width: 250px;
		max-height: 250px;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		box-sizing: border-box;
		z-index: 999;
	}

	/* 閲覧画面に表示される問題画像を大きくする ---------------------------------------*/
	.is-photo-large .answer-image.is-view {
		margin: 0 auto;
		position: static;
		max-width: 100%;
		max-height: 610px;
		width: auto;
		box-sizing: content-box;
	}

	/* /閲覧画面に表示される問題画像を大きくする ---------------------------------------*/

	.answer.is-active.is-view .select-text {
		width: 94%;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
		margin: 0 auto;
		min-height: auto;
		flex-wrap: wrap;
	}
	.answer.is-active.is-view .select-text div{
		margin: 5px 0;
		text-indent: 0;
		padding-left: 0;
		width: 50%;
		padding: 5px 0px 5px 45px;
	}
	.answer-inner.is-view{padding: 10px 0 10px;min-height:auto}
	.is-limit-10 .answer-list.is-view .answer-list-text, .is-limit-20 .answer-list.is-view .answer-list-text {
		min-width: auto;
		font-size: 12px;
	}
	.is-limit-10 .answer-list.is-view li, .is-limit-20 .answer-list.is-view li{
		font-size: 14px;
		min-width: auto;
		margin: 0 0 2%;
		width: 32%;
		min-width: 32%;
	}
	.is-limit-10 .answer-list.is-view .answer-list-name, .is-limit-20 .answer-list.is-view .answer-list-name{
		padding: 10px 0 5px;
		font-size: 11px;
		margin-top: 0px;
	}
	.is-limit-10 .answer-list.is-view .answer-list-text.is-correct:after, .is-limit-20 .answer-list.is-view .answer-list-text.is-correct:after,
	.is-limit-10 .answer-list.is-view .answer-list-text.is-uncorrect:after, .is-limit-20 .answer-list.is-view .answer-list-text.is-uncorrect:after {
		font-size: 10px;
		top: -19px;
	}
	.answer-list.is-view .answer-list-text::before{left: 84%;}
	.is-limit-10 .question-member-tab.respondent .is-view li, .is-limit-20 .question-member-tab.respondent .is-view li{
		font-size: 11px;
		min-width: 90px;
		padding: 5px 5px;
		margin: 5px 5px 20px;
	}
	.question-image.is-view {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		margin: 0 auto;
		max-width: 220px;
		max-height: 220px;
	}
	.is-limit-10 .question-image.is-view, .is-limit-20 .question-image.is-view {
		right: 0;
		margin: 10% auto;
		max-width: 250px;
		max-height: 250px;
	}
	.question-category.is-view {
		text-align: center;
		position: absolute;
		width: 90px;
		margin: auto;
		height: 24px;
		line-height: 23px;
		font-size: 11px;
		left: 0;
		right: 0;
		top: 3%;
	}
	.question-leftflow.is-view{width: 100%;}
	.is-limit-10 .question-text.is-view, .is-limit-20 .question-text.is-view{font-size: 20px;}
	.is-limit-10 .question-leftflow.is-view, .is-limit-20 .question-leftflow.is-view{width: 100%;}
	.question-text.is-view{
		font-size: 20px;
		padding: 0;
	}
	.select-text.is-view,.is-limit-10 .select-text.is-view, .is-limit-20 .select-text.is-view{width: 100%;}
	.question-wrap.is-view,
	.is-limit-10 .question-wrap.is-view,
	.is-limit-20 .question-wrap.is-view {
		padding: 35px 20px 15px 20px;
		min-height: 100px;
		margin: 0 0 8% 0;
	}
	.correct-parts p {padding-bottom: 15px;}

}











/* -----------------------------------------------------

  2021 css整理

----------------------------------------------------- */

/* -------------------- text --------------------- */

.text-s{font-size:12px;}
.text-m{font-size:16px;}
.text-l{font-size:20px;}

.text-center{text-align:center;}
.text-right{text-align:center;}
.text-left{text-align:center;}


/* -------------------- btn --------------------- */

.btn-primary{
	width: 260px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 54px;
	line-height: 50px;
	letter-spacing: 0.1em;
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #e4b118;
	background: #e4b118;
	cursor: pointer;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}



@media screen and (max-width: 768px){

	/*edit20211110*/
	.register-img{
		width: 100%;
	}
	.register-img img{
		width: 90%;
		display: block;
		margin: 30px auto 0;
		max-width: 100%;
	}

}




/* -----------------------------------------------------

  2022 css追記  finishの画面に遷移させる

----------------------------------------------------- */

.finish-content-inner{
	width: 70%;
	margin: 0 auto;
}
.finish-content-inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.finish-content-inner ul li{
	width: 47%;
}
.finish-content-inner ul li img{
	width: 100%;
}


@media screen and (max-width: 768px){
	.finish-content-inner{width: 100%;}
	.finish-content-inner ul {
		margin-top: 50px;
		display: block;
	}
	.finish-content-inner ul li{
		width: 90%;
		display: block;
		margin: 0 auto 40px;
	}
	.finish-content-inner ul li img{}

}



