@charset "utf-8";

/*==============================

		COVID-19 style.css

==============================*/

/*------------------------------
title PC
------------------------------*/
@media screen and (min-width: 641px) {
	.pageTit h1{
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 2.8;
		margin-bottom: 3rem;
	}
}

/*------------------------------
title SP
------------------------------*/
@media screen and (max-width:640px){
	.pageTit h1{
		padding-bottom: 2rem;
		font-weight: 700;
		padding-top: 2rem;
		text-align: center;
	}
}

/*------------------------------
section01 PC
------------------------------*/
@media screen and (min-width: 641px) {
	#section_01 p{
		margin-bottom: 3rem;
	}
	#section_01 .corp_sign{
		text-align: right;
		padding-right: 25px;
	}
	#section_01 ul {
		padding-left: 3rem;
		margin-bottom: 5rem;
	}
	#section_01 li {
		list-style-type: disc;
		margin-bottom: 2rem;
	}
}

/*------------------------------
section01 SP
------------------------------*/
@media screen and (max-width:640px){
	#section_01{
		padding-right: 5.33%;
		padding-left: 5.33%;
	}
	#section_01 p{
		margin-bottom: 3rem;
	}
	#section_01 .corp_sign{
		text-align: right;
	}
	#section_01 ul {
		padding-left: 3rem;
		margin-bottom: 3rem;
	}
	#section_01 ul li {
		list-style-type: disc;
		margin-bottom: 2rem;
	}
}

