@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#difference .msg .fm {
	font-size: 33px;
	font-weight: bold;
}
#difference h4 {
	font-size: 31px;
	margin-bottom: 40px;
}
#difference .difference .box:not(:last-of-type) {
	margin-bottom: 90px;
}
#difference .difference .box .info {
	width: 700px;
}
#difference .difference .box .info .kimete {
	margin-top: 30px;
}
#difference .difference .box .info .kimete .ico {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}
#difference .difference .box .info .kimete dl {
	width: calc(100% - 180px);
	margin-top: 25px;
}
#difference .difference .box .info .kimete dl dt {
	width: 104px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#difference .heat .box_flex {
	margin-top: 100px;
}
#difference .heat .box_flex .box {
	width: 330px;
	border: 1px solid #ccc;
}
#difference .heat .box_flex .box .ttl {
	background: var(--color-primary);
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.4;
	padding: 38px 0;
}
#difference .heat .box_flex .box .ttl .imp {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 32px;
	font-weight: normal;
}
#difference .heat .box_flex .box .ttl .imp::before, #difference .heat .box_flex .box .ttl .imp::after {
	content: "";
	width: 30px;
	height: 2px;
	background: var(--color-red);
	position: absolute;
	left: -50px;
	bottom: 22px;
	transform: rotate(55deg);
}
#difference .heat .box_flex .box .ttl .imp::after {
	left: auto;
	right: -50px;
	transform: rotate(-55deg);
}
#difference .heat .box_flex .box .info {
	padding: 30px;
}
#difference .heat .box_flex .box .info .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 156px;
	margin-bottom: 30px;
}
#difference .heat .box_flex .box .info dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#difference .why {
	position: relative;
}
#difference .why .img {
	position: absolute;
	right: 0;
	top: 150px;
}
#difference .why .txt.mb {
	margin-bottom: 50px;
}
#difference .result {
	position: relative;
}
#difference .result .img {
	position: absolute;
	right: 0;
	top: 150px;
}
#difference .result .list {
	margin: 80px 0 50px;
}
#difference .result .list dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
#difference .result .list dl:last-of-type {
	margin-bottom: 0;
}
#difference .result .list dl dt {
	width: 185px;
	background: var(--color-primary);
	color: #fff;
	font-size: 33px;
	font-weight: normal;
	text-align: center;
	position: relative;
	padding: 1px 0 4px;
	margin-right: 30px;
}
#difference .result .list dl dt::before {
	content: "";
	position: absolute;
	top: calc(50% - 32px);
	right: -45px;
	border: 32px solid transparent;
	border-left: 13px solid var(--color-primary);
}
#difference .result .list dl dd {
	padding-top: 5px;
}
#difference .result .list dl dd.no_pt {
	padding-top: 0;
}
#difference .result .list dl dd ul li {
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}
#difference .result .list dl dd ul li:last-of-type {
	margin-bottom: 0;
}
#difference .result .list dl dd ul li::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	background: var(--color-red);
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#difference {
		padding-bottom: 50px;
	}
	#difference .msg .fm {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#difference .difference .box:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#difference .difference .box .img {
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#difference .difference .box .info {
		width: 100%;
	}
	#difference h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#difference .heat .box_flex {
		margin-top: 40px;
	}
	#difference .heat .box_flex .box {
		width: 33%;
	}
	#difference .heat .box_flex .box .ttl {
		font-size: 25px;
		padding: 15px 0;
	}
	#difference .heat .box_flex .box .ttl .fs {
		font-size: 20px;
	}
	#difference .heat .box_flex .box .ttl .imp {
		font-size: 25px;
	}
	#difference .heat .box_flex .box .ttl .imp::before, #difference .heat .box_flex .box .ttl .imp::after {
		bottom: 17px;
		left: -35px;
	}
	#difference .heat .box_flex .box .ttl .imp::after {
		left: auto;
		right: -35px;
	}
	#difference .heat .box_flex .box .info {
		padding: 15px;
	}
	#difference .heat .box_flex .box .info .ico {
		transform: scale(0.8);
		margin-bottom: 0;
	}
	#difference .why .img {
		position: relative;
		top: auto;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#difference .why .txt.mb {
		margin-bottom: 20px;
	}
	#difference .result .img {
		position: relative;
		top: 0;
		width: 100%;
		text-align: center;
	}
	#difference .result .list {
		margin: 40px 0 30px;
	}
	#difference .result .list dl dt {
		font-size: 25px;
	}
	#difference .result .list dl dt::before {
		top: calc(50% - 25px);
		right: -38px;
		border: 25px solid transparent;
		border-left: 13px solid var(--color-primary);
	}
	#difference .result .list dl dd ul li {
		font-size: 18px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#difference .msg .fm {
		font-size: 125%;
		margin-bottom: 30px;
	}
	#difference .difference h3.sub {
		font-size: 23px;
	}
	#difference h4 {
		font-size: 125%;
	}
	#difference .difference .box .info .kimete {
		display: flex;
		justify-content: space-between;
	}
	#difference .difference .box .info .kimete .ico {
		width: 100px;
		height: 100px;
	}
	#difference .difference .box .info .kimete .ico img {
		width: 70%;
	}
	#difference .difference .box:nth-of-type(2) .info .kimete .ico img {
		width: 50%;
	}
	#difference .difference .box .info .kimete dl {
		margin-top: 10px;
		width: calc(100% - 120px);
	}
	#difference .heat .box_flex .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#difference .heat .box_flex .box:last-of-type {
		margin-bottom: 0;
		margin-top: 50px;
	}
	#difference .heat .box_flex .box .ttl {
		font-size: 20px;
		padding: 10px 0;
	}
	#difference .heat .box_flex .box .ttl .fs {
		font-size: 16px;
	}
	#difference .heat .box_flex .box .ttl .imp {
		top: -33px;
	}
	#difference .heat .box_flex .box .info dl dt {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#difference .why .img img {
		width: 80%;
	}
	#difference .result .list dl {
		display: block;
	}
	#difference .result .list dl dt {
		font-size: 20px;
		width: 120px;
		margin-bottom: 10px;
	}
	#difference .result .list dl dt::before {
		top: calc(50% - 20px);
		right: -33px;
		border: 20px solid transparent;
		border-left: 13px solid var(--color-primary);
	}
	#difference .result .list dl dd ul li {
		font-size: 110%;
	}
	#difference .result .list dl dd ul li::before {
		top: 11px;
	}
}
/*--------------------------------------------------
  静岡大学による試験
--------------------------------------------------*/
#difference .difference_test {
	border-top: 1px solid #ddd;
}
#difference .difference_test .minus_txt {
	margin: 0 0 50px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
