@charset "UTF-8";



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

    コンテンツ

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

#content_wrapper {

  padding-left: 0;

  padding-top: 4rem;

}

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

#content_wrapper {

  padding-top: 0;

}

}

.model_questionnaire_in {

    padding-bottom: 4rem;

}

#footer {

    padding: 4rem 1rem !important;

}

#foot_copy {

    padding-left: 0 !important;

}



.footer_inner {

    max-width: 320px;

}

.con_h1 {

    line-height: 1.2;

}

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

.index_model_questionnaire .con_h1 {

padding-left: 16.8rem;

padding-right: 16.8rem;

}

}

.con_h1 .inline_block { display: inline-block;}



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

    アンケート

----------------------------------------------*/
#model_questionnaire .h1_area {
	position: relative;
}
#model_questionnaire .h1_area a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: .5rem;
	padding: .3rem 1.5rem;
	border: 2px solid #333;
}
.model_questionnaire_in {
	padding-bottom: 8rem;
}
.model_questionnaire_list {
	padding: 2rem 0;
	column-count: 2;
	column-width: 50%;
}
.model_questionnaire_list li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1rem;
	padding: 1.2rem;
	background: #ddd;
}
.model_questionnaire_list li dt {
	float: left;
	width: 135px;
	/*height: 203px;*/
	margin-right: 1.2rem;
	/*background: #888;*/
}
.model_questionnaire_list li dd {
	padding: 1rem;
	background: #fff;
}
.model_questionnaire_list li dd.col_2 {
	display: flex;

	float: left;
	width: 250px;
	min-height: 180px;
	margin-right: 1.2rem;
	flex-direction: column;
}
.model_questionnaire_list li dd.col_3 {
	float: left;
	width: 50%;
	width: calc(100% - 427px);
}
.model_questionnaire_list li dd.col_2 .name {
	color: #3674a3;
}
.model_questionnaire_list li dd.col_2 .girl_name {
	color: #cf2a79;
	font-size: 1.6rem;
	font-weight:bold;
	word-wrap: break-word;
}
.model_questionnaire_list li dd.col_2 .girl_size {
	color: #cf2a79;
	font-size: 1.0rem;
	word-wrap: break-word;
}
.model_questionnaire_list li dd.col_2 .girl_comment {
	color: #666;
	font-size: 1.2rem;
	word-wrap: break-word;
}
.model_questionnaire_list li dd.col_2 .quest_link {
	margin-top: auto;
	color: #398ec5;
	font-size: 1.4rem;
	font-weight:bold;
	text-align:center;
	word-wrap: break-word;
}
.model_questionnaire_in .no_come {
	padding: 2rem 1rem;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	#model_questionnaire .h1_area a {
		display: block;
		position: static;
		width: 100%;
		margin: .8rem 0;
		padding: .5rem 1.5rem;
		font-size: 1.5rem;
		text-align: center;
	}
	.model_questionnaire_list {
		padding-top: 0;
	column-count: 1;
	column-width: 100%;
	}
	.model_questionnaire_list li {
		overflow: hidden;
		width: 100%;
		margin-bottom: 1rem;
		padding: 1.2rem;
		background: #ddd;
	}

	.model_questionnaire_list li dd.col_2 {
		width: 50%;
		width: calc(100% - 147px);
		margin-right: 0;
		margin-bottom: 1.2rem;
	}
	.model_questionnaire_list li dd.col_3 {
		float: none;
		clear: both;
		width: 100%;
		min-height: auto;
		height: auto;
	}
	.model_questionnaire_list li dd.col_2 .girl_name a {
		display: block;
		position: relative;
		width: 100%;
		margin: .3rem 0;
		padding: .2rem .3rem;
		border: 1px solid #ccc;
		background: #fdeef5;
		color: #333;
	}
	.model_questionnaire_list li dd.col_2 .girl_name a::before {
		position: absolute;
		top: 0;
		right: .6rem;
		bottom: 0;
		width: .8rem;
		height: .8rem;
		margin: auto;
		border-top: 1px solid #888;
		border-right: 1px solid #888;
		vertical-align: middle;
		content: "";
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media screen and (min-width: 768px) {
	.model_questionnaire_list li dd.col_3 {
		min-height: 203px;
	}
}
@media screen and (max-width: 480px) {
	.model_questionnaire_list li dt {
		width: 100px;
		height: auto;
	}
	.model_questionnaire_list li dd.col_2 {
		width: 50%;
		width: calc(100% - 112px);
		min-height: 150px;
	}
	.model_questionnaire_list li dd.col_3 {
		float: none;
		clear: both;
		width: 100%;
		min-height: auto;
		height: auto;
	}
}
.model_questionnaire_in .acd .con_h3.btn_1 {
	position: relative;
	margin-top: 2rem;
	padding: .8rem;
	background: #333;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.model_questionnaire_in .acd .con_h3::after {
	position: absolute;
	top: 0;
	right: 1.1rem;
	bottom: .3rem;
	width: 1.0rem;
	height: 1.0rem;
	margin: auto;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	content: "";
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.model_questionnaire_in .acd .con_h3.active:after {
	bottom: -.5rem;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.model_questionnaire_in .acd .acd_con {
	display: none;
	padding: .5rem;
	border: 1px solid #bbb;
}
.model_questionnaire_in .button_area {
	margin-top: 1rem;
}
.model_questionnaire_in button.submit_button {
	display: block;
	clear: both;
	width: 100%;
	padding: .8rem 0;
	border: none;
	background: #ccc;
	box-shadow: none;
	color: #333;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 2pt;
	cursor: pointer;
}

/*------------------------------------*/
.lb-data .lb-number {
  color: #ccc !important;
}
/* 768px以上で */
@media screen and (min-width: 768px) {
	.lb-nav a.lb-prev,
	.lb-nav a.lb-next {
		position: relative;
		transition: opacity 0.1s !important;
	}
	.lb-nav a.lb-prev::before,
	.lb-nav a.lb-next::before {
		content: "";
		position: absolute;
		width: 7em;
		height: 100%;
		background-color: rgba(60, 60, 60, 0.3);
		z-index: -1;
	}
.lb-nav a.lb-prev::before {
	left: 0;
	}
.lb-nav .lb-next::before {
	right: 0;
	}
}

@media screen and (max-width: 767px) {
	/* 767px以下では前後矢印（ナビ）を常に表示 */
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
		opacity: 0.7 !important;
  }	
	/* 前後矢印（ナビ）を下に表示 */
	.lb-nav a.lb-prev {
  background-position: left bottom !important;
}
  .lb-nav a.lb-next {
background-position: right bottom !important;
}
.lb-prev, .lb-next {
  height: calc(100% + 45px) !important;
}
	/* ページネーション中央表示 */
.lb-data .lb-details {
  width: 70% !important;
  text-align: center !important;
	line-height: 40px !important;
	float: none !important;
	margin: auto;
}
	/* ボタンを右上に表示 */
.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 3%;
}
}