/* ---------------------------------------
  technology
-----------------------------------------*/
/* common
--------------------------------*/
.sec_ttl02 {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.sec_ttl02::before {
	content: "";
	display: inline-block;
	vertical-align: -0.3rem;
	width: 0.6rem;
	height: 3.6rem;
	background-color: #c13932;
	transform: skewX(-28deg);
	transform-origin: left bottom;
	margin-right: 2rem;
}
.sec_ttl02 .sub {
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0;
	margin-left: 1.5rem;
}

/* ページ内リンクの位置調整 */
.anchor {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}

/* page_ttl
--------------------------------*/
#page_ttl {
	background-image: url(../img/technology/pagettl_bg.png);
}
#page_ttl .txt_wrap .logo {
	display: inline-block;
	width: 43.1rem;
	line-height: 1;
}

/* sec_configuration
--------------------------------*/
#sec_configuration {
	padding: 12rem 0 11rem;
}
#sec_configuration::before {
	content: "";
	width: 38.4rem;
	height: 31.8rem;
	background: url(../img/technology/configuration_bg_ob01.png) no-repeat center/100% auto;
	position: absolute;
	left: calc(50% - 84.4rem);
	top: 27.7rem;
}
@media screen and (max-width: 768px) {
	#sec_configuration::before {
		left: -12rem;
		top: 22rem;
	}
}
#sec_configuration .configuration_slider {
	width: 80rem;
	margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_configuration .configuration_slider {
		width: 100%;
	}
}
#sec_configuration .configuration_slider .img {
	width: 100%;
	aspect-ratio: 800/450;
	border-radius: 0.4rem;
}
#sec_configuration .configuration_slider .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#sec_configuration .configuration_slider .slick-dots {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5rem;
	margin-top: 1.2rem;
}
#sec_configuration .configuration_slider .slick-dots li {
	width: 100%;
	aspect-ratio: 148/90;
	cursor: pointer;
}
#sec_configuration .configuration_slider .slick-dots li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.3;
	transition: 0.3s ease;
}
#sec_configuration .configuration_slider .slick-dots li.slick-active img {
	opacity: 1;
}
#sec_configuration .configuration_list {
	counter-reset: item;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem 2.8rem;
	padding: 0 3rem;
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	#sec_configuration .configuration_list {
		grid-template-columns: 1fr;
		gap: 1.5rem 0;
	}
}
#sec_configuration .configuration_list li {
	position: relative;
	padding-left: 2.1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	#sec_configuration .configuration_list li {
		padding-left: 3.7rem;
		padding-bottom: 1.5rem;
	}
}
#sec_configuration .configuration_list li::before {
	counter-increment: item;
	content: counter(item, decimal-leading-zero) ".";
	color: #c13932;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: 0.3rem;
}
@media screen and (max-width: 768px) {
	#sec_configuration .configuration_list li::before {
		font-size: 2rem;
		top: 0.5rem;
	}
}

/* sec_feature
--------------------------------*/
#sec_feature {
	z-index: 2;
}
#sec_feature .feature_block {
	position: relative;
	padding: 10rem 0;
	border-top: 1px solid #4C4C4C;
}
#sec_feature .feature_block .inner {
	justify-content: space-between;
	margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
	#sec_feature .feature_block .inner {
		display: block;
	}
}
#sec_feature .feature_block .txt_wrap {
	width: 31.2rem;
}
@media screen and (max-width: 768px) {
	#sec_feature .feature_block .txt_wrap {
		width: 100%;
	}
}
#sec_feature .feature_block .img {
	width: 73.3rem;
}
@media screen and (max-width: 768px) {
	#sec_feature .feature_block .img {
		width: 100%;
		margin-top: 5rem;
	}
}
#sec_feature .feature_block._01::before {
	content: "";
	width: 25.1rem;
	height: 21.5rem;
	background: url(../img/technology/feature_bg_ob01.png) no-repeat center/100% auto;
	position: absolute;
	right: calc(50% - 75rem);
	bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
	#sec_feature .feature_block._01::before {
		right: -8rem;
		bottom: 0;
	}
}