#difference .difference_test .waku_box {
	display: inline-block;
	padding: 5px 20px;
	background: var(--color-red);
	color: #fff;
	font-size: 23px;
}
#difference .difference_test .prof_waku {
	margin-bottom: 50px;
	background: #f2f2f2;
}
#difference .difference_test .prof_waku .img {
	width: 208px;
	max-width: 22%;
}
#difference .difference_test .prof_waku .txt {
	width: 75%;
}
#difference .difference_test .prof_waku .ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
#difference .difference_test .arrow_box {
	margin-bottom: 60px;
}
#difference .difference_test .arrow_box dl {
	margin-bottom: 30px;
	/* フレックス */
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
}
#difference .difference_test .arrow_box dt {
	width: 200px;
	padding-right: 20px;
	background: var(--color-red);
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0 50%, 0% 0%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#difference .difference_test .arrow_box dd {
	width: calc(100% - 215px);
}
#difference .difference_test .arrow_box .txt02 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
}
#difference .difference_test .btn01 a {
	width: 530px;
	max-width: 100%;
	margin: 0 auto;
}
#difference .difference_test .btn01 a img {
	width: 30px;
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#difference .difference_test .btn01 a {
		width: 420px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#difference .difference_test .minus_txt {
		margin-bottom: 30px;
		font-size: 22px;
	}
	#difference .difference_test .waku_box {
		margin-top: 10px;
		font-size: 16px;
	}
	#difference .difference_test .prof_waku {
		margin-bottom: 50px;
		background: #f2f2f2;
	}
	#difference .difference_test .prof_waku .img {
		width: 180px;
		max-width: none;
		margin: 0 auto 15px;
	}
	#difference .difference_test .prof_waku .txt {
		width: 100%;
	}
	#difference .difference_test .prof_waku .ttl {
		margin-bottom: 10px !important;
		font-size: 20px;
	}
	#difference .difference_test .prof_waku .ttl+p {
		font-size: 90%;
	}
	#difference .difference_test .arrow_box {
		margin-bottom: 40px;
	}
	#difference .difference_test .arrow_box dl {
		display: block;
		margin-bottom: 30px;
	}
	#difference .difference_test .arrow_box dt {
		width: 60%;
		margin-bottom: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 20px;
		clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0 50%, 0% 0%);
	}
	#difference .difference_test .arrow_box dd {
		width: 100%;
	}
	#difference .difference_test .arrow_box .txt02 {
		font-size: 20px;
	}
}