@charset "UTF-8";

.header-title {
}

.policy-title-top {
	font-size: 1.4rem;
}

.policy-description-top {
	font-size: 0.85rem;
}

.cooperation {
	content: "";
	display: inline-block;
	width: 100%;
    height: 0;
    padding-top: 49.32%;
	background-image: url("../img/SIDPF003.img_003_cooperation.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.policy-title-section {
	font-size: 1.1rem;
}

.policy-description-section {
	font-size: 0.85rem;
}

.icon-arrow-right::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("../img/SIDPF003.img_002_arrow-right-icon.png");
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 2px;
}

.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 30px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer {
	text-align: center;
	width: 100%;
	max-width: 600px;
	padding: 10px 0;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

ul, ol {
  padding-left:15px;
}