@charset "utf-8";

/*
お知らせ：#70b05b type_information
トークルーム：#00a0ea type_talkroom
レシピ：#f7ab00 type_recipe
イベント：#eb6877 type_event
アンバサダー：#ed6c00 type_ambassador
*/

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


/*----------------------
 .content
----------------------*/
/* communityContents */
#communityContents {
	padding-bottom: 40px;
}
#communityContents .contentInner {
	position: relative;
	z-index: 2;
	padding: 15px 0 0 0;
}
#communityContents .titleWrap {
	position: relative;
	color: #ffffff;
	background-color: #70b05b;
	margin: 0 0 15px 0;
}
.type_talkroom #communityContents .titleWrap {
	background-color: #00a0ea;
}
.type_recipe #communityContents .titleWrap {
	background-color: #f7ab00;
}
.type_event #communityContents .titleWrap {
	background-color: #eb6877;
}
.type_ambassador #communityContents .titleWrap {
	background-color: #ed6c00;
}
#communityContents h2 {
	position: relative;
	background-image: url("/community/img/icon_info.png");
	background-position: 3% center;
	background-repeat: no-repeat;
	background-size: 8% auto;
	padding: 14px 40% 17px 10%;
}
.type_recipe #communityContents h2 {
	background-image: url("/community/img/icon_recipe.png");
}
.type_talkroom #communityContents h2 {
	background-image: url("/community/img/icon_talkroom.png");
}
.type_event #communityContents h2 {
	background-image: url("/community/img/icon_event.png");
}
.type_ambassador #communityContents h2 {
	background-image: url("/community/img/icon_ambassador.png");
}
#communityContents h2 span {
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	vertical-align: middle;
}
#communityContents h2 span+span {
	position: absolute;
	right: 3%;
	width: 37%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 400;
	text-align: right;
}
#communityContents h2 span+span.toggleStyle {
	top: 0;
	bottom: 1px;
	margin: auto;
}
#communityContents .titleWrap .more {
	display: none;
}

