@charset "UTF-8";

.policy p {
	font-size: 1.0rem;
	line-height: 1.8;
}

.policy h1 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.policy section {
	padding: 0 10px 20px 10px;
}

.policy section h2 {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}

.policy section a.link_underline {
	text-decoration: underline;
}

.policy section a.link_underline:hover {
	opacity: .7;
}

.policy tbody.tbody_flex {
	display: flex;
}

.policy tbody.tbody_flex tr {
	display: flex;
	flex-direction: column;
}

.policy .m_bottom_1em {
	margin-bottom: 1em;
}

.policy .m_top_20 {
	margin-top: 20px;
}

.policy ul.li_disk {
	margin-left: 1.4em;
	list-style-type: disc;
	font-size: 1.0rem;
}

.policy .p_left {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 640px){
	.policy tbody.tbody_flex {
    display: table-row-group;
  }

  .policy tbody.tbody_flex tr {
    display: table-row;
  }
}

