@charset "utf-8";
/* -----------------------------------------------------
Created: 2017.08.21
Last Modified: 

Contents
■Common
■トップ、リストページ
■サブページ共通
■アンケート詳細
■アンケート結果
------------------------------------------------------ */

@import url(form.css);

/* ------------------------------------------------------
 = Common
------------------------------------------------------ */
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}

h1, h2 {
	font-size: 20px;
}

#side { margin-bottom: 20px;}
@media screen and (max-width: 1023px) {
	#side { margin: 0;}
/*End @media */}

.more_link {
	text-align: center;
}
.more_link a {
	display: inline-block;
	min-width: 250px;
	padding: 24px 14px;
	color: #444;
	background-color: #f0f2f5;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}
.more_link a:hover {
	background-color: #e0e0e0;
}

@media screen and (max-width: 767px) {
	h1, h2{
		font-size: 16px;
		font-weight: bold;
		margin-left: 12px;
	}
	.more_link a {
		padding: 18px 14px;
	}
}


/* ナビメニュー
------------------------------ */
.nav_menu {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
	.nav_menu {
		width: 1100px;
		margin: 5px auto 10px;
		border-bottom: none;
		font-size: 14px;
	}
}

.nav_menu ul {
	display: flex;
	align-items: center;
}
.nav_menu li {
	flex: auto;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.nav_menu li {
		flex-grow: 0;
	}
}

.nav_menu li a {
	display: block;
	padding: 5px 0;
}
@media screen and (min-width: 1024px) {
	.nav_menu li a {
		padding-right: 2em;
		padding-left: 2em;
	}
}

.nav_menu li a:hover {
		text-decoration: underline;
}
.nav_menu li:not(:last-child) a {
	border-right: 1px solid #ddd;
}


/* サイドコンテンツ
----------------------------------- */
#side { margin: 0;}
@media screen and (min-width: 1024px) {
	#side { margin-bottom: 20px;}
}

#side > div {
	margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
	#side > div {
		margin-bottom: 20px;
	}
}

/* ウィジェットタイトル */
#side .sidebar_title {
	margin-bottom: 6px;
	padding: 8px 10px 0;
	font-weight: bold;
	font-size: 12px;
}
@media screen and (min-width: 1024px) {
	#side .sidebar_title { 
		margin-bottom: 8px;
		padding: 0;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	#side .side_memo {
		display: block;
		font-size: 12px;
		font-weight: normal;
		color: #888;
	}
}

/* 検索 */
#side .side_search { display: none;}
@media screen and (min-width: 1024px) {
	#side .side_search {
		display: block;
	}
	#side .side_search {
		margin-bottom:18px;
	}
	#side .side_search .gsc-control-searchbox-only * {
		box-sizing: content-box;
	}
	#side .side_search .gsc-search-box .gsc-input-box {
		border-radius: 2px;
	}
}

/* 広告 */
#side .top_ad { text-align:center; margin-bottom:18px;}
#side .top_ad > div { margin: 0 auto;}

/* バナー */
#side .home_banner { margin-bottom:18px;}
#side .home_banner img { width:100%;}
#side .home_banner p { margin-bottom:18px;}
#side .home_banner p:last-child { margin-bottom:0;}
@media screen and (max-width: 1023px) { 
	#side .home_banner { margin:0 10px 18px;}
	#side .home_banner p { margin-bottom:10px;}
}

/* 特集 */
#side .side_special .title {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}
#side .side_special .title img { vertical-align:bottom;}
#side .side_special .special_post {
	border: 1px solid #eee;
	margin-bottom: 25px;
	padding: 18px;
	overflow: hidden;
	border-radius: 3px;
}
#side .side_special .special_post:last-child { margin-bottom:0;}

#side .side_special .s_title {
	border-bottom:2px solid #ec5c5c;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	padding: 0 5px;
	margin-bottom: 14px;
	text-align: center;
}
#side .side_special .note {
	margin-bottom: 14px;
	line-height: 24px;
}
#side .side_special .special_post ul { overflow:hidden;}
#side .side_special .special_post li a {
	border-top: 1px solid #eee;
	color:#202020;
	display:block;
	overflow:hidden;
	padding:15px 0;
}
#side .side_special .special_post li .img { width:120px; height:80px; float:left; margin-right:10px; overflow:hidden;}
#side .side_special .special_post li .img img { width:100%; height:auto;}
#side .side_special .special_post li .post_title {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
#side .side_special .special_post .more_link { text-align:center;}
#side .side_special .special_post .more_link a { text-decoration:underline;}
#side .side_special .special_post .more_link a:hover { text-decoration:none;}