/* mainArticle */
#mainArticle {
	background-color: #ffffff;
}
#mainArticle header {
	padding: 20px 3.4%;
}
#mainArticle header h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
#mainArticle header .like {
	cursor: pointer;
	float: left;
	position: relative;
	color: #70b05b;
	font-size: 12px;
	font-size: 1.2rem;/*
	background-image: url("/community/img/icon_heart04.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding: 4px 5px 6px 22px;*/
	padding: 3px 5px 4px 5px;
	border: 2px solid #70b05b;
	border-radius: 5px;
}
.type_talkroom #mainArticle header .like {
	color: #00a0ea;
	border: 2px solid #00a0ea;
}
.type_recipe #mainArticle header .like {
	color: #f7ab00;
	border: 2px solid #f7ab00;
}
.type_event #mainArticle header .like {
	color: #eb6877;
	border: 2px solid #eb6877;
}
.type_ambassador #mainArticle header .like {
	color: #ed6c00;
	border: 2px solid #ed6c00;
}
#mainArticle header .like i {
	width: 15px;
	margin: 0 2px 1px 0;
}
#mainArticle header .date {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	padding: 6px 0;
}
#mainArticle>div {
	padding: 20px 3.4%;
	overflow: hidden;
}
#mainArticle h4 {
	text-align: center;
	margin: 0 auto 50px auto;
}
#mainArticle p {
	line-height: 1.4;
}
#mainArticle>div p a{
	color: #e60019;
    text-decoration: underline;
}
#mainArticle .campaign_submit {
	display: inline-block;
}
#mainArticle .campaign_submit button {
	cursor: pointer;
	margin: 0 20px 0 0;
	width: 160px;
	padding: 14px;
}
#mainArticle .campaign_text_num {
	display: inline-block;
}
#mainArticle .campaign_text_num input {
	width: 3em;
	text-align: right;
	margin: 0 5px 0 5px;
	padding: 3px 5px;
}
#mainArticle footer {
	color: #ffffff;
	background-color: #70b05b;
	padding: 15px 0;
}
.type_talkroom #mainArticle footer {
	background-color: #00a0ea;
}
.type_recipe #mainArticle footer {
	background-color: #f7ab00;
}
.type_event #mainArticle footer {
	background-color: #eb6877;
}
.type_ambassador #mainArticle footer {
	background-color: #ed6c00;
}
#mainArticle footer p {
	float: left;
	position: relative;
	width: 50%;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
}
#mainArticle footer p:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-right: 1px solid #ffffff;
}
#mainArticle footer p>span {
	display: inline-block;
	position: relative;
	line-height: 20px;
	padding: 5px;
}
#mainArticle footer p>span i {
	position: absolute;
	left: -20px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: normal;
}
#mainArticle footer .favorite>span {
	cursor: pointer;/*
	background-image: url("/community/img/icon_heart05.png");*/
}
#mainArticle footer .comment>span {
}
#mainArticle footer .favorite>span span,
#mainArticle footer .comment>span span {
	position: absolute;
	left: 100%;
	line-height: 20px;
}
.favorite_like_delete_btn {
	opacity: 0.5;
}
/* articleComment */
#articleComment {
	background-color: #f2f6ef;
	padding: 40px 3.4%;
}
.type_ambassador #articleComment{
	background-color: #fdf0e5;
}
#articleComment #registLink {
	margin: 0 0 20px 0;
}
#articleComment #registLink p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 10px 0;
}
#articleComment #registLink p.note {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 20px 0;
	text-indent: -1em;
	padding-left: 1em;
}
#articleComment #registLink .buttonArea {
	width: 150px;
	margin: auto;
}
#articleComment .formArea {
	margin: 0 0 20px 0;
}
#articleComment .commentArea {
	padding: 30px 0 0 0;
}
#articleComment .commentArea .commentGroup {
}
#articleComment .commentArea .comment.hasNext:before {
	content: "";
	position: absolute;
	top: 17px;
	bottom: -37px;
	left: 24px;
	border-left: 3px solid #d6e9d1;
}
.type_ambassador #articleComment .commentArea .comment.hasNext:before{
	border-left: 3px solid #fad6b7;
}
#articleComment .commentArea .comment.parent {
	position: relative;
	display: block;
	align-items: inherit;
}
#articleComment .commentArea .comment.child {
	position: relative;
	display: block;
    align-items: inherit;
}
#articleComment .balloonWrap {
	position: relative;
}
#articleComment .image {
	position: absolute;
	width: 50px;
	margin: 0;
	padding-top: 50px;
}
#articleComment .child .image {
	left: 5px;
	width: 40px;
	padding-top: 40px;
}
#articleComment .image img {
}
#articleComment .balloon {
	position: relative;
	margin: 0 0 15px 65px;
}
#articleComment .child .balloon {
	margin: 0 0 15px 65px;
}
#articleComment .balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -5px;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	margin: auto;
	box-shadow: 1px 1px 1px #dfdfdf;
	transform: rotate(45deg);
}
#articleComment .child .balloon:before {
	top: 15px;
}
#articleComment .commentGroup .formArea .balloon:before {
	display: none;
}
#articleComment .balloon .inputArea {
	position: relative;
	background-color: #ffffff;
	padding: 15px 18% 15px 5%;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #dfdfdf;
}
#articleComment .balloon textarea {
	overflow: hidden;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 1.4em;
	min-height: 40px;
	line-height: 1.4;
}
#articleComment .balloon .fileupButton {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	width: 8%;
	height: 27px;
	margin: auto;
}
#articleComment .balloon .fileupButton label {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-image: url("/community/img/icon_camera01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.type_ambassador #articleComment .balloon .fileupButton label{
	background-image: url("/community/img/icon_camera04.png");
}
#articleComment .balloon .fileupButton input {
	display: none;
}
#articleComment .image_preview_area {
	display: none;
	background-size: contain;
	max-width: 350px;
	margin: 0 0 20px 18%;
	text-align: center;
}
#articleComment .image_preview {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 100%;
}
#articleComment .rotate_180 {
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
#articleComment .rotate_90 {
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
#articleComment .rotate_m90 {
	transform: rotate(-90deg);
	webkit-transform: rotate(-90deg);
}
#articleComment .image_preview img {/*
	max-width: 480px;
	max-height: 330px;*/
}
#articleComment .image_delete  {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 18px;
	margin: 10px 0 0 0;
}
#articleComment .image_delete:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333333;
	border-radius: 4px;
	-ms-transform: translateY(8px) rotate(-45deg);
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#articleComment .image_delete:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333333;
	border-radius: 4px;
	-ms-transform: translateY(-8px) rotate(45deg);
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#articleComment .sendButton {
	margin: 0 0 0 18%;
}
#articleComment .sendButton button {
	cursor: pointer;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #70b05b;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.type_talkroom #articleComment .sendButton button {
	background-color: #00a0ea;
}
.type_recipe #articleComment .sendButton button {
	background-color: #f7ab00;
}
.type_event #articleComment .sendButton button {
	background-color: #eb6877;
}
.type_ambassador #articleComment .sendButton button {
	background-color: #ed6c00;
}
#articleComment .balloon .balloonInner {
	position: relative;
	background-color: #ffffff;
	padding: 15px 5% 15px 5%;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #dfdfdf;
}
#articleComment .balloon .balloonInner .name span,
#articleComment .balloon .balloonInner .name a {
	display: inline-block;
	color: #70b05b;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: underline;
	margin: 0 0 10px 0;
}
.type_talkroom #articleComment .balloon .balloonInner .name span,
.type_talkroom #articleComment .balloon .balloonInner .name a {
	color: #00a0ea;
}
.type_recipe #articleComment .balloon .balloonInner .name span,
.type_recipe #articleComment .balloon .balloonInner .name a {
	color: #f7ab00;
}
.type_event #articleComment .balloon .balloonInner .name span,
.type_event #articleComment .balloon .balloonInner .name a {
	color: #eb6877;
}
.type_ambassador #articleComment .balloon .balloonInner .name span,
.type_ambassador #articleComment .balloon .balloonInner .name a {
	color: #ed6c00;
}
#articleComment .balloon .balloonInner .comment {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
	margin-bottom: 0;
}
#articleComment .balloon .balloonInner .comment.edit_comment_box{
	display: none;
}
#articleComment .balloon .balloonInner .upImage {
	background-size: contain;
	max-width: 350px;
	margin: 0 auto 20px;
}
#articleComment .balloon .balloonInner .upImage .image {
	position: initial;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 350px;
	margin-top: 20px;
	padding-top: 100%;
}
#articleComment .balloon .menu {
	cursor: pointer;
	position: absolute;
	top: 5px;;
	right: 5%;
	width: 5%;
	max-width: 27px;
	height: 15px;
	background-image: url("/community/img/icon_menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 5px;
}
#articleComment .balloon .menu>ul {
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	right: -10px;
	width: 3em;
	background-color: #ffffff;
	margin: auto;
	border: 1px solid #666666;
}
#articleComment .balloon .menu .edit {
	text-align: center;
	padding: 8px 0;
}
#articleComment .balloon .menu .del {
	text-align: center;
	padding: 8px 0;
}
#articleComment .balloon .buttonArea {
	text-align: right;
}
#articleComment .balloon .control {
	padding: 15px 0 0 0;
}
#articleComment .balloon .control .like {
	cursor: pointer;
	display: inline-block;
	color: #e66582;
	font-size: 12px;
	font-size: 1.2rem;
	background-image: url("/community/img/icon_heart04.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding: 4px 5px 6px 22px;
	border: 1px solid #e66582;
	border-radius: 5px;
}
.type_ambassador #articleComment .balloon .control .like{
	color: #ed6c00;
	background-image: url("/community/img/icon_heart06.png");
	border: 2px solid #ed6c00;
}
#articleComment .balloon .control .reply {
	cursor: pointer;
	display: inline-block;
	color: #e66582;
	text-decoration: underline;
	margin: 0 0 0 3px;
	padding: 4px 5px 6px 5px;
}
.type_ambassador #articleComment .balloon .control .reply{
	color: #ed6c00;
}
#articleComment .balloon .control .reply span {
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 2px;
}
#articleComment .edit_comment_box {
}
#articleComment .edit_comment_box textarea {
	min-height: calc(1.4em + 20px);
	vertical-align: bottom;
	background-color: #ffcccc;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e60019;
}
#articleComment .edit_comment_send_btn {
	cursor: pointer;
	display: inline-block;
	float: right;
	width: 5em;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	background-color: #70b05b;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.type_ambassador #articleComment .edit_comment_send_btn{
	background-color: #ed6c00;
}
/* communityCommentMessage */
#communityCommentMessage,
#communityCampaignMessage {
	display: none;
	position: fixed;
	top: 140px;
	right: 0;
	padding: 14px;
	border: solid 1px #929292;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	z-index: 99;
	opacity: 0.8;
	font-size: 18px;
	box-shadow: 5px 5px;
}

