@charset "UTF-8";


/*================================================
 *  個人情報保護方針（privacy）
 ================================================*/


section {
	font-size: 20px;
	line-height: 1.75;
}
section + section {
	margin-top: 70px!important;
}


section p + .headline_bold,
section ul + .headline_bold,
section ol + .headline_bold,
section div + .headline_bold {
	margin-top: 1.5em;
}
section .headline_bold {
	display: flex;
}
section .headline_bold > span.no {
	flex-shrink: 0;
	width: 1.5em;
}



/*利用目的*/
section .purpose_box {
	border: 2px solid var(--color-main);
	padding: 2.25em calc(2em - 1px);
	margin-top: 1.5em;
}
section .purpose_box .headline_bold {
	text-indent: -0.5em;
}




/*代理人であることの確認の方法*/
section .agent_howto_list > li > span {
	width: 1.5em;
}



























/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {




section {
	font-size: 4vw;
}
section + section {
	margin-top: 12vw!important;
}


/*利用目的*/
section .purpose_box {
	padding: 6vw 5vw;
}











}