@media screen and (max-width: 1023px) {
	#side .side_special { margin-bottom:20px;}
	#side .side_special .title {
		padding: 5px 10px;
		font-size: 12px;
		float: none;
		color: #444;
		border-bottom: 1px solid #eee;
	}
	#side .side_special .title img { width:auto; max-height: 30px; margin: 10px;}
	#side .side_special .special_post { padding:10px 0; border:none;}
	#side .side_special .s_title { padding-left: 10px; margin-bottom: 0;}
	#side .side_special .note { padding:10px; padding-bottom:0;}
	#side .side_special .special_post ul { margin-bottom:5px;}
	#side .side_special .special_post li a { border:none; padding:5px 10px;}
	#side .side_special .special_post .more_link { text-align:center;}
	#side .side_special .special_post .more_link a {
		background: #f0f2f5;
		color:#444;
		font-size: 14px;
		text-align: center;
		text-decoration:none;
		line-height: 50px;
		display:inline-block;
		padding:0 20px;
		margin: 0 auto;
		min-width:200px;
		border-radius: 3px;
	}
/*End @media */}
@media screen and (min-width: 768px) and (max-width: 1023px) { 
	#side .side_special { overflow:hidden; margin-bottom:0;}
	#side .side_special .special_post {
		float:left;
		padding:10px;
		width:50%;
		padding-bottom:20px;
		margin-bottom:0;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		box-sizing : border-box;
		border-radius : 0;
	}
	#side .side_special > div:nth-child(1){ border-right:1px solid #eee;}
/*End @media */}


/* ------------------------------------------------------
 = トップ、リストページ
------------------------------------------------------ */

/* ヘッダー 
----------------------------------- */
.content_header.indexpage {
	margin-bottom: 20px;
}
.content_header.indexpage {
	min-height: 240px;
	background: url(../images/enq/header_bg.png) center top;
	background-size: cover;
	text-align: center;
}
.content_header .pankuzu {
	width: 1100px;
	margin: 0 auto;
}
.content_header .header_title {
	display: inline-block;
	margin: 0 10px 20px;
	padding-top: 43px;
}
.content_header .header_title img {
	width: 100%;
}
.content_header .header_title + p {
	width: 55%;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
}

@media screen and (max-width: 1023px) {
	.content_header .pankuzu {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.content_header.indexpage {
		min-height: 200px;
		margin-top: -10px;
	}
	.content_header .header_title + p {
		width: 90%;
		font-size: 11px;
	}
}

/* インデックスアンケート結果
----------------------------------- */
.results-list {
	margin-bottom: 10px;
}
.results-list li {
	padding: .3em 10px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.results-list li {
		font-size: 1.2rem;
	}
}

.results-list li a {
	color: #ef8282;
}
.results-list li a:hover {
	text-decoration: underline;
}
.results-list .results-link {
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	padding-right: 13px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.results-list .results-link {
		font-size: 1.2rem;
	}
}

.results-list .results-link a::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin-top: -6px;
	border-top: 3px solid #ef8080;
	border-right: 3px solid #ef8080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* アンケートリスト
----------------------------------- */
.open_enq_list {
	margin-bottom: 30px;
}
.old_enq_list {
	margin-bottom: 30px;
}
.enq_list {
	margin: 0 -10px 10px;
}
.enq_list::after {
	content: "";
	clear: both;
	display: block;
}
.enq_card {
	width:50%;
	padding: 10px;
	float: left;
}
.enq_card a {
	border: 1px solid #eee;
	display: block;
	border-radius: 3px;
}
.enq_card .eyecatch {
	width: 100%;
	height: 200px;
	margin-bottom: 18px;
	overflow: hidden;
}
.enq_card .detail {
	padding: 0 15px 10px;
}
.enq_card .title {
	color: #444;
	line-height: 1.5;
	font-size: 16px;
	height: 3em;
	margin-bottom: .5em;
	overflow: hidden;
}
.enq_card:hover .title {
	text-decoration: underline
}
.enq_card .description {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 10px;
	line-height: 1.5;
	height: 5.4em;
}
.enq_card .card_bottom::after {
	content: "";
	clear: both;
	display: block;
}

.enq_card .card_bottom .answered {
	float: left;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #ef8080;
	font-size: 12px;
	font-weight: bold;
}
.enq_card .card_bottom .answer_btn {
	float:right;
	padding-right: 12px;
	font-weight: bold;
	position: relative;
}
.enq_card .card_bottom .answer_btn::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin-top: -6px;
	border-top: 3px solid #ef8080;
	border-right: 3px solid #ef8080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.enq_list {
		margin:  0 0 10px;
	}
	.enq_card {
		clear: both;
		float: none;
		width: 100%;
	}
	.enq_card a {
		padding-bottom: 10px;
		border-width: 0;
		border-bottom-width: 1px;
		border-radius: 0;
	}
	.enq_card a::after {
		content: "";
		clear: both;
		display: block;
	}
	.enq_card .eyecatch {
		width: 30%;
		height: auto;
		float: left;
		margin-bottom: 0;
	}
	.enq_card .detail {
		float: left;
		width: 70%;
		padding: 0 0 0 10px;
	}
	.enq_card .title {
		height: auto;
	} 
	.enq_card:hover .title {
		text-decoration: none;
	}
	.enq_card .description {
		display: none;
	}
	.enq_card .card_bottom .answered {
		padding: 3px 6px;
		font-size:10px;
	}
}

