@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 100rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 3.8rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 10.2rem;
	padding: 2.8rem 2rem 2rem;
	height: 17rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.01em;
	background: url(/netsu/lp/siphorex/img/common/headline01_bg.jpg) no-repeat center top;
	background-size: cover;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.5rem;
		height: 6rem;
		padding: 2rem 1rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.3rem;
	padding: 2.8rem 0 3.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	background-color: #56638b;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		padding: 1.1rem 0 1.1rem;
		font-size: 1.4rem;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 8rem;
	line-height: 1.61;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.comText:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 3rem;
		line-height: 1.8;
		text-align: justify;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList li {
	margin: 0 2rem;
	width: 41.4rem;
}
.comList li a {
	height: 8.4rem;
	padding: 0 5.4rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	background: linear-gradient(0deg, rgba(55, 90, 190, 1) 13.7%, rgba(81, 111, 198, 1) 87.51%);
	border: 4px solid #C3CDEB;
	border-radius: 4rem;
}
.comList li a:hover {
	opacity: 0.7;
}
.comList li a:after {
	width: 4.7rem;  
	aspect-ratio: 1;
	background: url(/netsu/lp/siphorex/img/common/icon02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 1.3rem;  
	content: ""; 
}
.comList li.orage a {
	background: linear-gradient(0deg, rgba(230, 80, 65, 1) 13.7%, rgba(235, 113, 101, 1) 87.51%);
	border-color: #F7CAC6;
}
.comList li.orage a::after {
	background-image: url(/netsu/lp/siphorex/img/common/icon03.png);
}
.comList02 {
	padding-top: 2.6rem;
}
.comList02 li {
	margin: 0 auto 7.8rem;
	width: 80rem;
}
.comList02 li:last-child {
	margin-bottom: 0;
}
.comList02 li a {
	font-size: 3rem;
	text-align: center;
	justify-content: center;
	height: 17.4rem;
	border-radius: 2.6rem;
}
.comList02 li a::after {
	display: none;
}
.comList02 li small {
	margin-bottom: 2.0rem;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}
.comList02 li .txtSpan {
	padding: 0.5rem 9rem 0.5rem 0;
	display: inline-block;
	letter-spacing: 0.01em;
	background: url(/netsu/lp/siphorex/img/common/icon02.png) no-repeat right center;
	background-size: 5.1rem auto;
}
.comList02 .orage .txtSpan {
	background-image: url(/netsu/lp/siphorex/img/common/icon03.png);
}
@media all and (max-width: 896px) {
	.comList {
		gap: 0.8rem 0;
		flex-direction: column;
	}
	.comList li {
		width: auto;
		min-width: 21rem;
		max-width: 32rem;
		margin: 0 auto;
	}
	.comList li a {
		padding: 0 2rem 0 3.8rem;
		font-size: 1.3rem;
		border-width: 2px;
		min-height: 3.7rem;
		height: auto;
	}
	.comList li a::after {
		width: 2.1rem;
		right: 0.5rem;
	}
	.comList02 {
		padding-top: 0;
	}
	.comList02 li {
		margin-bottom: 2rem;
	}
	.comList02 li:last-child {
		margin-bottom: 0;
	}
	.comList02 li a {
		padding: 1rem 1rem 0.7rem;
		border-radius: 1rem;
		font-size: 1.4rem;
		min-height: 6.4rem;
	}
	.comList02 li .txtSpan {
		padding-right: 3rem;
		background-size: 2rem auto;
	}
	.comList02 li small {
		margin-bottom: 0.2rem;
		font-size: 0.9rem;
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}