@media screen and (min-width: 480px) {
	/* communityContents */
	#communityContents h2 {
		background-position: 20px center;
		background-size: 34px auto;
		padding: 14px 50% 17px 55px;
	}
	#communityContents h2 span+span {
		width: 47%;
	}

	/* articleComment */
#articleComment .commentArea .comment.hasNext:before {
	left: 37px;
}
#articleComment .image {
	position: absolute;
	width: 75px;
	margin: 0;
	padding-top: 75px;
}
#articleComment .child .image {
	left: 10px;
	width: 55px;
	padding-top: 55px;
}
#articleComment .balloon {
	position: relative;
	margin: 0 0 20px 100px;
}
#articleComment .child .balloon {
	margin: 0 0 20px 100px;
}
#articleComment .balloon:before {
	top: 32px;
}
#articleComment .child .balloon:before {
	top: 22px;
}
	#articleComment .balloon {/*
		margin: 0 0 20px 15%;*/
	}
	#articleComment .image_preview {/*
		margin: 0 0 20px 15%;*/
	}
	#articleComment .sendButton {/*
		margin: 0 0 0 15%;*/
	}
}

@media screen and (min-width: 641px) {
	/* articleComment */
	#articleComment .formArea {
		max-width: 640px;
		margin: 0 auto 15px auto;
	}
	#articleComment .commentArea {
		padding: 25px 0 0 0;
	}
	#articleComment .commentArea .comment.hasNext:before {
		display: none;
	}
	#articleComment .commentArea .comment.parent {
		width: 73.84%;
		margin: 0 auto 15px 0;
	}
	#articleComment .commentArea .comment.parent .image {
		width: 75px;
		padding-top: 75px;
	}
	#articleComment .commentArea .comment.child {
		width: 70.93%;
		margin: 0 0 15px auto;
	}
	#articleComment .commentArea .comment.child:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: calc(-30px - 3.28%);
		height: calc(0.7em + 16px);
		border-left: 4px solid #d6e9d1;
	}
	#articleComment .commentArea .comment.child:after {
		content: "";
		position: absolute;
		top: calc(0.7em + 16px);
		left: calc(-30px - 3.28%);
		width: 30px;
		border-bottom: 4px solid #d6e9d1;
	}
	.type_ambassador #articleComment .commentArea .comment.child:before{
		border-left: 4px solid #fad6b7;
	}
	.type_ambassador #articleComment .commentArea .comment.child:after{
		border-bottom: 4px solid #fad6b7;
	}
	#articleComment .commentArea .comment.child .image {
		left: 0;/*
		width: 9.02%;*/
	}
	#articleComment .balloon {
		margin: 0 0 20px 100px;
	}
	#articleComment .child .balloon {
		margin: 0 0 20px 80px;
	}
	#articleComment .image_preview {
		padding-top: 350px;
	}
	#articleComment .sendButton {
		margin: 0 0 0 100px;
	}
	#articleComment .balloon .inputArea {
		padding: 30px 15.63% 30px 4.60%;
	}
	#articleComment .balloon textarea {
		font-size: 16px;
		font-size: 1.6rem;
		min-height: 1.6em;
		line-height: 1.4;
	}
}