/* 注意事項
----------------------------------- */
.notes {
	font-size: 12px;
	margin-bottom: 30px;
}
.notes h3::before {
	content: "■";
}
.notes p {
	color: #aaa;
}

@media screen and (max-width: 767px) {
	.notes {
		border: 1px solid #eee;
		margin: 10px;
		padding: 10px;
		border-radius: 3px;
	}
}

/* アンケート募集
----------------------------------- */
.enq_request {
	padding: 20px 25px;
	border: 4px solid #eee;
	border-radius: 6px;
	color: #444;
}
.enq_request .request_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	border-bottom: 2px solid #f07f81;
}
.enq_request .request_btn {
	display: inline-block;
	padding: 15px 30px;
	margin: 20px 0 0;
	border: 1px solid #ccc;
	font-weight: bold;
	border-radius: 3px;	
	background: #ffffff;
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 48%,#efefef 100%);
}

@media screen and (max-width:767px) {
	#main .enq_request {
		margin: 10px;
	}
	.enq_request .request_btn {
		padding: 10px 20px;
	}
}


/* ------------------------------------------------------
 = サブページ共通
------------------------------------------------------ */
.main_content {
	padding: 20px;
	border: 1px solid #eee;
}
.enq_title_wrap {
	text-align: center;
	font-size: 20px;
}
.enq_title span {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.main_content {
		padding: 10px;
		margin-bottom: 20px;
		border: none;
	}
	.enq_request {
		margin: 0;
	}
}