/* sec_reason
--------------------------------*/
#sec_reason {
	padding: 13rem 0 15rem;
	background-color: #373433;
	z-index: 1;
}
#sec_reason::before, #sec_reason::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}
#sec_reason::before {
	height: 41.3rem;
	background: linear-gradient(to bottom, #160B0A 0%, #373433 100%);
	top: -18.9rem;
}
#sec_reason::after {
	height: 42rem;
	background: linear-gradient(to bottom, #373433 0%, #160B0A 100%);
	bottom: -41rem;
}
#sec_reason .sec_ttl02 {
	font-size: 4rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .sec_ttl02 {
		font-size: 4.5rem;
	}
}
#sec_reason .sec_ttl02::before {
	content: none;
}
#sec_reason .sec_ttl02 .en {
	display: inline-block;
	color: #c13932;
	font-style: italic;
	font-weight: 200;
	font-size: 8rem;
	line-height: 1;
	vertical-align: -0.2rem;
	margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .sec_ttl02 .en {
		font-size: 9rem;
	}
}
#sec_reason .reason_block {
	position: relative;
	padding: 9rem 0;
}
#sec_reason .reason_block + .reason_block {
	border-top: 1px solid #4C4C4C;
}
#sec_reason .reason_block:last-child {
	padding-bottom: 0;
}
#sec_reason .reason_block .block_ttl {
	font-size: 3rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block_ttl {
		font-size: 3.8rem;
	}
}
#sec_reason .reason_block .block_ttl .num {
	display: inline-block;
	color: #c13932;
	font-style: italic;
	font-weight: 200;
	font-size: 5.8rem;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: -0.2rem;
	margin-right: 1rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #c13932;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block_ttl .num {
		font-size: 7rem;
	}
}
#sec_reason .reason_block .block_ttl + .txt {
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block_ttl + .txt {
		margin-top: 5rem;
	}
}
#sec_reason .reason_block .ttl {
	font-size: 2.4rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .ttl {
		font-size: 3.2rem;
	}
}
#sec_reason .reason_block .ttl::before {
	content: "";
	display: inline-block;
	vertical-align: -0.2rem;
	width: 0.5rem;
	height: 1.7rem;
	background-color: #c13932;
	transform: skewX(-28deg);
	transform-origin: left bottom;
	margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .ttl::before {
		width: 0.6rem;
		height: 2.3rem;
		margin-right: 2.6rem;
	}
}
#sec_reason .reason_block .ttl + .txt {
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .ttl + .txt {
		margin-top: 2.5rem;
	}
}
#sec_reason .reason_block._01 {
	padding-top: 5rem;
}
#sec_reason .reason_block._01::before {
	content: "";
	width: 38.4rem;
	height: 31.8rem;
	background: url(../img/technology/reason_bg_ob01.png) no-repeat center/100% auto;
	position: absolute;
	left: calc(50% - 84rem);
	top: -20rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block._01::before {
		left: -18rem;
	}
}
#sec_reason .reason_block .block01_01 .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_01 .inner {
		display: block;
		margin-top: 5rem;
	}
}
#sec_reason .reason_block .block01_01 .txt_wrap {
	width: 47.3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_01 .txt_wrap {
		width: 100%;
	}
}
#sec_reason .reason_block .block01_01 .img {
	position: relative;
	width: 64.8rem;
	margin: 0 -7.4rem 0 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_01 .img {
		width: 100%;
		margin: 5rem auto 0;
	}
}
#sec_reason .reason_block .block01_01 .img::before {
	content: "";
	width: 25.1rem;
	height: 21.5rem;
	background: url(../img/technology/reason_bg_ob02.png) no-repeat center/100% auto;
	position: absolute;
	right: 9.6rem;
	bottom: -5.5rem;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_01 .img::before {
		right: 10rem;
	}
}
#sec_reason .reason_block .block01_02 {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_02 {
		margin-top: 10rem;
	}
}
#sec_reason .reason_block .block01_02 .video {
	width: 100rem;
	margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_02 .video {
		width: 100%;
		margin-top: 3rem;
	}
}
#sec_reason .reason_block .block01_02 .video .video_wrap {
	width: 100%;
	aspect-ratio: 1920/1080;
	overflow: hidden;
}
#sec_reason .reason_block .block01_02 .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.4rem;
}
#sec_reason .reason_block .block01_02 .btn_wrap {
	display: flex;
	justify-content: center;
	gap: 0 1.3rem;
	margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_02 .btn_wrap {
		gap: 0 3rem;
		margin-top: 4.5rem;
	}
}
#sec_reason .reason_block .block01_02 .btn_wrap button {
	width: 24rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 2rem;
	border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_02 .btn_wrap button {
		width: 32rem;
		height: 8rem;
		font-size: 2.7rem;
	}
}
#sec_reason .reason_block .block01_02 .btn_wrap #playButton {
	background-color: #c13932;
}
#sec_reason .reason_block .block01_02 .btn_wrap #playButton:disabled {
	background-color: #5A5A5A;
	cursor: not-allowed;
}
#sec_reason .reason_block .block01_02 .btn_wrap #stopButton {
	background-color: #0026AF;
}
#sec_reason .reason_block .block01_02 .btn_wrap #stopButton:disabled {
	background-color: #5A5A5A;
	cursor: not-allowed;
}
#sec_reason .reason_block .block01_03 {
	margin-top: 9rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 {
		margin-top: 10rem;
	}
}
#sec_reason .reason_block .block01_03 .movie {
	position: relative;
	width: 100rem;
	aspect-ratio: 1920/1080;
	border-radius: 0.4rem;
	overflow: hidden;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 .movie {
		width: 100%;
		margin-top: 3rem;
	}
}
#sec_reason .reason_block .block01_03 .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_reason .reason_block .block01_03 .movie .movie_btn {
	width: 11.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	#sec_reason .reason_block .block01_03 .movie .movie_btn {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_reason .reason_block .block01_03 .movie .movie_btn:hover {
		opacity: 0.7;
	}
}
#sec_reason .reason_block .block01_03 .movie .movie_btn.is-hide {
	display: none;
}
#sec_reason .reason_block .block01_03 .col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 .col {
		grid-template-columns: 1fr;
		gap: 8rem 0;
		margin-top: 8rem;
	}
}
#sec_reason .reason_block .block01_03 .col .item .ttl_s {
	font-size: 2rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 .col .item .ttl_s {
		font-size: 3rem;
	}
}
#sec_reason .reason_block .block01_03 .col .item .img {
	aspect-ratio: 520/376;
	border-radius: 0.4rem;
	overflow: hidden;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 .col .item .img {
		margin-top: 2rem;
	}
}
#sec_reason .reason_block .block01_03 .col .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_reason .reason_block .block01_03 .col .item .txt {
	margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block01_03 .col .item .txt {
		margin-top: 2.5rem;
	}
}
#sec_reason .reason_block .block02_01 {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block02_01 {
		margin-top: 8rem;
	}
}
#sec_reason .reason_block .block02_01 .img {
	width: 100rem;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block02_01 .img {
		width: 100%;
		margin-top: 4rem;
	}
}
#sec_reason .reason_block .block02_02 {
	margin-top: 8rem;
}
#sec_reason .reason_block .block02_02 .img {
	width: 100rem;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block02_02 .img {
		width: 100%;
		margin-top: 4rem;
	}
}
#sec_reason .reason_block .block03_01 {
	position: relative;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_01 {
		margin-top: 5rem;
	}
}
#sec_reason .reason_block .block03_01 .movie {
	width: 52.5rem;
	aspect-ratio: 1920/1079;
	border-radius: 0.4rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 5.6rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_01 .movie {
		position: static;
		width: 100%;
	}
}
#sec_reason .reason_block .block03_01 .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_reason .reason_block .block03_01 .img_wrap {
	position: relative;
	width: 129.6rem;
	margin: 0 -25.6rem 0 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_01 .img_wrap {
		width: 75rem;
		margin: 3rem -8rem 0 0;
	}
}
#sec_reason .reason_block .block03_01 .img_wrap .img._01 {
	position: relative;
	width: 79.9rem;
	margin-left: auto;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_01 .img_wrap .img._01 {
		width: 46rem;
	}
}
#sec_reason .reason_block .block03_01 .img_wrap .img._02 {
	width: 63.7rem;
	position: absolute;
	left: 0;
	bottom: 10.6rem;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_01 .img_wrap .img._02 {
		width: 36.8rem;
		bottom: 6rem;
	}
}
#sec_reason .reason_block .block03_02 {
	padding: 10rem 7.9rem;
	background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 {
		padding: 6rem 4rem;
		margin-top: 8rem;
	}
}
#sec_reason .reason_block .block03_02 .inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 4.3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner {
		display: block;
	}
}
#sec_reason .reason_block .block03_02 .inner .txt_wrap {
	width: 46rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner .txt_wrap {
		width: 100%;
	}
}
#sec_reason .reason_block .block03_02 .inner .txt_wrap .ttl {
	position: relative;
	font-size: 3rem;
	line-height: 1.7;
	padding-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner .txt_wrap .ttl {
		font-size: 3.8rem;
		padding-bottom: 2rem;
	}
}
#sec_reason .reason_block .block03_02 .inner .txt_wrap .ttl::before {
	content: none;
}
#sec_reason .reason_block .block03_02 .inner .txt_wrap .ttl::after {
	content: "";
	width: 8rem;
	height: 1px;
	background-color: #c13932;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner .txt_wrap .ttl::after {
		width: 9rem;
	}
}
#sec_reason .reason_block .block03_02 .inner .txt_wrap .txt {
	margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner .txt_wrap .txt {
		margin-top: 3rem;
	}
}
#sec_reason .reason_block .block03_02 .inner .img {
	width: 38.2rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner .img {
		width: 52rem;
		margin: 5rem auto 0;
	}
}
#sec_reason .reason_block .block03_02 .inner + .ttl {
	margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .inner + .ttl {
		margin-top: 10rem;
	}
}
#sec_reason .reason_block .block03_02 .col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6rem;
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .col {
		grid-template-columns: 1fr;
		gap: 8rem 0;
	}
}
#sec_reason .reason_block .block03_02 .col .item .img {
	width: 35.3rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .col .item .img {
		width: 52rem;
	}
}
#sec_reason .reason_block .block03_02 .col .item .ttl_s {
	font-size: 1.7rem;
	line-height: 1.4705882353;
	padding: 0.5rem 1rem;
	border: 1px solid #fff;
	margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .col .item .ttl_s {
		font-size: 2.9rem;
		padding: 0.5rem 1.5rem;
		margin-top: 5rem;
	}
}
#sec_reason .reason_block .block03_02 .col .item .txt {
	margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
	#sec_reason .reason_block .block03_02 .col .item .txt {
		margin-top: 3rem;
	}
}