@media screen and (min-width: 769px) {
	/*----------------------
	 .content
	----------------------*/
	.contentInner {
		width: auto;
		max-width: 960px;
	}

	/* mainArticle */
	#mainArticle footer p>span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 23px;
		padding: 8px;
	}
	#mainArticle footer p>span i {
		left: -30px;
		font-size: 23px;
		font-size: 2.3rem;
	}
	#mainArticle footer .favorite>span span,
	#mainArticle footer .comment>span span {
		line-height: 23px;
	}
	/* articleComment */
	#articleComment {
		padding: 50px;
	}
	#articleComment #registLink p.note {
		text-align: center;
	}
	/* communityContents */
	#communityContents {
		padding-bottom: 55px;
	}
	#communityContents .contentInner {
	}
	#communityContents .titleWrap {
	}
	#communityContents h2 {
		background-position: 2% center;
		background-size: 4% auto;
		padding: 14px 2% 17px 7%;
	}
	#communityContents h2 span {
		display: inline-block;
		font-size: 25px;
		font-size: 2.5rem;
		margin: 0 2% 0 0;
	}
	#communityContents h2 span+span {
		position: static;
		width: auto;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		padding: 2px 0 0 0;
	}
	#communityContents .titleWrap .more {
		display: block;
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 2%;
		height: 1em;
		color: #70b05b;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		background-color: #ffffff;
		margin: auto;
		padding: 14px 25px;
		border-radius: 5px;
	}
	.type_talkroom #communityContents .titleWrap .more {
		color: #00a0ea;
	}
	.type_recipe #communityContents .titleWrap .more {
		color: #f7ab00;
	}
	.type_event #communityContents .titleWrap .more {
		color: #eb6877;
	}
	.type_ambassador #communityContents .titleWrap .more {
		color: #ed6c00;
	}
	#articleComment .balloon .balloonInner .upImage .image {
		width: 350px;
		padding-top: 350px;
	}
}
@media screen and (min-width: 961px) {
}

