<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.inn{
	padding: 0 180px;
}

#lead_block {
    padding: 55px 0 80px 0;
}

h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #174097;
    margin-bottom: 20px;
	letter-spacing: 0.1em;
}


.txt{
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    line-height: 2.125;
}
#lead_block .inn p{
	font-size: 1.8rem;
	line-height: 1.89;
	letter-spacing: 0.05em;
}


.sub_ttl {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.sub_ttl::before,
.sub_ttl::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #cccccc;
	display: block;
}
.sub_ttl:before {
	margin-right: 1em;
}
.sub_ttl:after {
	margin-left: 1em;
}

/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
	.sub_ttl::before,
	.sub_ttl::after  {
			position: relative;
		top: -5px;
	}


.en{
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #174097;
	margin-top: 25px;
	margin-bottom: 32px;
}

#ph_cnt dl{
	border: 1px solid #174097;
	display: flex;
	align-items: center;
	padding: 25px 0;
	margin-bottom: 15px;
	max-width: 100%;
}


#ph_cnt dt{
	font-size: 3rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #174097;
	width: 267px;
	text-align: center;
}
#ph_cnt dd{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	border-left: 1px solid #174097;
	width: calc(100% - 267px);
	padding-left: 52px;
	height: 65px;
	padding-top: 19px;
}
#ph_cnt dl:nth-of-type(1) dd{
	padding-top: 6px;
	padding-right: 85px;
}
#ph_cnt dl:nth-of-type(3){
	margin-bottom: 38px;
}
.jp{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 107px;
}
#ph_cnt img{
	width: 100%;
	margin-top: 81px;
}


/*------------------- 1440 ------------------*/

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

	#ph_cnt dd,
	#ph_cnt dl:nth-of-type(1) dd{
		width: 70%;
		padding-left: 50px;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 50px;
	}
	
}

/*------------------- 1280 ------------------*/

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

	.inn{
			padding: 0 2%;
		}
}
/*------------------- 1200 ------------------*/

@media only screen and (max-width: 1200px) {
	
	#ph_cnt dt{
		width: 30%;
	}


}

/*------------------- 768 ------------------*/

@media only screen and (max-width: 768px) {
	
	h2 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	#lead_block .inn p{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#lead_block{
		padding: 25px 0 40px 0;
	}
	.inn{
		padding: 0;
	}
	.txt {
		letter-spacing: 0em;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.sub_ttl{
		font-size: 2rem;
	}
	.en {
		font-size: 1.8rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#ph_cnt dl{
		display: block;
		padding: 15px 0;
	}
	#ph_cnt dt{
		font-size: 2.6rem;
		width: 30%;
		margin: auto;
		border-bottom: 1px solid #174097;
	}
	#ph_cnt dd, 
	#ph_cnt dl:nth-of-type(1) dd {
		width: 100%;
		padding-left: 4%;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 4%;
		border-left: none;
	}
	.jp {
    	font-size: 1.6rem;
    	margin-bottom: 50px;
	}
	#ph_cnt img {
		margin-top: 40px;
	}
}

/*------------------- 425 ------------------*/

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

	#lead_block .inn p{
		line-height: 1.6;
	}
	.en {
		margin-top: 10px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.ip{
		display: block !important;
	}
	#ph_cnt dt{
		width: 80%;
	}
	#ph_cnt dd{
		font-size: 1.4rem;
	}
	.jp{
		margin-bottom: 35px;
	}
	
	
}</pre></body></html>