/* sec_range
--------------------------------*/
#sec_range {
	padding: 0 0 15rem;
	z-index: 2;
}
#sec_range .range_block {
	padding: 7.4rem 0 6.8rem;
}
#sec_range .range_block + .range_block {
	border-top: 1px solid #4c4c4c;
}
#sec_range .range_block:last-child {
	padding-bottom: 0;
}
#sec_range .range_block .ttl {
	font-size: 3rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	#sec_range .range_block .ttl {
		font-size: 3.8rem;
	}
}
#sec_range .range_block .img {
	width: 80rem;
	margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
	#sec_range .range_block .img {
		width: 100%;
	}
}

/* sec_answers
--------------------------------*/
#sec_answers {
	padding: 6.7em 0 7.3rem;
	background-color: #fff;
}
#sec_answers .wrap {
	max-width: 124rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	#sec_answers .wrap {
		display: block;
	}
}
#sec_answers .logo_wrap {
	width: 28.6rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .logo_wrap {
		width: 100%;
	}
	#sec_answers .logo_wrap .logo_answers {
		width: 32rem;
	}
}
#sec_answers .logo_wrap .txt {
	max-width: 23rem;
	color: #000;
	line-height: 1.6;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .logo_wrap .txt {
		max-width: inherit;
	}
}
#sec_answers .answers_list {
	width: 83.6rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.6rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list {
		width: 100%;
		grid-template-columns: 1fr;
		margin-top: 5rem;
	}
}
#sec_answers .answers_list .item {
	padding-bottom: 2rem;
	border-bottom: 1px solid #EDEDED;
}
#sec_answers .answers_list .item a {
	display: flex;
	align-items: flex-start;
	gap: 0 2.2rem;
}
#sec_answers .answers_list .item a > * {
	color: #174268;
}
#sec_answers .answers_list .item .thumb {
	width: 15rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .thumb {
		width: 21rem;
		border-radius: 2rem;
	}
}
#sec_answers .answers_list .item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_answers .answers_list .item .txt_wrap {
	width: 22.8rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .txt_wrap {
		flex: 1;
	}
}
#sec_answers .answers_list .item .txt_wrap .cate {
	color: #11B58C;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .txt_wrap .cate {
		font-size: 2rem;
	}
}
#sec_answers .answers_list .item .txt_wrap .cate span {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #E1F2F0;
}
#sec_answers .answers_list .item .txt_wrap .ttl {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 6.4rem;
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .txt_wrap .ttl {
		font-size: 2.7rem;
		max-height: 8.6rem;
	}
}
#sec_answers .answers_list .item .txt_wrap .tag {
	color: rgba(23, 66, 104, 0.6);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .txt_wrap .tag {
		font-size: 1.8rem;
	}
}
#sec_answers .answers_list .item .txt_wrap .tag span {
	display: inline-block;
	margin-right: 1em;
}
#sec_answers .answers_list .item .txt_wrap .date {
	font-weight: 400;
	font-size: 1.4rem;
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	#sec_answers .answers_list .item .txt_wrap .date {
		font-size: 2rem;
	}
}