@media screen and (min-width: 1401px) {
	#articleComment .balloon .inputArea {
		padding: 30px 80px 30px 10px;
	}
	#articleComment .balloon .fileupButton {
		right: 15px;
	}
}
.display_like_list {
	cursor: pointer;
	float: left;
	position: relative;
	padding: 3px 5px 4px 5px;
}
.modalLikeList>* {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20000;
	width: 100%;
	height: 100%;
	background-image: url("/img/common/parts/bg_black_op35.png");
	background-position: left top;
	background-repeat: repeat;
}
.modalLikeList>*>.m_inner {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 80%;
	height: auto;
	margin: auto;
}
.modalLikeList>*.fix>.m_inner {
	height: 100%;
}
.modalLikeList>*.fix .modal_inner {
	width: 100%;
	height: 100%;
}
.modalLikeList .close_btn {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 30px;
}
@media screen and (max-width:736px) {
	.modalLikeList>*>.m_inner {
		width: 100%;
	}
	.modalLikeList .close_btn div {
		right: 5px;
	}
	.buttonArea .display_like_list {
		cursor: pointer;
		float: left;
		position: absolute;
		padding: 3px 5px 4px 5px;
		left: 3px;
		bottom: 16px;
	}
}
.modalLikeList .modalContent#likeListArea .m_inner {
	bottom: 0;
	width: 300px;
	height: 420px;
	margin: auto;
}
.modalLikeList .modalContent .contentInner {
	height: 100%;
	background-image: url("/mypage/img/bg_profile.jpg");
	background-position: center top;
	background-repeat: repeat;
	padding: 0;
}
.modalLikeList .modalContent .contentInner>div {
	height: calc(100% - 40px);
	padding: 20px 30px;
	overflow-y: auto;
}
.modalLikeList .modalContent .contentInner .like_count_text {
	margin-bottom: 5px;
}
.modalLikeList .modalContent .contentInner .closeBtn {
	top: -20px;
	right: -20px;
}