/* ------------------------------------------------------
 = アンケート詳細
------------------------------------------------------ */
.enq_detail .msg_view {
	color: #f00;
}
.enq_detail .catch_image {
	text-align: center;
	padding-bottom: 15px;
}
.enq_detail .description {
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #444;
	background: #f5f5f5;
}
.enq_detail .ques-a,
.enq_detail .ques-b {
	line-height: 1.6;
}
.enq_detail .ques-a > div:not(.ques_title) {
	margin: 5px 0 20px 20px;
}
.enq_detail .ques_title h2 {
	font-size: 18px;
}
.enq_detail .ques_title span {
	margin-right: .2em;
	font-size: 1.4em;
	font-weight: bold;
	color: #f46767;
}
.enq_detail .ques-b {
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.enq_detail textarea {
	max-width: 100%;
	width: 300px;
	height: 10em;
}
.enq_detail .radio,
.enq_detail .check {
	line-height: 2;
}


@media screen and (max-width: 767px) {
	.enq_detail .main_content form {
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.enq_detail .enq_title {
		margin-left: 0;
		font-size: 18px;
	}
	.enq_detail .description {
		padding: 10px 15px;
	}
	.enq_detail .ques-a,
	.enq_detail .ques-b {
		font-size: 16px;
	}
	.enq_detail .ques-a > div:not(.ques_title) {
		margin: 5px 0 15px 10px;
	}
	.enq_detail .ques_title h2 {
		font-size: 16px;
		margin-left: 0;
	}
}

/* プレゼント
------------------------------ */
.enq_detail .present {}
.enq_detail .present_title {
	padding: .3em 1em;
	background-color: #F06464;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.enq_detail .present_title {
		margin-right: -10px;
		margin-left: -10px;
	}
}

.enq_detail .present_info {
	margin: 1em 0;
}
.enq_detail .present_info p {
	margin-bottom: 1em;
}
.enq_detail .present_notice {
	margin: 0 .5em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: 1.2rem;
}
.enq_detail .present_notice li {
	margin-bottom: .5em;
	margin-left: 1em;
	text-indent: -1em;
}
.enq_detail .present_mail-form input::placeholder {
	color: #ccc;
}
.enq_detail .present_mail-form input[type="text"] {
	height: auto;
	padding: .4em;
	border: 1px solid #aaa;
	font-size: 1.6rem;
	-webkit-appearance: none;
}


/* ------------------------------------------------------
 = アンケート結果
------------------------------------------------------ */
.enq_finish .result_section {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.enq_finish .section_title {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.enq_finish .section_title {
		font-size: 16px;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.enq_finish .enq_title {
		margin-left: 0;
		font-size: 18px;
	}
}

.enq_finish .ques_title h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.enq_finish .ques_title h3 {
		font-size: 16px;
	}
}

.enq_finish .ques_title span {
	margin-right: .2em;
	font-size: 1.4em;
	font-weight: bold;
	color: #f46767;
}
.enq_finish .top_mes {
	margin: 15px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.enq_finish .top_mes {
		margin: 10px 0;
	}
	.enq_finish .top_mes span {
		display: inline-block;
		text-align: left;
	}
}

.enq_finish .notice {
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #444;
	background: #f5f5f5;
}
@media screen and (max-width: 767px) {
	.enq_finish .notice {
		padding: 10px 15px;
	}
}

.enq_finish .result {
	margin-left: 20px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.enq_finish .result {
		margin-left: 0;
	}
}

.enq_finish .result_table {
	width: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.enq_finish .result_table {
		width: 100%;
	}
}

.enq_finish .result_table tr:not(:first-child) th,
.enq_finish .result_table tr:not(:first-child) td {
	border-top: 1px dotted #ccc;
}

.enq_finish .result_table th,
.enq_finish .result_table td {
	padding: 7px;
	vertical-align: middle;
}
.enq_finish .result_table td {
	text-align: center;
	width: 20%;
}
.enq_finish .result_table th span {
	display: inline-block;
	padding-left: 10px;
	border-left: 6px solid #b2a99b;
}
.enq_finish .result_table td .per {
	display: inline-block;
	text-align: right;
	width: 6em;
}
.enq_finish .enq_wanted h2 {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.enq_finish .enq_wanted h2 {
		font-size: 16px;
		margin-left: 0;
	}
}

/* みんなの回答
------------------------------ */
.enq_finish .laterdate .title {
	margin-bottom: 10px;
	padding: .2em 0 .2em .5em;
	border: 1px solid #C4BD97;
	border-right: none;
	border-left: none;
}
.enq_finish .laterdate .item {
	max-height: 50px;
	max-height: calc(1.4rem * 1.5 * 2 + (4px * 2));
	margin-bottom: .5em;
	padding: 4px .5em;
	background-color: #F2F2F2;
	font-size: 1.4rem;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.enq_finish .laterdate .item::before {
	content: "・";
	display: inline-block;
}


/* 記事リンク
------------------------------ */
.enq_finish .osusume_link_card {
	margin: 10px 0 20px;
	border: 1px solid #ddd;
	line-height: 1.5;
	border-radius: 4px;
}
@media screen and (max-width: 1023px) {
	.enq_finish .osusume_link_card {
		width: auto;
	}
}

.enq_finish .osusume_link_card a {
	display: flex;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.enq_finish .osusume_link_card a {
		padding: 10px;
	}
}

.enq_finish .osusume_link_card figure {
	flex: none;
	width: 109px;
	margin-right: 16px;
}
@media screen and (max-width: 1023px) {
	.enq_finish .osusume_link_card figure {
		width: 60px;
		margin-right: 11px;
	}
}

.enq_finish .osusume_link_card figure img {
	border-radius: 4px;
}

.enq_finish .osusume_link_card .detail {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-flow: row wrap;
	flex: 1 1 0%;
	min-width: 0;
}
.enq_finish .osusume_link_card .detail .title {
	flex: none;
	width: 100%;
	margin-bottom: 7px;
	color: #444;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.375;
}
@media screen and (max-width: 1023px) {
	.enq_finish .osusume_link_card .detail .title {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

.enq_finish .osusume_link_card .detail .description {
	flex: none;
	width: 100%;
	margin-bottom: .5em;
	color: #aaa;
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.enq_finish .osusume_link_card .detail .description {
		display: none;
	}
}

.enq_finish .osusume_link_card .detail .item {
	color: #aaa;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.enq_finish .osusume_link_card .detail .item {
		font-size: 1rem;
	}
}


