@charset "utf-8";
/* 900px for SP */
@media screen and (max-width: 900px) {

	/*-----------------------------------------------------------*/
	/* update_complete */
	/*-----------------------------------------------------------*/
	.update_complete,
	.update_fail{
		font-size: 1.5rem;
	}

	/*-----------------------------------------------------------*/
	/* modal_wrapper */
	/*-----------------------------------------------------------*/
	.modal_wrapper .inner{
		padding: 2rem;
	}
	.modal_wrapper .box_white{
		width: 100%;
	}
	.modal_wrapper .title_A{
		margin: 2rem 0;
	}
	.modal_wrapper input[type=text],
	.modal_wrapper input[type=password]{
		font-size: 1.2rem;
	}
	.modal_wrapper .btn_submit{
		margin-bottom: 1rem;
	}

	/*-----------------------------------------------------------*/
	/* cp_dashboard */
	/*-----------------------------------------------------------*/
	/* cp_dashboard_summary */
	#cp_dashboard_summary .form_basic{
		flex-wrap: wrap;
	}
	#cp_dashboard_summary .form_basic select{
		font-size: 1.4rem;
		margin: 0 0 1rem;
	}
	#cp_dashboard_summary .form_basic .t_wrapper{
		justify-content: space-between;
		width: 100%;
	}
	#cp_dashboard_summary .form_basic .t_wrapper label{
		font-size: 1.3rem;
		line-height: 1.2;
		margin: 0;
		padding: 1rem;
	}
	#cp_dashboard_summary .form_basic .t_wrapper label[for=t_week],
	#cp_dashboard_summary .form_basic .t_wrapper label[for=t_month]{
			width: 28%;
	}

	/* total_wrapper */
	.total_wrapper{
		margin-top: 1rem;
	}
	.total_wrapper .title{
		font-size: 1.2rem;
	}
	.total_wrapper .title .link_arrow{
		font-size: 1.2rem;
	}
	.total_wrapper > dl{
		padding: 1rem;
		width: 48%;
		margin-top: 1.2rem;
	}
	.total_wrapper dd{
		padding-top: 0.5rem;
	}

	/* result_number */
	.result_number .total{
		margin-top: 3rem;
	}
	.result_number .total .num{
		font-size: 4.2rem;
	}
	.result_number .total .num.digit_4{
		font-size: 3.5rem;
	}
	.result_number .total .num.digit_5{
		font-size: 3rem;
	}
	.result_number .total .unit{
		font-size: 1.6rem;
	}
	.result_number .rate{
		border-spacing: 0.7em 0.2em;
		margin-top: 0.7em;
	}
	.result_number .rate .name{
		font-size: 1.2rem;
	}
	.result_number .rate .num{
		font-size: 1.3rem;
	}

	/* highrate_percent */
	.highrete_percent dd{
		padding-top: 1rem;
	}
	.highrete_percent #myPieChart{
		margin: 0.1rem 1rem;
		width: calc(100% - 2rem) !important;
	}
	.highrete_percent .text .name{
		font-size: 1.1rem;
		margin-bottom: 0.7em;
	}
	.highrete_percent .text .num{
		font-size: 2.6rem;
	}
	.highrete_percent .text .unit{
		font-size: 1.3rem;
	}

	/* recent_comments */
	.total_wrapper dl.recent_comments{
		height: 23.3rem;
		width: 100%;
	}
	.recent_comments .title{
		padding: 0 1rem 0.7rem;
	}
	.recent_comments .text{
		flex: 1;
		padding: 0 !important;
		position: relative;
	}
	.recent_comments .text .inner{
		border-radius: 0 0 8px 8px;
		overflow: auto;
		position: absolute;
		height: 100%;
		width: 100%;
	}

	/* answer_dl */
	.total_wrapper dl.answer_dl{
		padding: 0.8rem;
	}
	.answer_dt,
	.answer_dd{
		font-size: 1.2rem;
	}
	.rate_good,
	.rate_bad{
		height: 2.4rem;
		width: 2.4rem;
	}

	/* answer_graph */
	dl.answer_graph{
		width: 100%;
	}
	
	/* legend & graph_wrapper */
	.legend ul{
		margin: 1.4rem auto 0.8rem;
	}
	.legend li{
		font-size: 1.1rem;
	}
	
	/* cp_dashboard_google & cp_dashboard_tabelog*/
	#cp_dashboard_google,
	#cp_dashboard_tabelog{
		column-count: 1;
	}
	#cp_dashboard_google .title_A,
	#cp_dashboard_tabelog .title_A{
		background-size: 3.2rem 3.2rem;
		margin-bottom: 0.8rem;
		padding: 0.2rem 0 0.2rem 4rem;
	}
	#cp_dashboard_google .link_arrow ,
	#cp_dashboard_tabelog .link_arrow {
		font-size: 1.2rem;
	}

	.check_link{
		margin: 1rem 0;
	}

	.icon_review{
		background-size: 2.0rem 1.8rem;
		font-size: 1.2rem;
		padding: 0 0 0 3rem;
	}
	.icon_bookmark{
		background-size: 1.3rem 1.8rem;
		font-size: 1.2rem;
		padding: 0 0 0 2.3rem;
	}

	.stars{
		width: 15.0rem;
		margin: 0 0.7rem 0 1rem;
	}

	.review_average .num{
		font-size: 2.4rem;
	}

	.review_average_start{
		border-top: 1px solid #DDDDDD;
		margin: 1.0rem -1.5rem 0;
		padding: 1.2rem 1.5rem 0;
	}

	.review_average_start .date{
		font-size: 1.2rem;
		padding: 0.3em 1em;
	}