.modalLikeList .modalContent .contentInner ul li {
	overflow: hidden;
	position: relative;
	padding: 5px 0;
}
.modalLikeList .modalContent .contentInner .like_member_image {
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	float: left;
	position: relative;
}
.modalLikeList .modalContent .contentInner .like_member_name {
	position: relative;
	font-size: 16px;
	margin-left: 10px;
	float: left;
	width: 70%;
}
#articleComment .balloon .control .comment-date {
	text-align: right;
	padding: 5px;
}
/*----------------------
.アンケート
----------------------*/
.questionnaire_area{
	border: 1px solid #333;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	/* width: 100%; */
	width: 100%;
    max-width: 500px;
	margin: 20px 0;
}
#mainArticle .questionnaire_area h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
.questionnaire_area .flex_box{
	display: flex;
	align-items: center;
	width: 100%;
	/* flex-grow: 1; */
}
.question_item{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    /* flex: 1 0; */
    box-sizing: border-box;
    padding: 2px 10px;
    width: 93%;
	z-index: 1;
}

.questionnaire_area li{
	display: flex;
	width: 100%;
}
.questionnaire_area li:not(:last-of-type){
	margin-bottom: 10px;
}
#mainArticle .questionnaire_area p{
	margin: 0;
}
#mainArticle .questionnaire_area .question_number{
	padding-right: 10px;
	line-height: 1.8;
	font-size: 14px;
    font-size: 1.4rem;
}
#mainArticle .questionnaire_area .question_item.selected .question_number{
	font-weight: bold;
}
#mainArticle .questionnaire_area .question_item p{
	padding-right: 15px;
}
#mainArticle .questionnaire_area .question_item.selected p{
	font-weight: bold;
}
.vote_button{
	color: #f7ab00;
    border: 2px solid #f7ab00;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 1;
    max-width: 52px;
    width: 100%;
	height: 30px;
}
.vote_button:hover{
	opacity: 0.6;
}
.vote_button.disable{
	color: #7f7f7f;
	border: 2px solid #7F7F7F;
    cursor: inherit;
}
.vote_button.disable:hover{
	opacity: 1;
}
#mainArticle>div .revocation_button{
	color: #00B0F0;
	border: 2px solid #00B0F0;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	cursor: pointer;
	margin-right: 15px;
	text-decoration: none;
	transition: all 0.2s ease-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	max-width: 52px;
	width: 100%;
	height: 30px;
}
#mainArticle>div .revocation_button:hover{
	opacity: 0.6;
}
.bar_area{
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%;
	justify-content: space-between;
}
.bar_area .bar {
	position: absolute;
	left: 0;
	border-radius: 3px;
	height: 30px;
	display: flex;
	width: 100%;
	background-color: #d3d3d3;
	/* background-color: #fff; */
	-webkit-animation: graphAnim 2.5s forwards;
	-moz-animation: graphAnim 2.5s forwards;
	animation: graphAnim 2.5s forwards;
	margin-right: 10px;
}
.bar_area .bar.selected {
	background-color: #F7AB00;
}
#mainArticle .questionnaire_area .bar_number{
	/* min-width: auto; */
	position: absolute;
	right: 0;
	padding: 2px 5px 0 5px;
}
#registLink{
    max-width: 500px;
}
#mainArticle #registLink p{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px 0;
}
#registLink .buttonArea{
	width: 150px;
    margin: auto;
}
@-webkit-keyframes graphAnim {
	0% {
		-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}

@keyframes graphAnim {
	0% {
		-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}
@media screen and (max-width:736px) {
	.questionnaire_area{
		padding: 20px 10px;
		width: 100%;
	}
	#mainArticle .questionnaire_area h4{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.questionnaire_area li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.question_item{
		width: 90%;
	}
	#mainArticle .questionnaire_area p{
		margin: 0;
	}
	#mainArticle .questionnaire_area .question_number{
		padding-right: 5px;
	}
	#mainArticle .questionnaire_area .question_item p{
		padding-right: 10px;
		min-width: 43px;
	}
	.vote_button{
		margin-right: 10px;
	}
	#mainArticle>div .revocation_button{
		margin-right: 10px;
	}
	.bar_area{
	}
	.bar_area .bar {
		margin-right: 5px;
	}

}
