/* スワイプで解答できるアンケート */
.tutorial-pc {
	text-align: center;
}

.tutorial-pc img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: auto;
}

.tutorial-pc .btn-start {
	position: relative;
	top: -140px;
	width: 180px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.tutorial-pc .btn-start:hover {
	background-color: #CC9900;
}

.swipe-inquiry .swipe-tutorial {
	width: 100%;
	text-align: center;
}

.swipe-inquiry .swipe-tutorial img {
	max-width: 100%;
	max-height: 100%;
}

.swipe-inquiry .information {
	max-width: 750px;
	margin: 20px auto 0;
	text-align: center;
	padding: 10px 50px;
}

.swipe-inquiry .information .info-title {
	font-size: 18px;
	margin: 0;
}

.swipe-inquiry .information .info-divider {
	border-top: 1px solid #ED7DAF;
	margin: 10px;
}

.swipe-inquiry .information .info-body {
	font-size: 12px;
	margin: 0;
}

.swipe-inquiry .dd-box {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.swipe-inquiry .dd-box .drag {
	width: 210px;
	height: 340px;
	position: absolute;
	background-color: #FFFFFF;
	top: 150px;
	box-shadow: 0 1vh 2vh rgba(62, 62, 62, 0.2);
	overflow: hidden;
}

.swipe-inquiry .dd-box .drag .icon-favorite {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	opacity: 0;
	background-image: url(../../img/pc/swipe_inquiry/heart.png);
	background-size: contain;
}

.swipe-inquiry .dd-box .drag .icon-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	opacity: 0;
	background-image: url(../../img/pc/swipe_inquiry/close.png);
	background-size: contain;
}

.swipe-inquiry .dd-box .drag img {
	width: 100%;
	vertical-align: top;
}

.swipe-inquiry .dd-box .drop {
	position: absolute;
	top: 0;
	z-index: 1;
}

.swipe-inquiry .dd-box .photo-dumy {
	width: 252px;
	height: 408px;
	position: absolute;
	top: 18px;
	z-index: 1;
}

.swipe-inquiry .dd-box #droppable_box1 {
	left: 0;
}

.swipe-inquiry .dd-box #droppable_box2 {
	right: 0;
}

.page-num {
	position: fixed;
	bottom: 52px;
	width: 100%;
	text-align: center;
}

.how-to {
	width: 76%;
	position: absolute;
	left: 0;
	bottom: 90px;
	background-color: #ED7DAF;
	margin: 0 12%;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	z-index: 50;
	padding: 10px;
}

.how-to::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px;
	border-color: transparent transparent #ED7DAF transparent;
}

.btn-good,
.btn-bad {
	position: absolute;
	bottom: 40px;
}

.btn-good {
	right: 30px;
}

.btn-bad {
	left: 30px;
}

.btn-good img,
.btn-bad img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 45px;
}

/* パネル選択 */
.swipe-inquiry .input-question {
	margin: 0 0 20px;
	padding: 10px;
}

.swipe-inquiry .input-question h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.swipe-inquiry .input-question .panel-table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}

.swipe-inquiry .input-question .panel-table .panel-row {
	display: table-row;
}

.swipe-inquiry .input-question .panel-table .panel-row .q-panel {
	display: table-cell;
	padding: 20px 5px;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0 1vh 2vh rgba(62, 62, 62, 0.2);
	overflow: hidden;
	border-right: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	cursor: pointer;
}

.swipe-inquiry .input-question .panel-table .panel-row .selected {
	background-color: #ED7DAF;
	color: #FFFFFF;
	font-weight: bold;
}

.swipe-inquiry .belt-button {
	position: fixed;
	bottom: 0;
	background-color: #FFC0E0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	line-height: 60px;
	text-align: center;
}

.swipe-inquiry .able-click {
	background-color: #ED7DAF;
	cursor: pointer;
}

/* チュートリアル */
.tentatively-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	z-index: 200;
	background-color: rgba(251, 251, 251, 0.8);
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
}

.tentatively-header a {
	text-decoration: none;
	position: relative;
	padding-right: 25px;
	color: #000000;
}

.tentatively-header a::before,
.tentatively-header a::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 10px;
	right: 0;
}

.tentatively-header a::before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.tentatively-header a::after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.start-button {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 200;
	background-color: #EEC338;
}