.review_average_start .stars{
	width: 116px;
}

.review_average_start .num{
	font-size: 18px;
}









	/* cp_dashboard_faq */
	/*
	#cp_dashboard_faq .faq_wrapper{
		display: block;
	}
	#cp_dashboard_faq .column_block{
		width: 100%;
	}
	#cp_dashboard_faq .column_block + .column_block{
		margin-top: 2rem;
	}
	#cp_dashboard_faq .column_block a{
		border-top: 0.1rem solid #DDDDDD;
		padding: 0.7rem 0;
	}
	#cp_dashboard_faq .column_block li:last-child a{
		border-bottom: 0.1rem solid #DDDDDD;
	}
	#cp_dashboard_faq .column_block .title{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	*/

	/*-----------------------------------------------------------*/
	/* cp_enquete */
	/*-----------------------------------------------------------*/
	.cp_enquete .title_block{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cp_create_enq{
		margin: 0;
	}
	.cp_create_enq .flex_block{
		display: block;
	}
	.cp_create_enq .btn_submit{
		font-size: 1.4rem;
		margin: 0 0 0.5rem;
		padding: 0.6rem 1rem;
		text-align: center;
		width: 100%;
	}

	/* enquetelist_table */
	.enquetelist_table{
		border-top: 0.1rem solid #DDDDDD;
		margin-top: 1.3rem;
	}
	.enquetelist_table th{
		font-weight: normal;
		font-size: 1.4rem;
		padding: 0.3rem 0;
		text-align: left;
	}
	.enquetelist_table td{
		font-size: 1.4rem;
		padding: 0.3rem 0;
		text-align: right;
	}
	.enquetelist_table .enquete_title{
		font-size: 1.6rem;
		padding-top: 1.3rem;
		position: relative;
	}

	/* enqueteActiveFlag */
	select[name=enqueteActiveFlag]{
		font-size: 1.6rem;
		padding: 0.5rem;
		width: 8rem;
	}

	/* status_btn */
	.status_btn{
		display: none;
	}
	.status_body{
		box-shadow: none;
		display: block;
		padding: 0;
		position: static;
		width: 100%;
	}
	.status_body form{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	.status_body form input[type=radio]{
		display: none;
	}
	.status_body form label{
		background: url(../img/ic_circle.svg) no-repeat left 1rem center;
		background-size: 1.5rem;
		border: 0.1rem solid #DDDDDD;
        border-radius: 0.8rem;
		margin-left: 1rem;
        padding: 1rem 1rem 1rem 4rem;
		padding-left: 3rem;
		line-height: 1;
		width: fit-content;
	}
	.status_body form input[type=radio]:checked + label{
		background-color: #fff7c7;
		background-image: url(../img/ic_circle_dot.svg);
	}
	.status_body form label:hover{
		background-color: #F4F4F4;
	}
	.status:hover .status_body{
		display: block;
	}

	/* qr */
	.enquetelist_table .qr_btn{
		background: url(../img/ic_qr.svg) no-repeat center center;
		background-size: contain;
		cursor: pointer;
		display: block;
		margin-left: auto;
		height: 4rem;
		width: 4rem;
	}

	/* menu */
	.enquetelist_table .menu .flex_block{
		justify-content: space-between;
	}
	.enquetelist_table .menu .edit,
	.enquetelist_table .menu .copy,
	.enquetelist_table .menu .delete{
		border: 0.1rem solid #DDDDDD;
		border-radius: 0.8rem;
		padding: 1rem 1rem 1rem 4rem;
		width: 10rem;
		text-align: left;
	}
	.enquetelist_table .menu .edit:hover,
	.enquetelist_table .menu .copy:hover,
	.enquetelist_table .menu .delete:hover{
		background-color: #F4F4F4;

	}
	.enquetelist_table .menu .edit{
		background: url(../img/ic_edit.svg) no-repeat left 1.6rem center;
		background-size: 1.6rem 1.6rem;
	}
	.enquetelist_table .menu .copy{
		background: url(../img/ic_copy.svg) no-repeat left 1.6rem center;
		background-size: 1.8rem 1.8rem;
	}
	.enquetelist_table .menu .delete{
		background: url(../img/ic_delete.svg) no-repeat left 1.6rem center;
		background-size: 1.486rem 1.635rem;
		color: #E81C5B;
	}

	/*-----------------------------------------------------------*/
	/* cp_enquete_edit */
	/*-----------------------------------------------------------*/

	.cp_enquete_edit .title_block{
		display: block;
	}

	/* input_dl */
	.cp_makeform .input_dl dl{
		display: block;
	}
	.cp_makeform .input_dl dt{
		padding: 0;
		width: 100%;
	}
	.cp_makeform .input_dl dd{
		display: flex;
		padding: 0.3rem;
		width: 100%;
	}
	.cp_makeform .enqueteInput_block{
		margin: 2rem auto;
	}
	.cp_makeform .pageTitle_block input[type=text]{
		font-size: 1.8rem;
	}

	/* enquete */
	.cp_makeform .input_dl.enqueteInput_block dt{
		width: 100%;
	}
	.cp_makeform .input_dl.enqueteInput_block dd{
		width: 100%;
	}

	/* group */
	.cp_makeform .group{
		padding: 1rem 0;
	}
	.cp_makeform .group > .box_border{
		border-width: 0.2rem;
		padding-top: 3rem;
	}

	/* item */
	.cp_makeform .item{
		padding: 1rem 0;
	}
	.cp_makeform .item .input_dl{
		padding-top: 3.5rem;
		padding-bottom: 1.5rem;
	}

	/* sortnum */
	.cp_makeform .group_sortnum,
	.cp_makeform .item_sortnum{
		height: 3rem;
		padding: 0 0.3rem 0 0.1rem;
		position: absolute;
		top: 0;
		left: 0;
	}
	.cp_makeform .group_sortnum{
		top: -0.2rem;
		left: -0.2rem;
	}

	/* arrow */
	.cp_makeform .arrow_up,
	.cp_makeform .arrow_down{
		font-size: 1.2rem;
		margin-left: 0.2rem;
		height: 2.4rem;
		width: 2.4rem;
	}

	/* detail */
	.cp_makeform .item .input_dl > .flex_block{
		display: block;
	}
	.cp_makeform .qItemName{
		width: 100% !important;
	}
	.cp_makeform .qItemName + select{
		width: 100%;
	}
	.cp_makeform .choices_block{
		background: #F4F4F4;
		display: flex;
		margin: 1.5rem -1.5rem;
		padding: 1.5rem 1.5rem;
		width: calc(100% + 3rem);
	}
	.cp_makeform .choices_block.basic_choice dd{
		display: block;
	}
	.cp_makeform .choices_block.star_choice{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cp_makeform .star_choice .input_star{
		width: 48%;
	}
	.cp_makeform .item .input_select{
		background-size: 2rem auto;
		padding-left: 4.4rem;
	}
	.cp_makeform .must_delete{
		margin-top: 1rem;
	}

	.cp_makeform .btn_delete,
	.cp_makeform .btn_groupdelete{
		border: 0.1rem solid #E91B5B;
		border-radius: 0.8rem;
		height: 4rem;
		width: 11rem;
	}
	.cp_makeform .btn_groupdelete{
		width: fit-content;
	}

	/* role */
	.cp_makeform .role_nickname .input_dl::before,
	.cp_makeform .role_rating .input_dl::before,
	.cp_makeform .role_comment .input_dl::before{
		font-size: 1.2rem;
		padding: 0.5rem;
	}
	.cp_makeform .role_nickname .input_dl::before{
		content: "ニックネーム";
	}
	.cp_makeform .role_rating .input_dl::before{
		content: "総合評価（削除不可）";
	}
	.cp_makeform .role_comment .input_dl::before{
		content: "総合コメント（削除不可）";
	}

	/* plus */
	.cp_makeform .plus,
	.cp_makeform .plus_group{
		margin: 1rem auto 0;
		transition: 0.3s all;
	}

	/* groupTitle */
	.input_dl .groupTitle{
		margin-bottom: 2rem;
	}
	.input_dl .groupTitle .title{
		font-size: 1.6rem;
	}
	.input_dl .groupTitle dd input{
		font-size: 1.8rem;
	}
	
	/*-----------------------------------------------------------*/
	/* dragover */
	.item.dragover:not(.dragging):after,
	.group.dragover:not(.dragging)::after{
		border: 0.3rem dashed #333;
		border-radius: 1rem;
		height: 5rem;
	}
	.item.dragover.upside:not(.dragging),
	.group.dragover.upside:not(.dragging){
		padding-top: 7rem;
	}
	.item.dragover.downside:not(.dragging),
	.group.dragover.downside:not(.dragging){
		padding-bottom: 7rem;
	}
	.item.dragover.upside::after,
	.group.dragover.upside::after{
		top: 0.7rem;
	}
	.item.dragover.downside::after,
	.group.dragover.downside::after{
		bottom: 0.7rem;
	}

	/*-----------------------------------------------------------*/
	/* cp_coupon */
	/*-----------------------------------------------------------*/
	.cp_coupon .image img{
		height: auto;
		width: 15rem;
	}
	.cp_coupon .status_btn.status_limitover{
		display: inline-block;
		font-size: 1.4rem;
		padding: 0.5rem 1.5rem;
		width: fit-content;
	}

	.cp_coupon #couponMakeForm .title_block{
		display: block;
	}

	/* couponLimitFlag */
	.cp_coupon #couponMakeForm .couponLimitFlag_block dd{
		flex-wrap: wrap;
	}
	.cp_coupon #couponMakeForm .couponLimitFlag_block input{
		margin: 0 0.5rem 0 0;
	}
	.cp_coupon #couponMakeForm .couponLimitFlag_block input + label{
		text-align: left;
		width: 90%;
	}
	.cp_coupon #couponMakeForm #couponLimitFlag-1{
		margin-left: 0;
	}

	/* couponImage */
	.couponImage_wrapper label img{
		height: 7rem;
		width: 7rem;
	}

	/*-----------------------------------------------------------*/
	/* cp_contact */
	/*-----------------------------------------------------------*/
	.cp_contact .item{
		margin-bottom: 2rem;
	}
	.cp_contact .privacy_body{
		margin: 4rem  auto 0;
	}
	.cp_contact #privacy{
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		left: 1.5rem;
		font-size: 2rem;
	}
	.cp_contact .privacy_body label.input_privacy{
		padding-left: 4rem;
	}
	.cp_contact .privacyformError{
		top: 4rem !important;
	}

	/*-----------------------------------------------------------*/
	/* firstguide */
	/*-----------------------------------------------------------*/
	.firstguide .mark{
		font-size: 1.4rem;
		margin: 0 auto 1rem;
		padding: 0.3rem 2rem;
	}
	.firstguide .text{
		font-size: 1.8rem;
		text-align: center;
	}

	/* 1 */
	#firstguide_1{
		margin-top: 3rem;
		padding-top: 17.2rem;
	}
	#firstguide_1 .text{
		padding-right: 0;
	}
	#firstguide_1 .btn_submit{
		margin: 1rem auto 0;
		text-align: center;
		width: 100%;
	}
	#firstguide_1 .image{
		position: absolute;
		top: -2.7rem;
		bottom: auto;
		right: calc((100% - 24.8rem) / 2);
		width: 24.8rem;
	}
	#firstguide_1 .logo{
		display: none;
	}

	/* 2 - 5 */
	#firstguide_2,
	#firstguide_3,
	#firstguide_4,
	#firstguide_5{
		border: 0.2rem solid #666;
		top: calc(100% + 2rem);
		right: -2rem;
		width: 70vw;
	}
	#firstguide_2::before,
	#firstguide_3::before,
	#firstguide_4::before,
	#firstguide_5::before{
		border:2rem solid transparent;
		border-bottom: 2rem solid #666;
		content: "";
		position: absolute;
		pointer-events: none;
		height: 0;
        width: 0;
		top: -4rem;
		right: 4rem;
	}
	#firstguide_2.firstguide .mark,
	#firstguide_3.firstguide .mark,
	#firstguide_4.firstguide .mark,
	#firstguide_5.firstguide .mark{
		font-size: 1.3rem;
	}
	#firstguide_2.firstguide .text,
	#firstguide_3.firstguide .text,
	#firstguide_4.firstguide .text,
	#firstguide_5.firstguide .text{
		font-size: 1.4rem;
	}

	/* 3 */
	#firstguide_3{
		right: -1rem;
	}
	#firstguide_3.firstguide::before{
		right: 7rem;
	}

	/* 4 */
	#firstguide_4{
		top: auto;
		bottom: 4.5rem;
		right: auto;
		left: -2rem;
	}
	#firstguide_4::before{
		border: 2rem solid transparent;
		border-top: 2rem solid #666;
		top: auto;
		bottom: -4rem;
	}

	/* 5 */
	#firstguide_5{
		top: auto;
		bottom: auto;
		left: 2rem;
		transform: translateY(2rem);
	}
	#firstguide_5::before{
		left: 2rem;
	}

	/*-----------------------------------------------------------*/
	/* cp_analysis */
	/*-----------------------------------------------------------*/
	/* analysis_selects */
	.analysis_selects{
		flex-wrap: wrap;
	}
	.analysis_selects dt{
		width: 30%;
	}
	.analysis_selects dd{
		padding: 0;
		width: 70%;
	}
	.analysis_selects dd:last-child{
		padding-right: 0;
	}

	/* analysiscount */
	.analysiscount .line{
		min-width: 140vw;
	}	
	.analysiscount dt{
		font-size: 0.9rem;
		min-height: 1.5rem;
	}
	.analysiscount dd{
		font-size: 1.8rem;
	}
	.analysiscount dd .ratio{
		font-size: 1.1rem;
	}
	.analysiscount dd .unit{
		font-size: 0.9rem;
	}

	/* analysisdetail */
	.analysisdetail{
		width: 180vw;
	}

	/*-----------------------------------------------------------*/
	/* cp_answerlist */
	/*-----------------------------------------------------------*/
	.cp_answerlist .load_wrapper{
		height: calc(100vh - 6.4rem - 6.4rem - 5.2rem);
	}
	.answerlist_table th{
		font-size: 1rem;
	}
	.table_scroll{
		min-height: 100vw;
		height: calc(100vh - 6.4rem - 6.4rem - 5.2rem - 9rem);
	}	
	.cp_answerlist .filter_pager{
		flex-wrap: wrap;
		font-size: 1.2rem;
	}
	.cp_answerlist .filter_pager .btn_submit,
	.cp_answerlist .filter_pager .btn_return,
	.cp_answerlist .filter_pager select,
	.cp_answerlist .filter_pager input{
		font-size: 1.2rem;
		padding: 0.5rem 1rem;
	}
	.cp_answerlist .filter_pager .csv{
		margin: 0 2em;
	}
}