@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#oneminute {
	padding: 13.33vw 0 0.67vw 0;
	}

#oneminute .fig-area {
	margin: 21.33vw auto 0;
	}

#oneminute .fig-area .research {
	margin-bottom: 26vw;
	}

#oneminute .fig-area h3 {
	font-size: 5.33vw;
	line-height: 7.2vw;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	}

#oneminute .fig-area span {
	font-size: 70%;
	}

#oneminute .comment-area {
	margin: 36vw auto 0;
	}

#oneminute .comment-area section {
	padding: 0 7.33vw 14.66vw;
	}

#oneminute .comment-area h3 {
	font-size: 5.33vw;
	line-height: 8vw;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	margin: 0;
	}

#oneminute .comment-area .row {
	display: flex;
	justify-content: space-between;
	}

#oneminute .comment-area .balloon {
	display: flex;
	flex-direction: column;
	margin-top: 5.86vw;
	}

#oneminute .comment-area .balloon .inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.53vw;
	}

#oneminute .comment-area .balloon p {
	font-size: 3.2vw;
	line-height: 6.4vw;
	font-weight: 700;
	padding: 6.73vw 6.93vw;
	}

#oneminute .comment-area .gray1 {
	height: 100%;
	background: #d3d3d3;
	border-radius: 1.06vw;
	}

#oneminute .comment-area .gray1::before {
	position: absolute;
	content: '';
	border-top: 2.53vw solid #d3d3d3;
	border-right: 1.46vw solid transparent;
	border-left: 1.46vw solid transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	}

#oneminute .comment-area .gray2 {
	height: 100%;
	background: #efefef;
	border-radius: 1.06vw;
	}

#oneminute .comment-area .gray2::before {
	position: absolute;
	content: '';
	border-top: 2.53vw solid #efefef;
	border-right: 1.46vw solid transparent;
	border-left: 1.46vw solid transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	}

#oneminute .comment-area .wide {
	width: 100%;
	}

#oneminute .comment-area .half {
	width: 40vw;
	}

#oneminute .comment-area .long {
	width: 49.6vw;
	}

#oneminute .comment-area .short {
	width: 30.1vw;
	}

.back-btn a {
	display: block;
	width: 40vw;
	margin: 0 auto;
	}

.back-btn img {
	width: 40vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#oneminute {
	padding: 60px 0;
	}

#oneminute .fig-area {
	width: 1020px;
	display: flex;
	flex-wrap: wrap;
	margin: 100px auto 0;
	}

#oneminute .fig-area .research {
	width: 510px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
	}

#oneminute .fig-area h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	}

#oneminute .fig-area span {
	font-size: 70%;
	}

#oneminute .comment-area {
	width: 1020px;
	margin: 115px auto 0;
	}

#oneminute .comment-area section {
	padding-bottom: 75px;
	}

#oneminute .comment-area h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	margin: 36px 0 8px 0;
	}

#oneminute .comment-area .row {
	display: flex;
	justify-content: space-between;
	}

#oneminute .comment-area .balloon {
	display: flex;
	flex-direction: column;
	margin-top: 38px;
	}

#oneminute .comment-area .balloon .inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	}

#oneminute .comment-area .balloon p {
	font-size: 19px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	padding: 45px 0;
	}

#oneminute .comment-area .gray1 {
	height: 100%;
	background: #d3d3d3;
	border-radius: 8px;
	}

#oneminute .comment-area .gray1::before {
	position: absolute;
	content: '';
	border-top: 20px solid #d3d3d3;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	}

#oneminute .comment-area .gray2 {
	height: 100%;
	background: #efefef;
	border-radius: 8px;
	}

#oneminute .comment-area .gray2::before {
	position: absolute;
	content: '';
	border-top: 20px solid #efefef;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	}

#oneminute .comment-area .wide {
	width: 100%;
	}

#oneminute .comment-area .half {
	width: 490px;
	}

#oneminute .comment-area .long {
	width: 550px;
	}

#oneminute .comment-area .short {
	width: 430px;
	}

.back-btn a {
	display: block;
	width: 180px;
	margin: 0 auto;
	}

}/* PC end */